blob: a6a2827d935a9263b5acdcf0ca78ffdcdd7797c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
|