Compare commits

...

3 commits

Author SHA1 Message Date
d91a1de731 Merge pull request 'fix typo in peertube doc' (#617) from Lapineige/garage:main into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #617
2024-01-11 11:19:42 +00:00
47e7f9e122 another typo
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-19 20:29:24 +00:00
5ffcdb4634 fix typo
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-19 15:17:51 +00:00

View file

@ -146,7 +146,7 @@ Keep the Key ID and the Secret key in a pad, they will be needed later.
We need two buckets, one for normal videos (named peertube-video) and one for webtorrent videos (named peertube-playlist).
```bash
garage bucket create peertube-video
garage bucket create peertube-videos
garage bucket create peertube-playlist
```
@ -216,7 +216,7 @@ object_storage:
# Same settings but for webtorrent videos
videos:
bucket_name: 'peertube-video'
bucket_name: 'peertube-videos'
prefix: ''
# You must fill this field to make Peertube use our reverse proxy/website logic
base_url: 'http://peertube-videos.web.garage.localhost'