This commit is contained in:
bossman7309 2023-07-05 14:36:00 -05:00
parent c56d4d82c2
commit 812a1d0cc5
2 changed files with 30 additions and 0 deletions

BIN
images/rss-dlImage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

30
template/apps/rss-dl.json Normal file
View file

@ -0,0 +1,30 @@
{
"categories": [
"Utilities",
"tools"
],
"description": "A simple rss downloader",
"env": [
{
"RSS_FEED_URL": "example.com",
"DOWNLOAD_DIR": "/portainer/Files/AppData/Config/rss-dl"
}
],
"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"
}