-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f55e19
commit ec7917d
Showing
3 changed files
with
27 additions
and
34 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,29 @@ | ||
{ | ||
"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" | ||
"categories": [ | ||
"Tools", | ||
"Web", | ||
"RSS" | ||
], | ||
"description": "rss-dl is a tool to auto download rss videos", | ||
"env": [ | ||
{ | ||
"default": "rss.example.com", | ||
"label": "RSS_FEED_URL", | ||
"name": "RSS_FEED_URL" | ||
} | ||
], | ||
"image_arm64": "bossman7309/rss-dl:latest", | ||
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/rss-dl.png", | ||
"name": "rss-dl", | ||
"platform": "linux", | ||
"restart_policy": "unless-stopped", | ||
"title": "rss-dl", | ||
"type": 1, | ||
"volumes": [ | ||
{ | ||
"bind": "/downloads", | ||
"container": "/portainer/Files/AppData/Config/rss-dl" | ||
} | ||
], | ||
"webpage": "https://git.bossman7309.net/bossman7309/rss-dl" | ||
} |