Revert "Remove not released doc"

This reverts commit 93a47e9143.
This feature is released now
This commit is contained in:
Chocobozzz
2026-06-11 11:11:48 +02:00
parent 55beb53aa8
commit 9f4127e616
+15
View File
@@ -676,6 +676,21 @@ cd /var/www/peertube-docker; \
:::
It's also possible to remove more local files if your stop PeerTube using the `--offline` option:
::: code-group
```bash [Classic installation]
cd /var/www/peertube/peertube-latest; \
sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run prune-storage -- --offline
```
```bash [Docker]
cd /var/www/peertube-docker; \
docker compose exec -u peertube peertube npm run prune-storage -- --offline
```
:::
### Update PeerTube instance domain name