aboutsummaryrefslogtreecommitdiff
path: root/deploy/code-host/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/code-host/README.md')
-rw-r--r--deploy/code-host/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/deploy/code-host/README.md b/deploy/code-host/README.md
new file mode 100644
index 000000000..a6a2827d9
--- /dev/null
+++ b/deploy/code-host/README.md
@@ -0,0 +1,16 @@
+# code.monzero.org deployment
+
+This configuration publishes read-only source browsing and Git clones from
+`/srv/git` on the Monzero VPS. Administrative pushes remain restricted to SSH.
+It does not change the Monzero daemon service or ports.
+
+The deployed repositories are mirrors of the local recovery remotes:
+
+- `monzero-core.git`
+- `monzero-gui.git`
+- `monzero-gitian-sigs.git`
+
+Nginx exposes only `git-upload-pack`; it intentionally has no
+`git-receive-pack` route. After deployment, Certbot upgrades the virtual host
+to HTTPS and UFW admits ports 80 and 443.
+