diff --git a/images/docker-beets/index.html b/images/docker-beets/index.html index 753d164771..010cb9c7e5 100644 --- a/images/docker-beets/index.html +++ b/images/docker-beets/index.html @@ -1,4 +1,4 @@ - beets - LinuxServer.io
Skip to content

linuxserver/beets

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

Beets is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools.

beets

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/beets: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

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable Beets Releases
nightly Built against head of Beets git, generally considered unstable but a likely choice for power users of the application.

Application Setup

Edit the config file in /config

To edit the config from within the container use beet config -e

For a command prompt as user abc docker exec -it -u abc beets bash

See Beets for more info.

Contains beets-extrafiles plugin, configuration details

Usage

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

---
+ beets - LinuxServer.io      

linuxserver/beets

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

Beets is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools.

beets

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/beets: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

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable Beets Releases
nightly Built against head of Beets git, generally considered unstable but a likely choice for power users of the application.

Application Setup

Edit the config file in /config

To edit the config from within the container use beet config -e

For a command prompt as user abc docker exec -it -u abc beets bash

See Beets for more info.

Contains beets-extrafiles plugin, configuration details

Usage

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

---
 services:
   beets:
     image: lscr.io/linuxserver/beets:latest
@@ -48,4 +48,4 @@
   --pull \
   -t lscr.io/linuxserver/beets: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

  • 23.12.23: - Rebase to Alpine 3.19.
  • 25.08.23: - Rebase to Alpine 3.18, pin Pillow to 9.5.0.
  • 07.07.23: - Deprecate armhf. As announced here
  • 25.03.23: - Add requests_oauthlib required for beatport plugin.
  • 24.02.23: - Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin.
  • 15.01.22: - Rebasing to alpine 3.15.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 12.05.19: - Add flac and mp3val binaries required for badfiles plugin.
  • 12.04.19: - Rebase to Alpine 3.9.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 11.03.19: - Swap copyartifacts for extrafiles, update endpoints with nightly tag.
  • 01.03.19: - Switch to python3.
  • 07.02.19: - Add fftw-dev build dependency for chromaprint.
  • 28.01.19: - Add pipeline logic and multi arch.
  • 15.08.18: - Rebase to alpine 3.8, use alpine repo version of pylast.
  • 12.08.18: - Add requests pip package.
  • 04.03.18: - Upgrade mp3gain to 1.6.1.
  • 02.01.18: - Deprecate cpu_core routine lack of scaling.
  • 27.12.17: - Add beautifulsoup4 pip package.
  • 06.12.17: - Rebase to alpine linux 3.7.
  • 25.05.17: - Rebase to alpine linux 3.6.
  • 06.02.17: - Rebase to alpine linux 3.5.
  • 16.01.17: - Add packages required for replaygain.
  • 24.12.16: - Add beets-copyartifacts plugin.
  • 07.12.16: - Edit cmake options for chromaprint, should now build and install fpcalc, add gstreamer lib
  • 14.10.16: - Add version layer information.
  • 01.10.16: - Add nano and editor variable to allow editing of the config from the container command line.
  • 30.09.16: - Fix umask.
  • 24.09.16: - Rebase to alpine linux.
  • 10.09.16: - Add layer badges to README.
  • 05.01.16: - Change ffpmeg repository, other version crashes container
  • 06.11.15: - Initial Release
  • 29.11.15: - Take out term setting, causing issues with key entry for some users
\ No newline at end of file +

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

Versions

  • 23.12.23: - Rebase to Alpine 3.19.
  • 25.08.23: - Rebase to Alpine 3.18, pin Pillow to 9.5.0.
  • 07.07.23: - Deprecate armhf. As announced here
  • 25.03.23: - Add requests_oauthlib required for beatport plugin.
  • 24.02.23: - Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin.
  • 15.01.22: - Rebasing to alpine 3.15.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 12.05.19: - Add flac and mp3val binaries required for badfiles plugin.
  • 12.04.19: - Rebase to Alpine 3.9.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 11.03.19: - Swap copyartifacts for extrafiles, update endpoints with nightly tag.
  • 01.03.19: - Switch to python3.
  • 07.02.19: - Add fftw-dev build dependency for chromaprint.
  • 28.01.19: - Add pipeline logic and multi arch.
  • 15.08.18: - Rebase to alpine 3.8, use alpine repo version of pylast.
  • 12.08.18: - Add requests pip package.
  • 04.03.18: - Upgrade mp3gain to 1.6.1.
  • 02.01.18: - Deprecate cpu_core routine lack of scaling.
  • 27.12.17: - Add beautifulsoup4 pip package.
  • 06.12.17: - Rebase to alpine linux 3.7.
  • 25.05.17: - Rebase to alpine linux 3.6.
  • 06.02.17: - Rebase to alpine linux 3.5.
  • 16.01.17: - Add packages required for replaygain.
  • 24.12.16: - Add beets-copyartifacts plugin.
  • 07.12.16: - Edit cmake options for chromaprint, should now build and install fpcalc, add gstreamer lib
  • 14.10.16: - Add version layer information.
  • 01.10.16: - Add nano and editor variable to allow editing of the config from the container command line.
  • 30.09.16: - Fix umask.
  • 24.09.16: - Rebase to alpine linux.
  • 10.09.16: - Add layer badges to README.
  • 05.01.16: - Change ffpmeg repository, other version crashes container
  • 06.11.15: - Initial Release
  • 29.11.15: - Take out term setting, causing issues with key entry for some users
