Try writefreely

This commit is contained in:
Invariantspace 2024-03-08 20:14:20 -08:00
parent 05f3435635
commit d5575e8851
7 changed files with 89 additions and 49 deletions

View file

@ -47,12 +47,14 @@
root ${pkgs.cinny}
}
'';
"vault.${dn}".extraConfig =
''
reverse_proxy ${local}:${portStr.vault} {
header_up X-Real-IP {remote_host}
}
'';
"vault.${dn}".extraConfig = ''
reverse_proxy ${local}:${portStr.vault} {
header_up X-Real-IP {remote_host}
}
'';
"${config.services.writefreely.host}".extraConfig = ''
reverse_proxy ${home}:${portStr.writefreely}
'';
};
};