obsidian sync stuyff

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-06 17:30:11 -05:00
parent 71116eddbc
commit c0c8391339
5 changed files with 54 additions and 40 deletions

View file

@ -1,5 +1,6 @@
{ common }:
{
config,
...
}:
{
@ -17,6 +18,7 @@
# Obsidian Sync settings
services.obsidian_sync = {
serverUrl = "https://obsidiansync.joshuabell.xyz";
dockerEnvFiles = [ config.age.secrets.obsidian_sync_env.path ];
};
## Give internet access

View file

@ -134,6 +134,13 @@
proxyPass = "http://100.64.0.13";
};
};
"obsidiansync.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://100.64.0.1:5984";
};
};
"_" = {
default = true;