Skip to content

Docker started, nothing happens #139

@Garulf

Description

@Garulf

I have pod sync running in a docker container but after starting the container it posts "Podsync" in ASCII and stops with no other entries...

No error messages, nothing..

My config:

[server]
port = 8084
data_dir = "/app/data" # Don't change if you run podsync via docker

# Tokens from `Access tokens` section
[tokens]
youtube = "XXXXXX" # YouTube API Key. See https://developers.google.com/youtube/registering_an_application

[feeds]
  [feeds.ID1]
  url = "https://www.youtube.com/user/LinusTechTips"
  page_size = 50 # The number of episodes to query each update (keep in mind, that this might drain API token)
  update_period = "3s" # How often query for updates, examples: "60m", "4h", "2h45m"
  quality = "high" # or "low"
  format = "video" # or "audio"
  # custom = { cover_art = "{IMAGE_URL}}", category = "TV", explicit = true, lang = "en" } # Optional feed customizations
  # max_height = "720" # Optional maximal height of video, example: 720, 1080, 1440, 2160, ...
  # cron_schedule = "@every 12h" # Optional cron expression format. If set then overwrite 'update_period'. See details below
  # filters = { title = "regex for title here" } # Optional Golang regexp format. If set, then only download episodes with matching titles.
  # opml = true|false # Optional inclusion of the feed in the OPML file (default value: false)
  # clean = { keep_last = 10 } # Keep last 10 episodes (order desc by PubDate)

[database]
  badger = { truncate = true, file_io = true } # See https://github.com/dgraph-io/badger#memory-usage

[downloader]
self_update = true # Optional, auto update youtube-dl every 24 hours

  # Optional log config. If not specified logs to the stdout
[log]
filename = "podsync.log"
max_size = 50 # MB
max_age = 30 # days
max_backups = 7
compress = true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions