fix typo in peertube doc #617

Merged
lx merged 2 commits from Lapineige/garage:main into main 2024-01-11 11:19:43 +00:00
Contributor
No description provided.
Lapineige added 1 commit 2023-08-19 15:18:24 +00:00
continuous-integration/drone/pr Build is passing Details
5ffcdb4634
fix typo
Lapineige added 1 commit 2023-08-19 20:29:25 +00:00
continuous-integration/drone/pr Build is passing Details
47e7f9e122
another typo
Author
Contributor

That off-topic on this PR, but I wonder why the instructions in the doc gives you a configuration to use Garage as S3 storage for Peertube… on the same server.
Isn't the whole purpose of an S3 storage to be externalised ? Is this only intended (in this case) to be there as a live backup ?

That off-topic on this PR, but I wonder why the instructions in the doc gives you a configuration to use Garage as S3 storage for Peertube… on the same server. Isn't the whole purpose of an S3 storage to be externalised ? Is this only intended (in this case) to be there as a live backup ?
Owner

The endpoint could be "localhost" if you are using a gateway Garage node on the node where PeerTube is running. This is generally a good configuration as it reduces latency of operations and avoids using TLS locally. But the S3 server could also totally be externalised, both configurations are good for different use cases.

The endpoint could be "localhost" if you are using a gateway Garage node on the node where PeerTube is running. This is generally a good configuration as it reduces latency of operations and avoids using TLS locally. But the S3 server could also totally be externalised, both configurations are good for different use cases.
lx reviewed 2023-08-28 08:49:59 +00:00
@ -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).
Owner

The name "peertube-video" without an s is still there in the text of line 147. There are also inconsistencies with "peertube-playlist".

The name "peertube-video" without an s is still there in the text of line 147. There are also inconsistencies with "peertube-playlist".
lx reviewed 2023-08-28 08:50:20 +00:00
lx left a comment
Owner

Would you mind fixing the remaining inconsistencies as well?

Would you mind fixing the remaining inconsistencies as well?
lx merged commit d91a1de731 into main 2024-01-11 11:19:43 +00:00
Sign in to join this conversation.
No description provided.