Update discourse documentation

This commit is contained in:
Xiretza 2025-02-28 16:58:14 +00:00
parent 61df45c17d
commit c7ff1cc94b

View file

@ -16,7 +16,14 @@ konfusius after the August 2022 parabox incident in November of 2022.
## TO UPDATE
```sh
sudo git -C /var/discourse/ pull
sudo /var/discourse/launcher rebuild app
```
1. Rebase https://git.it-syndikat.org/IT-Syndikat/discourse_docker on latest upstream main
2. Push `itsyndikat` branch back to forgejo
3. On pitchmadattack:
```
sudo git -C /var/discourse/ pull
sudo /var/discourse/launcher rebuild app
```
You may need to update the patches in `/var/discourse/templates/web.ssl.its.yml`
if [`nginx.sample.conf`](https://github.com/discourse/discourse/blob/main/config/nginx.sample.conf)
has changed too much upstream.