Skip to content

Instantly share code, notes, and snippets.

@StevenRudenko
Created October 3, 2022 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StevenRudenko/9ef4a6bdc90d888d45d0c1b575141416 to your computer and use it in GitHub Desktop.
Save StevenRudenko/9ef4a6bdc90d888d45d0c1b575141416 to your computer and use it in GitHub Desktop.
Podsync remote configuration sample
[server]
port = 8080
hostname = "https://localhost.com"
[storage]
type = "s3"
[storage.s3]
endpoint_url = "https://nyc3.digitaloceanspaces.com/"
region = "nyc3"
bucket = "bucket-name"
[tokens]
youtube = "env:PODSYNC_YOUTUBE_API_KEY"
[downloader]
self_update = true
timeout = 60
[feeds]
[feeds.IvanYakovina]
... as usual
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment