Update rss-dl.json
This commit is contained in:
parent
6f55e19cc6
commit
d9959ede60
1 changed files with 27 additions and 34 deletions
|
@ -1,36 +1,29 @@
|
||||||
{
|
{
|
||||||
"categories": [
|
"categories": [
|
||||||
"Utilities",
|
"Tools",
|
||||||
"tools"
|
"Web",
|
||||||
],
|
"RSS"
|
||||||
"description": "A simple rss downloader",
|
],
|
||||||
"env": [
|
"description": "rss-dl is a tool to auto download rss videos",
|
||||||
{
|
"env": [
|
||||||
"RSS_FEED_URL": "https://example.com/rss",
|
{
|
||||||
"label": "RSS_FEED_URL",
|
"default": "rss.example.com",
|
||||||
"name": "RSS_FEED_URL"
|
"label": "RSS_FEED_URL",
|
||||||
|
"name": "RSS_FEED_URL"
|
||||||
},
|
}
|
||||||
{
|
],
|
||||||
"DOWNLOAD_DIR": "/downloads",
|
"image_arm64": "bossman7309/rss-dl:latest",
|
||||||
"label": "DOWNLOAD_DIR",
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rss-dl.png",
|
||||||
"name": "DOWNLOAD_DIR"
|
"name": "rss-dl",
|
||||||
}
|
"platform": "linux",
|
||||||
],
|
"restart_policy": "unless-stopped",
|
||||||
"image_arm64": "bossman7309/rss-dl",
|
"title": "rss-dl",
|
||||||
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rss-dlImage.png",
|
"type": 1,
|
||||||
"name": "rss-dl",
|
"volumes": [
|
||||||
"officialDoc": "https://github.com/bossman7309/rss-dl",
|
{
|
||||||
"platform": "linux",
|
"bind": "/downloads",
|
||||||
"privileged": true,
|
"container": "/portainer/Files/AppData/Config/rss-dl"
|
||||||
"restart_policy": "unless-stopped",
|
}
|
||||||
"title": "rss-dl",
|
],
|
||||||
"type": 1,
|
"webpage": "https://git.bossman7309.net/bossman7309/rss-dl"
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"bind": "/portainer/Files/AppData/Config/rss-dl",
|
|
||||||
"container": "/downloads"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"webpage": "https://github.com/bossman7309/rss-dl"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue