aboutsummaryrefslogtreecommitdiff
path: root/deploy/code-host/README.md
diff options
context:
space:
mode:
authorMonzero Build System <builds@monzero.org>2026-08-15 21:47:24 +0100
committerMonzero Build System <builds@monzero.org>2026-08-15 21:47:24 +0100
commit0ac4c97369e60523c2bf95c3eaa7777f7703d2e8 (patch)
tree495e0b1905d191036622b6237e0e223442bd9ea1 /deploy/code-host/README.md
parent04c61909364622016863f62567a5a87d63f1b97a (diff)
downloadmonzero-core-0ac4c97369e60523c2bf95c3eaa7777f7703d2e8.tar.gz
monzero-core-0ac4c97369e60523c2bf95c3eaa7777f7703d2e8.tar.xz
monzero-core-0ac4c97369e60523c2bf95c3eaa7777f7703d2e8.zip
Deploy read-only Monzero source service
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.
+