fix typo in peertube doc #617
No reviewers
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#617
Loading…
Reference in a new issue
No description provided.
Delete branch "Lapineige/garage:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ?
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.
@ -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).
The name "peertube-video" without an s is still there in the text of line 147. There are also inconsistencies with "peertube-playlist".
Would you mind fixing the remaining inconsistencies as well?