diff --git a/images/rss-dlImage.png b/images/rss-dlImage.png new file mode 100644 index 0000000..66fd285 Binary files /dev/null and b/images/rss-dlImage.png differ diff --git a/template/apps/rss-dl.json b/template/apps/rss-dl.json new file mode 100644 index 0000000..5bbcefb --- /dev/null +++ b/template/apps/rss-dl.json @@ -0,0 +1,36 @@ +{ + "categories": [ + "Utilities", + "tools" + ], + "description": "A simple rss downloader", + "env": [ + { + "RSS_FEED_URL": "https://example.com/rss", + "label": "RSS_FEED_URL", + "name": "RSS_FEED_URL" + + }, + { + "DOWNLOAD_DIR": "/downloads", + "label": "DOWNLOAD_DIR", + "name": "DOWNLOAD_DIR" + } + ], + "image_arm64": "bossman7309/rss-dl", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rss-dlImage.png", + "name": "rss-dl", + "officialDoc": "https://github.com/bossman7309/rss-dl", + "platform": "linux", + "privileged": true, + "restart_policy": "unless-stopped", + "title": "rss-dl", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/rss-dl", + "container": "/downloads" + } + ], + "webpage": "https://github.com/bossman7309/rss-dl" +}