mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Revert "Remove not released doc"
This reverts commit 93a47e9143.
This feature is released now
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user