feat(obsidian): add reverse proxy
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-17 15:52:57 -05:00
parent 26e23c69b9
commit eeadf1ac82

View file

@ -87,6 +87,8 @@ in {
"Immich" = mkPublicReverseProxy "photos" "${nosIP}:2283" {}; "Immich" = mkPublicReverseProxy "photos" "${nosIP}:2283" {};
"ObsidianLiveSync" = mkPublicReverseProxy "livesync" "${nosIP}:5984" {};
"Binary Cache" = mkPublicReverseProxy "cache" "${serviviIP}:5000" {}; "Binary Cache" = mkPublicReverseProxy "cache" "${serviviIP}:5000" {};
# Private # Private