aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-12-15 08:32:44 +0100
committerChocobozzz <me@florianbigard.com>2022-12-15 08:32:44 +0100
commit28a398d6d7c178a54aeb5ff45c02daf64fec3e4e (patch)
tree70dc136ad6812264b3e83b1eb4968d84683f0275 /CHANGELOG.md
parent7dcd45a9a289c2da38eafd9a0b293453981b0da4 (diff)
downloadPeerTube-28a398d6d7c178a54aeb5ff45c02daf64fec3e4e.tar.gz
PeerTube-28a398d6d7c178a54aeb5ff45c02daf64fec3e4e.tar.zst
PeerTube-28a398d6d7c178a54aeb5ff45c02daf64fec3e4e.zip
Clearer changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 182beb67b..36506e20e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,11 +16,11 @@
16 * Classic installation: `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-5.0.js` 16 * Classic installation: `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-5.0.js`
17 * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-5.0.js` 17 * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-5.0.js`
18 * Configuration changes (`config/production.yaml`): 18 * Configuration changes (`config/production.yaml`):
19 * There is a new `secrets.peertube` configuration. You must fill it before running PeerTube v5 19 * There is a new `secrets.peertube` configuration. You must fill it before running PeerTube v5: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/config/production.yaml.example#L14
20 * `object_storage.upload_acl` is now a parent key that you must update 20 * `object_storage.upload_acl` is now a parent key that you must update: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/config/production.yaml.example#L153
21 * You must update your nginx configuration: 21 * You must update your nginx configuration:
22 * We introduced a new `location` for plugin websocket routes 22 * We introduced a new `location` for plugin websocket routes: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/support/nginx/peertube#L135
23 * We introduced a new `location` for private videos files 23 * We introduced a new `location` for private videos files: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/support/nginx/peertube#L217
24 24
25### Documentation 25### Documentation
26 26