Commit graph

8 commits

Author SHA1 Message Date
BoulderBadgeDad
d58da7a3db #899: map /app/MusicVideos in the Unraid template
The image declares /app/MusicVideos as a VOLUME but the template never mapped it,
so music-video downloads landed in an anonymous Docker volume. Add an (advanced,
optional) Music Videos path mount so users can point it at a share.
2026-06-21 19:36:34 -07:00
BoulderBadgeDad
7159b3dc35 #899: point Unraid template TemplateURL/Icon at the official Nezreka/SoulSync repo
They referenced a third-party repo (snuffomega/SoulSync_unraid). Point them at
the canonical files in this repo. Use raw.githubusercontent.com (not /blob/,
which serves an HTML page) and the templates/ path where the files actually live.
2026-06-21 19:29:41 -07:00
Broque Thomas
33f4c90015 Updated unraid template provided by snuffomega
credit to: https://github.com/snuffomega
2026-02-15 17:07:13 -08:00
Broque Thomas
3cf8461560 add staging to entrypoint as well as fix unraid template 2026-02-14 08:30:12 -08:00
Broque Thomas
eebe035274 Update soulsync.xml 2025-12-10 09:52:23 -08:00
Broque Thomas
954d644b27 Update database mount path and docs for SoulSync
Changed recommended database mount from /app/database to /app/data in UNRAID.md and soulsync.xml to avoid overwriting Python modules. Updated troubleshooting section to clarify correct mounting and added config.json example for new database path.
2025-09-12 09:38:18 -07:00
Broque Thomas
e7cfcddc4d Update config volume mapping instructions for SoulSync
Change documentation and template to mount only the config.json file instead of the entire config directory. This prevents overwriting Python module files in /app/config and resolves import errors during container startup.
2025-09-12 09:12:44 -07:00
Broque Thomas
23b6a2ba56 Create soulsync.xml 2025-09-12 08:54:55 -07:00