mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-25 23:25:57 +03:00
[PR #378] [CLOSED] feat(docker): add docker container setup #538
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#538
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/afkarxyz/SpotiFLAC/pull/378
Author: @calebe94
Created: 1/24/2026
Status: ❌ Closed
Base:
main← Head:docker-container📝 Commits (2)
4a90927feat(docker): add docker container setupd46cd1ffeat(docker): add docker container setup📊 Changes
25 files changed (+349 additions, -0 deletions)
View changed files
➕
.dockerignore(+7 -0)➕
Dockerfile(+126 -0)➕
Dockerfile.arm64(+114 -0)➕
docker-compose.yml(+20 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/init-setup/run(+31 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/init-setup/type(+1 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/init-setup/up(+1 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-novnc/dependencies.d/init-setup(+0 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-novnc/run(+3 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-novnc/type(+1 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-openbox/dependencies.d/init-setup(+0 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-openbox/run(+3 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-openbox/type(+1 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-spotiflac/dependencies.d/init-setup(+0 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-spotiflac/run(+7 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-spotiflac/type(+1 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-tigervnc/dependencies.d/init-setup(+0 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-tigervnc/run(+13 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/svc-tigervnc/type(+1 -0)➕
rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/init-setup(+0 -0)...and 5 more files
📄 Description
Add Docker Container Support
This PR adds full Docker containerization for SpotiFLAC with web-based access via noVNC, following the same architecture pattern as Soulseek Docker.
Features
linux/amd64andlinux/arm64buildsQuick Start
Access UI at
http://localhost:6090Configuration
PUID1000PGID1000UMASK022TZAmerica/Sao_Paulo)VNCPWDVNCPWD_FILEBuild
x86_64:
ARM64:
Volumes
/data/Downloads/data/config.spotiflac.yaml)/data/appdataPlatform Support
linux/amd64linux/arm64🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.