Gonic > Navidrome (I like music folders)
This commit is contained in:
parent
a314690ef2
commit
c663f2e6d2
4 changed files with 24 additions and 22 deletions
21
Containers/Gonic/compose.yml
Normal file
21
Containers/Gonic/compose.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# example docker-compose.yml
|
||||||
|
|
||||||
|
version: "2.4"
|
||||||
|
services:
|
||||||
|
gonic:
|
||||||
|
restart: unless-stopped
|
||||||
|
image: sentriz/gonic:latest
|
||||||
|
environment:
|
||||||
|
- TZ
|
||||||
|
# optionally, see more available env vars in the readme
|
||||||
|
ports:
|
||||||
|
- 4747:80
|
||||||
|
volumes:
|
||||||
|
- ./data:/data # gonic db etc
|
||||||
|
- /home/criz/Medias/Music:/music:ro # your music
|
||||||
|
- /home/criz/Medias/Podcasts:/podcasts # your podcasts
|
||||||
|
- /home/criz/Medias/Playlists:/playlists # your playlists
|
||||||
|
- ./cache:/cache # transcode / covers / etc cache dir
|
||||||
|
labels:
|
||||||
|
tsdproxy.enable: "true"
|
||||||
|
tsdproxy.name: "music"
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
services:
|
|
||||||
navidrome:
|
|
||||||
container_name: navidrome
|
|
||||||
image: deluan/navidrome:latest
|
|
||||||
user: 1000:1000 # should be owner of volumes
|
|
||||||
ports:
|
|
||||||
- "4533:4533"
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- "./data:/data"
|
|
||||||
- "/home/criz/Medias/Music:/music:ro"
|
|
||||||
labels:
|
|
||||||
tsdproxy.enable: "true"
|
|
||||||
tsdproxy.name: "music"
|
|
||||||
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
[scanner]
|
|
||||||
PurgeMissing = "always"
|
|
||||||
|
|
@ -26,15 +26,13 @@
|
||||||
- StirlingPDF (ilovepdf.com replacement)
|
- StirlingPDF (ilovepdf.com replacement)
|
||||||
- Gotify (Simple notifcation system)
|
- Gotify (Simple notifcation system)
|
||||||
- Metube (Youtube downloader)
|
- Metube (Youtube downloader)
|
||||||
|
- Gonic (Music)
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- [x] Publish this repo
|
- [x] Publish this repo
|
||||||
- [ ] Add images to README
|
- [x] Add images to README
|
||||||
- [ ] Move github things
|
- [x] Move github things
|
||||||
- [ ] Add Habitica
|
|
||||||
- [ ] Configure public VPN for torrents
|
|
||||||
- [ ] Add Navidrome + music download system
|
|
||||||
- [ ] Add Audiobookshelf + audiobook download system
|
- [ ] Add Audiobookshelf + audiobook download system
|
||||||
- [x] Add and configure backups on external disk
|
- [x] Add and configure backups on external disk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue