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.
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.
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.
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.
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.
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
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.
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.
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
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.
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.
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