diff --git a/images/docker-htpcmanager/index.html b/images/docker-htpcmanager/index.html index 3bd9144842..d5f69a6254 100644 --- a/images/docker-htpcmanager/index.html +++ b/images/docker-htpcmanager/index.html @@ -1,4 +1,4 @@ - htpcmanager - LinuxServer.io
Skip to content

linuxserver/htpcmanager

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Htpcmanager is a front end for many htpc related applications.

htpcmanager

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/htpcmanager:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

The webui is found at port 8085. Smartmontools and psutil have not been included, you can safely ignore the warning error in the log.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ htpcmanager - LinuxServer.io       

linuxserver/htpcmanager

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Htpcmanager is a front end for many htpc related applications.

htpcmanager

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/htpcmanager:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

The webui is found at port 8085. Smartmontools and psutil have not been included, you can safely ignore the warning error in the log.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   htpcmanager:
@@ -49,4 +49,4 @@
   --pull \
   -t lscr.io/linuxserver/htpcmanager:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 25.08.23: - Rebase to Alpine 3.18.
  • 04.07.23: - Deprecate armhf. As announced here
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 24.08.22: - Rebase to alpine 3.15, use linuxserver.io wheel repo.
  • 08.04.21: - Fix build.
  • 10.02.21: - Rebasing to alpine 3.13.
  • 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.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 16.01.19: - Add pipeline logic and multi arch.
  • 17.08.18: - Rebase to alpine 3.8.
  • 12.12.17: - Rebase to alpine 3.7.
  • 20.07.17: - Internal git pull instead of at runtime.
  • 25.05.17: - Rebase to alpine 3.6.
  • 07.02.17: - Rebase to alpine 3.5.
  • 14.10.16: - Add version layer information.
  • 26.09.16: - Add back cherrypy after removal from baseimage.
  • 10.09.16: - Add layer badges to README.
  • 28.08.16: - Add badges to README.
  • 08.08.16: - Rebase to alpine linux.
  • 14.01.15: - Remove hardcoded loglevel from the run command, set in webui
  • 19.09.15: - Initial Release.

Last update: October 10, 2023
Created: February 5, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 25.08.23: - Rebase to Alpine 3.18.
  • 04.07.23: - Deprecate armhf. As announced here
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 24.08.22: - Rebase to alpine 3.15, use linuxserver.io wheel repo.
  • 08.04.21: - Fix build.
  • 10.02.21: - Rebasing to alpine 3.13.
  • 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.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 16.01.19: - Add pipeline logic and multi arch.
  • 17.08.18: - Rebase to alpine 3.8.
  • 12.12.17: - Rebase to alpine 3.7.
  • 20.07.17: - Internal git pull instead of at runtime.
  • 25.05.17: - Rebase to alpine 3.6.
  • 07.02.17: - Rebase to alpine 3.5.
  • 14.10.16: - Add version layer information.
  • 26.09.16: - Add back cherrypy after removal from baseimage.
  • 10.09.16: - Add layer badges to README.
  • 28.08.16: - Add badges to README.
  • 08.08.16: - Rebase to alpine linux.
  • 14.01.15: - Remove hardcoded loglevel from the run command, set in webui
  • 19.09.15: - Initial Release.

Last update: November 21, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 124c314f0c..ce048572f2 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