kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
9121da9a45
commit
8066fc0a9d
|
@ -10,7 +10,7 @@
|
|||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-htpcmanager/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/htpcmanager/latest/index.html)
|
||||
|
||||
[Htpcmanager](https://github.com/Hellowlol/HTPC-Manager) is a front end for many htpc related applications. Hellowlol version.
|
||||
[Htpcmanager](https://github.com/HTPC-Manager/HTPC-Manager) is a front end for many htpc related applications.
|
||||
|
||||
## Supported Architectures
|
||||
|
||||
|
@ -47,7 +47,7 @@ services:
|
|||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- </path/to/appdata/config>:/config
|
||||
- /path/to/appdata/config:/config
|
||||
ports:
|
||||
- 8085:8085
|
||||
restart: unless-stopped
|
||||
|
@ -62,7 +62,7 @@ docker run -d \
|
|||
-e PGID=1000 \
|
||||
-e TZ=Europe/London \
|
||||
-p 8085:8085 \
|
||||
-v </path/to/appdata/config>:/config \
|
||||
-v /path/to/appdata/config:/config \
|
||||
--restart unless-stopped \
|
||||
linuxserver/htpcmanager
|
||||
```
|
||||
|
@ -128,7 +128,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
|||
|
||||
## Application Setup
|
||||
|
||||
The webui is found at port 8085. Smartmontools has not been included, you can safely ignore the warning error in the log.
|
||||
The webui is found at port 8085. Smartmontools and psutil have not been included, you can safely ignore the warning error in the log.
|
||||
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=htpcmanager "view available mods for this container.") [](https://mods.linuxserver.io/?mod=universal "view available universal mods.")
|
||||
|
@ -149,6 +149,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
|
||||
## Versions
|
||||
|
||||
* **26.10.20:** - Rebase to alpine 3.12, python3, change upstream project
|
||||
* **19.12.19:** - Rebasing to alpine 3.11.
|
||||
* **28.06.19:** - Rebasing to alpine 3.10.
|
||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||
|
|
Ładowanie…
Reference in New Issue