Set up Opodsync

This commit is contained in:
coolneng 2025-04-08 03:08:46 +02:00
parent 848d652ac7
commit 0127dbc975
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 11 additions and 0 deletions

View File

@ -38,6 +38,12 @@
ports = [ "127.0.0.1:9641:9641" ]; ports = [ "127.0.0.1:9641:9641" ];
volumes = [ "/vault/mqtt2prometheus/config.yaml:/config.yaml" ]; volumes = [ "/vault/mqtt2prometheus/config.yaml:/config.yaml" ];
}; };
# Podcast synchronization
opodsync = {
image = "ganeshlab/opodsync@sha256:32626b732fe38687a5dfd703d515136e413c4b16f286b38656718ad03f0d94c1";
ports = [ "127.0.0.1:9090:8080" ];
volumes = [ "/vault/opodsync:/var/www/server/data" ];
};
}; };
}; };
}; };

View File

@ -175,6 +175,11 @@
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"podcast.psydnd.org" = {
useACMEHost = "psydnd.org";
forceSSL = true;
locations."/".proxyPass = "http://localhost:9090/";
};
}; };
}; };