|
@@ -7476,37 +7476,32 @@
|
|
|
},
|
|
|
{
|
|
|
"categories": [
|
|
|
- "Utilities",
|
|
|
- "tools"
|
|
|
+ "Tools",
|
|
|
+ "Web",
|
|
|
+ "RSS"
|
|
|
],
|
|
|
- "description": "A simple rss downloader",
|
|
|
+ "description": "rss-dl is a tool to auto download rss videos",
|
|
|
"env": [
|
|
|
{
|
|
|
- "RSS_FEED_URL": "https://example.com/rss",
|
|
|
+ "default": "rss.example.com",
|
|
|
"label": "RSS_FEED_URL",
|
|
|
"name": "RSS_FEED_URL"
|
|
|
- },
|
|
|
- {
|
|
|
- "DOWNLOAD_DIR": "/downloads",
|
|
|
- "label": "DOWNLOAD_DIR",
|
|
|
- "name": "DOWNLOAD_DIR"
|
|
|
}
|
|
|
],
|
|
|
- "image": "bossman7309/rss-dl",
|
|
|
- "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rss-dlImage.png",
|
|
|
+ "image": "bossman7309/rss-dl:latest",
|
|
|
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rss-dl.png",
|
|
|
"name": "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"
|
|
|
+ "bind": "/downloads",
|
|
|
+ "container": "/portainer/Files/AppData/Config/rss-dl"
|
|
|
}
|
|
|
],
|
|
|
- "note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/bossman7309/rss-dl\" target=\"_blank\">https://github.com/bossman7309/rss-dl</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/bossman7309/rss-dl\" target=\"_blank\">https://github.com/bossman7309/rss-dl</a><br><br><br>"
|
|
|
+ "note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://git.bossman7309.net/bossman7309/rss-dl\" target=\"_blank\">https://git.bossman7309.net/bossman7309/rss-dl</a><br><br><br>"
|
|
|
},
|
|
|
{
|
|
|
"categories": [
|