\ No newline at end of file diff --git a/images/docker-heimdall/index.html b/images/docker-heimdall/index.html index c0b7903f72..c2fc5f58e4 100644 --- a/images/docker-heimdall/index.html +++ b/images/docker-heimdall/index.html @@ -1,4 +1,4 @@ - heimdall - LinuxServer.io
Skip to content

linuxserver/heimdall

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

Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.

Simplicity is the key to Heimdall.

Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.

heimdall

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/heimdall: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

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable Heimdall releases.
development Latest commit from the github 2.x branch.

Application Setup

Access the web gui at http://SERVERIP:PORT

Adding password protection

This image now supports password protection through htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it heimdall htpasswd -c /config/nginx/.htpasswd <username>. Replace with a username of your choice and you will be asked to enter a password. Uncomment the basic auth lines in /config/nginx/site-confs/default.conf and restart the container.

Usage

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

---
+ heimdall - LinuxServer.io      

linuxserver/heimdall

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

Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.

Simplicity is the key to Heimdall.

Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.

heimdall

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/heimdall: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

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

Tag Available Description
latest Stable Heimdall releases.
development Latest commit from the github 2.x branch.

Application Setup

Access the web gui at http://SERVERIP:PORT

Adding password protection

This image now supports password protection through htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it heimdall htpasswd -c /config/nginx/.htpasswd <username>. Replace with a username of your choice and you will be asked to enter a password. Uncomment the basic auth lines in /config/nginx/site-confs/default.conf and restart the container.

Usage

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

---
 services:
   heimdall:
     image: lscr.io/linuxserver/heimdall:latest
@@ -46,4 +46,4 @@
   --pull \
   -t lscr.io/linuxserver/heimdall: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

  • 07.03.24: - Enable the opcache and disable file revalidation.
  • 06.03.24: - Existing users should update: site-confs/default.conf - Cleanup default site conf.
  • 23.12.23: - Rebase to Alpine 3.19 with php 8.3.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 20.01.23: - Rebase to alpine 3.17 with php8.1.
  • 14.11.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 04.11.22: - Build commits to upstream branch 2.x for the development tag.
  • 13.03.21: - Make searchproviders.yaml user configurable.
  • 10.02.21: - Revert to alpine 3.12 as php 7.4 broke laravel.
  • 10.02.21: - Rebasing to alpine 3.13.
  • 17.08.20: - Add php7-curl.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 17.01.20: - Use nginx from baseimage.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 16.07.19: - Save laravel.log to /config/log/heimdall.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 01.04.19: - Fix permission detect logic.
  • 26.03.19: - Install Heimdall during container start to prevent delayed start due to overlayfs bug with recursive chown.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 15.03.19: - Clarify docker image tags in readme.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 16.01.18: - Generate random app key in .env for new installs.
  • 20.11.18: - Upgrade baseimage packages during build.
  • 04.11.18: - Add php7-zip.
  • 31.10.18: - Add queue service.
  • 17.10.18: - Symlink avatars folder.
  • 16.10.18: - Updated fastcgi_params for user login support.
  • 07.10.18: - Symlink .env rather than copy. It now resides under /config/www
  • 30.09.18: - Multi-arch image. Move .env to /config.
  • 05.09.18: - Rebase to alpine linux 3.8.
  • 06.03.18: - Use password protection if htpasswd is set. Existing users can delete their default site config at /config/nginx/site-confs/default.conf and restart the container, a new default site config with htpasswd support will be created in its place
  • 12.02.18: - Initial Release.
\ No newline at end of file +

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

Versions

  • 07.03.24: - Enable the opcache and disable file revalidation.
  • 06.03.24: - Existing users should update: site-confs/default.conf - Cleanup default site conf.
  • 23.12.23: - Rebase to Alpine 3.19 with php 8.3.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 20.01.23: - Rebase to alpine 3.17 with php8.1.
  • 14.11.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 04.11.22: - Build commits to upstream branch 2.x for the development tag.
  • 13.03.21: - Make searchproviders.yaml user configurable.
  • 10.02.21: - Revert to alpine 3.12 as php 7.4 broke laravel.
  • 10.02.21: - Rebasing to alpine 3.13.
  • 17.08.20: - Add php7-curl.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 17.01.20: - Use nginx from baseimage.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 16.07.19: - Save laravel.log to /config/log/heimdall.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 01.04.19: - Fix permission detect logic.
  • 26.03.19: - Install Heimdall during container start to prevent delayed start due to overlayfs bug with recursive chown.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 15.03.19: - Clarify docker image tags in readme.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 16.01.18: - Generate random app key in .env for new installs.
  • 20.11.18: - Upgrade baseimage packages during build.
  • 04.11.18: - Add php7-zip.
  • 31.10.18: - Add queue service.
  • 17.10.18: - Symlink avatars folder.
  • 16.10.18: - Updated fastcgi_params for user login support.
  • 07.10.18: - Symlink .env rather than copy. It now resides under /config/www
  • 30.09.18: - Multi-arch image. Move .env to /config.
  • 05.09.18: - Rebase to alpine linux 3.8.
  • 06.03.18: - Use password protection if htpasswd is set. Existing users can delete their default site config at /config/nginx/site-confs/default.conf and restart the container, a new default site config with htpasswd support will be created in its place
  • 12.02.18: - Initial Release.
\ No newline at end of file