homesong

command module
v0.0.0-...-12c3a06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2025 License: MIT Imports: 16 Imported by: 0

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

img.png

zh.png

iPhone-zh.jpeg

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL