obsidian sync stuyff
This commit is contained in:
parent
71116eddbc
commit
c0c8391339
5 changed files with 54 additions and 40 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue