From c663f2e6d2b6be0a07665c8c9fbbae4bb89866b3 Mon Sep 17 00:00:00 2001 From: criz Date: Sat, 13 Sep 2025 20:07:59 +0200 Subject: [PATCH] Gonic > Navidrome (I like music folders) --- Containers/Gonic/compose.yml | 21 +++++++++++++++++++++ Containers/Navidrome/compose.yml | 15 --------------- Containers/Navidrome/data/navidrome.toml | 2 -- README.md | 8 +++----- 4 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 Containers/Gonic/compose.yml delete mode 100644 Containers/Navidrome/compose.yml delete mode 100644 Containers/Navidrome/data/navidrome.toml diff --git a/Containers/Gonic/compose.yml b/Containers/Gonic/compose.yml new file mode 100644 index 0000000..d0038c6 --- /dev/null +++ b/Containers/Gonic/compose.yml @@ -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" diff --git a/Containers/Navidrome/compose.yml b/Containers/Navidrome/compose.yml deleted file mode 100644 index b6f0a0e..0000000 --- a/Containers/Navidrome/compose.yml +++ /dev/null @@ -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" - diff --git a/Containers/Navidrome/data/navidrome.toml b/Containers/Navidrome/data/navidrome.toml deleted file mode 100644 index 74eb198..0000000 --- a/Containers/Navidrome/data/navidrome.toml +++ /dev/null @@ -1,2 +0,0 @@ -[scanner] -PurgeMissing = "always" diff --git a/README.md b/README.md index 623dcc9..c59621c 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,13 @@ - StirlingPDF (ilovepdf.com replacement) - Gotify (Simple notifcation system) - Metube (Youtube downloader) +- Gonic (Music) ## Todo - [x] Publish this repo -- [ ] Add images to README -- [ ] Move github things -- [ ] Add Habitica -- [ ] Configure public VPN for torrents -- [ ] Add Navidrome + music download system +- [x] Add images to README +- [x] Move github things - [ ] Add Audiobookshelf + audiobook download system - [x] Add and configure backups on external disk