command
module
Version:
v0.0.0-...-1bececf
Opens a new window with list of versions in this module.
Published: Jul 7, 2026
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Home Song
Song/Music Management for Home NAS.
The UI is not designed for "to client" usage, more like ERP style.
Screenshots



Start
All available docker images are
in https://github.com/allape/homesong/pkgs/container/homesong.
MySQL Mode
docker compose -f docker.compose.yaml up -d
SQLite / Standalone Mode
docker run -d --name homesong \
-p 8080:8080 \
-v "$(pwd)/database:/app/database" \
-v "$(pwd)/static:/app/static" \
ghcr.io/allape/homesong:main
Dev
Required External Programs
Backend
go run .
Frontend
cd ui
npm i
npm run dev
Build
See Dockerfile or docker.yaml
Credits
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.