chore: backup infrastructure configurations [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-28 02:03:47 +00:00
parent 4baa11cdff
commit b689b7e38b
27 changed files with 30 additions and 4 deletions

View File

@@ -63,10 +63,11 @@ job "navidrome-litefs" {
PORT = "8080" # Internal proxy port (unused but kept)
# Navidrome Config
ND_DATAFOLDER = "/data"
ND_DATAFOLDER = "/shared_data"
ND_PLUGINS_FOLDER = "/shared_data/plugins"
ND_CACHEFOLDER = "/shared_data/cache"
ND_BACKUP_PATH = "/shared_data/backup"
ND_CACHEFOLDER = "/shared_data/cache"
ND_BACKUP_PATH = "/shared_data/backup"
ND_ARTISTIMAGEFOLDER = "artist_images"
ND_BACKUPSCHEDULE = ""
ND_SCANSCHEDULE = "0"