mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
2c8cc47bf7
commit
b38f880b8c
@ -6,6 +6,10 @@ description: "[SteamOS](https://www.steamdeck.com/) is an Arch based Linux distr
|
||||
---
|
||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||
<!-- Please read https://github.com/linuxserver/docker-steamos/blob/master/.github/CONTRIBUTING.md -->
|
||||
# DEPRECATION NOTICE
|
||||
This image is deprecated. We will not offer support for this image and it will not be updated.
|
||||
|
||||
|
||||
# [linuxserver/steamos](https://github.com/linuxserver/docker-steamos)
|
||||
|
||||
[](https://scarf.sh)
|
||||
@ -17,7 +21,6 @@ description: "[SteamOS](https://www.steamdeck.com/) is an Arch based Linux distr
|
||||
[](https://hub.docker.com/r/linuxserver/steamos)
|
||||
[](https://hub.docker.com/r/linuxserver/steamos)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-steamos/job/master/)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/steamos/latest/index.html)
|
||||
|
||||
[SteamOS](https://www.steamdeck.com/) is an Arch based Linux distribution made by Valve Software. This container is a vanilla Arch install with Steam repositories added for software support. **This container will only work with modern AMD/Intel GPUs on a real Linux Host**
|
||||
|
||||
@ -35,10 +38,11 @@ The architectures supported by this image are:
|
||||
| :----: | :----: | ---- |
|
||||
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||
| arm64 | ❌ | |
|
||||
| armhf | ❌ | |
|
||||
|
||||
## Application Setup
|
||||
|
||||
**This container is deprecated and never reached maturity. If you are looking for a true remote play solution for Steam we recommend [Wolf](https://github.com/games-on-whales/wolf), please see [here](https://games-on-whales.github.io/wolf/stable/user/quickstart.html) for quickstart instructions to give it a try.**
|
||||
|
||||
*This container is currently in a Beta state and is developing quickly, things will change constantly and it may crash or not function perfectly especially when mixing Steam remote play frame capture with the web based [KasmVNC](https://kasmweb.com/kasmvnc) frame capture*
|
||||
|
||||
**SteamOS is designed for specific AMD based hardware, this container will only work fully on a host with a modern AMD GPU, Intel ARC/iGPU**
|
||||
@ -421,53 +425,35 @@ To help with development, we generate this dependency graph.
|
||||
custom services -> legacy-services
|
||||
legacy-services -> ci-service-check
|
||||
init-migrations -> init-adduser
|
||||
init-kasmvnc-end -> init-config
|
||||
init-os-end -> init-config
|
||||
init-config -> init-config-end
|
||||
init-crontab-config -> init-config-end
|
||||
init-config -> init-crontab-config
|
||||
init-mods-end -> init-custom-files
|
||||
init-config-end -> init-deprecate
|
||||
init-adduser -> init-device-perms
|
||||
base -> init-envfile
|
||||
init-os-end -> init-kasmvnc
|
||||
init-nginx -> init-kasmvnc-config
|
||||
init-video -> init-kasmvnc-end
|
||||
base -> init-migrations
|
||||
init-config-end -> init-mods
|
||||
init-mods-package-install -> init-mods-end
|
||||
init-mods -> init-mods-package-install
|
||||
init-kasmvnc -> init-nginx
|
||||
init-adduser -> init-os-end
|
||||
init-device-perms -> init-os-end
|
||||
init-envfile -> init-os-end
|
||||
init-custom-files -> init-services
|
||||
init-kasmvnc-config -> init-video
|
||||
init-deprecate -> init-services
|
||||
init-services -> svc-cron
|
||||
svc-cron -> legacy-services
|
||||
init-services -> svc-de
|
||||
svc-nginx -> svc-de
|
||||
svc-de -> legacy-services
|
||||
init-services -> svc-docker
|
||||
svc-de -> svc-docker
|
||||
svc-docker -> legacy-services
|
||||
init-services -> svc-kasmvnc
|
||||
svc-pulseaudio -> svc-kasmvnc
|
||||
svc-kasmvnc -> legacy-services
|
||||
init-services -> svc-kclient
|
||||
svc-kasmvnc -> svc-kclient
|
||||
svc-kclient -> legacy-services
|
||||
init-services -> svc-nginx
|
||||
svc-kclient -> svc-nginx
|
||||
svc-nginx -> legacy-services
|
||||
init-services -> svc-pulseaudio
|
||||
svc-pulseaudio -> legacy-services
|
||||
}
|
||||
Base Images: {
|
||||
"baseimage-kasmvnc:arch" <- "baseimage-arch:latest"
|
||||
"baseimage-alpine:3.22"
|
||||
}
|
||||
"steamos:latest" <- Base Images
|
||||
```
|
||||
|
||||
## Versions
|
||||
|
||||
* **09.12.25:** - Deprecate container, any future release will be for the Steam application not the underlying OS.
|
||||
* **23.05.24:** - Document how to get Nvidia to work.
|
||||
* **15.01.24:** - Install gperftools to fix source games.
|
||||
* **29.11.23:** - Switch to openbox for bigpicture mode.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user