add automerge repo sync server

This commit is contained in:
Anish Lakhwara
2026-08-13 21:19:27 -07:00
parent 74c5216423
commit 4c3c2a761c
5 changed files with 71 additions and 3 deletions
+5
View File
@@ -45,6 +45,8 @@
};
};
services.automerge-repo-sync-server.enable = true;
services.caddy = {
enable = true;
virtualHosts = {
@@ -57,6 +59,9 @@
"spindle.commonscomputer.com".extraConfig = ''
reverse_proxy http://localhost:6555
'';
"automerge.commonscomputer.com".extraConfig = ''
reverse_proxy http://localhost:3030
'';
};
};
networking.firewall.allowedTCPPorts = [