services/Distributed-Wiki.md
... ...
@@ -16,9 +16,9 @@ The local webserver is monitored with a simple [[shell script|Distributed-Wiki#e
16 16
- Contact [XUU-DN42](https://io.nixnodes.net?t=person&l=XUU-DN42) and ask for write access to the repo
17 17
- Setup cron for periodic pull/push jobs for the repo
18 18
- Generate a [CSR](/services/Certificate-Authority) and send to `[email protected]`. Wait for a reply containing internal.dn42/wiki.dn42 certificates.
19
- - Start two gollum instances, read-only and editing on `127.0.0.1`:
19
+ - Start two gollum instances, read-only and read/write on `127.0.0.1`:
20 20
21
- Read/write (SSL access only):
21
+ Read/write (SSL only):
22 22
```
23 23
gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4568
24 24
```