navidrome.toml
This commit is contained in:
parent
010ee246dd
commit
cdd825916a
2 changed files with 13 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,13 +1,24 @@
|
||||||
|
# Ignore everything in the root and all subdirectories
|
||||||
/*
|
/*
|
||||||
!/*/
|
!/*/
|
||||||
|
|
||||||
|
# Keep the Containers folder
|
||||||
!/Containers/
|
!/Containers/
|
||||||
|
|
||||||
|
# Ignore everything inside Containers/*
|
||||||
/Containers/*/*
|
/Containers/*/*
|
||||||
!/Containers/*/compose.yml*
|
!/Containers/*/compose.yml*
|
||||||
|
|
||||||
|
# Some (safe) configs files
|
||||||
|
!/Containers/Navidrome/data/
|
||||||
|
/Containers/Navidrome/data/*
|
||||||
|
!/Containers/Navidrome/data/navidrome.toml
|
||||||
|
|
||||||
|
# Scripts
|
||||||
!/Scripts/*
|
!/Scripts/*
|
||||||
|
|
||||||
|
|
||||||
|
# Keep utility files in root
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!start_all.sh
|
!start_all.sh
|
||||||
!stop_all.sh
|
!stop_all.sh
|
||||||
|
|
2
Containers/Navidrome/data/navidrome.toml
Normal file
2
Containers/Navidrome/data/navidrome.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[scanner]
|
||||||
|
PurgeMissing = "always"
|
Loading…
Add table
Add a link
Reference in a new issue