fix: route funkwhale cover images through internal media server
Deploy Indiekit Server / deploy (push) Successful in 1m14s

Cover proxy was fetching https://audio.giersig.eu/media/... but the
node jail has no outbound internet access. Adds mediaInternalUrl to
rewrite those fetches to http://10.100.0.10:8091/media/... instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sven
2026-04-21 23:25:02 +02:00
parent 4a059c86dc
commit 791e21ad53
+1
View File
@@ -376,6 +376,7 @@ export default {
token: funkwhaleToken, token: funkwhaleToken,
cacheTtl: funkwhaleCacheTtl, cacheTtl: funkwhaleCacheTtl,
syncInterval: funkwhaleSyncInterval, syncInterval: funkwhaleSyncInterval,
mediaInternalUrl: "http://10.100.0.10:8091",
}, },
"@rmdes/indiekit-endpoint-lastfm": { "@rmdes/indiekit-endpoint-lastfm": {
mountPath: "/lastfmapi", mountPath: "/lastfmapi",