Compare commits
No commits in common. "d91a1de7315373271bce72088a4c73007f2154e8" and "723e56b37f13f078a15e067343191fb1bf96e8b2" have entirely different histories.
d91a1de731
...
723e56b37f
1 changed files with 2 additions and 2 deletions
|
@ -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-videos
|
||||
garage bucket create peertube-video
|
||||
garage bucket create peertube-playlist
|
||||
```
|
||||
|
||||
|
@ -216,7 +216,7 @@ object_storage:
|
|||
|
||||
# Same settings but for webtorrent videos
|
||||
videos:
|
||||
bucket_name: 'peertube-videos'
|
||||
bucket_name: 'peertube-video'
|
||||
prefix: ''
|
||||
# You must fill this field to make Peertube use our reverse proxy/website logic
|
||||
base_url: 'http://peertube-videos.web.garage.localhost'
|
||||
|
|
Loading…
Add table
Reference in a new issue