Add some info and directions to storage screen

This commit is contained in:
Gabe Kangas
2021-02-01 15:20:26 -08:00
parent d557788434
commit 66f15ceaff
3 changed files with 17 additions and 10 deletions

View File

@@ -8,6 +8,12 @@ export default function ConfigStorageInfo() {
return (
<>
<Title level={2}>Storage</Title>
<p>
Owncast supports optionally using external storage providers to distribute your video. Learn more about this by visiting our <a href="https://owncast.online/docs/storage/">Storage Documentation</a>.
</p>
<p>
Configuring this incorrectly will likely cause your video to be unplayable. Double check the documentation for your storage provider on how to configure the bucket you created for Owncast.
</p>
<EditStorage />
</>
);