diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-05 14:22:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-05 14:24:27 +0200 |
commit | 5f3505ba78bc05fc61aeca44d95f9a954934c0fc (patch) | |
tree | e5d83a2171d04201765474aacf39bd57603d60bf /CHANGELOG.md | |
parent | 841ddf8886f87ee694b604d2d0948326a6f9b4bb (diff) | |
download | PeerTube-5f3505ba78bc05fc61aeca44d95f9a954934c0fc.tar.gz PeerTube-5f3505ba78bc05fc61aeca44d95f9a954934c0fc.tar.zst PeerTube-5f3505ba78bc05fc61aeca44d95f9a954934c0fc.zip |
Fix changelog of secret config for docker
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e0063ff08..8e6129ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -155,7 +155,9 @@ | |||
155 | * 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` | 155 | * 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` |
156 | * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-5.0.js` | 156 | * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-5.0.js` |
157 | * Configuration changes (`config/production.yaml`): | 157 | * Configuration changes (`config/production.yaml`): |
158 | * 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 | 158 | * There is a new `secrets.peertube` configuration: |
159 | * Classic install: fill it before running PeerTube v5: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/config/production.yaml.example#L14 | ||
160 | * Docker install: fill it using an env variable before running the containers: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env#L27 | ||
159 | * `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 | 161 | * `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 |
160 | * You must update your nginx configuration: | 162 | * You must update your nginx configuration: |
161 | * We introduced a new `location` for plugin websocket routes: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/support/nginx/peertube#L135 | 163 | * We introduced a new `location` for plugin websocket routes: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/support/nginx/peertube#L135 |