diff options
author | Alex <alex@adnab.me> | 2024-01-11 11:19:42 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-11 11:19:42 +0000 |
commit | d91a1de7315373271bce72088a4c73007f2154e8 (patch) | |
tree | 00ae4c15cccbb6464973831978e70ea113e80290 /doc/book/connect/apps | |
parent | 723e56b37f13f078a15e067343191fb1bf96e8b2 (diff) | |
parent | 47e7f9e1229f3c5e25708cedd60eeb2e0e1a6cd2 (diff) | |
download | garage-d91a1de7315373271bce72088a4c73007f2154e8.tar.gz garage-d91a1de7315373271bce72088a4c73007f2154e8.zip |
Merge pull request 'fix typo in peertube doc' (#617) from Lapineige/garage:main into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/617
Diffstat (limited to 'doc/book/connect/apps')
-rw-r--r-- | doc/book/connect/apps/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/connect/apps/index.md b/doc/book/connect/apps/index.md index f67a29c9..c8571fac 100644 --- a/doc/book/connect/apps/index.md +++ b/doc/book/connect/apps/index.md @@ -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' |