diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-13 13:51:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-13 13:51:50 +0100 |
commit | 21e73020142635f0b1b2c8694a6b5164437954b9 (patch) | |
tree | 859ea52c408c60dc61e14bc330f714860c3ac62e | |
parent | ce502d09a9c44b4972712a899f19eb4afda8b01d (diff) | |
download | PeerTube-21e73020142635f0b1b2c8694a6b5164437954b9.tar.gz PeerTube-21e73020142635f0b1b2c8694a6b5164437954b9.tar.zst PeerTube-21e73020142635f0b1b2c8694a6b5164437954b9.zip |
Improve changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3232a4b..182beb67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -15,7 +15,9 @@ | |||
15 | * **Important** You need to manually execute a migration script after your upgrade to migrate private/internal video files: | 15 | * **Important** You need to manually execute a migration script after your upgrade to migrate private/internal video files: |
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 | * There is a new `secrets.peertube` configuration. You must fill it before running PeerTube v5 | 18 | * Configuration changes (`config/production.yaml`): |
19 | * There is a new `secrets.peertube` configuration. You must fill it before running PeerTube v5 | ||
20 | * `object_storage.upload_acl` is now a parent key that you must update | ||
19 | * You must update your nginx configuration: | 21 | * You must update your nginx configuration: |
20 | * We introduced a new `location` for plugin websocket routes | 22 | * We introduced a new `location` for plugin websocket routes |
21 | * We introduced a new `location` for private videos files | 23 | * We introduced a new `location` for private videos files |