Update README.md

This commit is contained in:
A 2025-05-05 10:05:29 -07:00 committed by GitHub
parent 948e47f067
commit 5e64bb383e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,17 +99,19 @@ cat /var/lib/tor/onion_service/hostname
# Post installation
* Configure email and enable user registration. See the README.md in the service's configuration directory for guidance.
* Copy a pre-existing website into `/var/www/dcomms/` across all docker nodes or checkout all files from either the [dcomms-web repo (UA)](https://github.com/censorship-no/dcomms-web) or the [chatv3 repo (RU)](https://github.com/censorship-no/chatv3-web) into the same location.
* Optionally visit `https://server1.example.org` to view the website.
* Optionally visit `https://chat.server1.example.org` to view the Element service.
* Optionally configure a Matrix client to use `https://matrix.server1.example.org` as the homeserver.
# Troubleshooting
## Log review
## Altering configs
## Specific issues with services
## Reload services
To stop and start services you can use the following commands:
* To stop all pods in a compose file, for example Mastodon:
```
docker compose -f ./conf/compose/mastodon.docker-compose.yml down
```
To restart the services, simply rerun `run.sh`