July 5, 20223 yr Hi All, I've been attempting to setup a basic docker called PodSync on my Unraid server which fetches YouTube videos/playlists and turns them into rss podcasts. I'm trying to resemble this mapping. With this, but I'm getting this error. https://github.com/mxpv/podsync Any help would be appreciated! Thanks
July 5, 20223 yr Author Fixed! /app/config.toml > /mnt/user/appdata/podsync to: /app/config.toml > /mnt/user/appdata/podsync/config.toml
September 9, 20223 yr I know this is a little old, but would you mind sharing a little more on how you got this set up? I'm trying to do the same thing and I'm having trouble with the config.toml file as well
September 12, 20223 yr **edit fix error If you have not resolved this yet, follow the below steps. 1. On the unraid UI, navigate to the docker tab 2. Scroll to the bottom and click "add a container" 3. Use the following for each of the fields Name: PodSync Repositry: mxpv/podsync Icon URL: :https://github.com/mxpv/podsync/blob/main/docs/img/logo.png WebUI: http://[IP]:[PORT:8080]/ 4. Scroll to the bottom of the config page and click "Add another Path, Port, Variable, Label or Device" 5. Use the following settings Config Type: Path Name: DATA Container Path : /app/data/ Host Path: /mnt/user/appdata/syncpod/data 6. Again, click "Add another Path, Port, Variable, Label or Device" 7. Use the following settings Config Type: Path Name: CONFIG Container Path : /app/config.toml Host Path: /mnt/user/appdata/syncpod/config.toml Edited September 12, 20223 yr by Jturner Spelling
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.