Discover Packages
github.com/allape/homesong
command
module
Version:
v0.0.0-...-12c3a06
Opens a new window with list of versions in this module.
Published: Apr 20, 2025
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
README
¶
Home Song
Song Management for Home NAS.
And the default UI is not designed for "to client" usage, more ERP style.
Client usages should be integrated with some authentication system.
Screenshots
Start
All available 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
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.