Update rss-dl.json

This commit is contained in:
bossman7309 2023-07-05 14:50:26 -05:00 committed by GitHub
parent 5636054db7
commit c0440ca3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,9 @@
"description": "A simple rss downloader",
"env": [
{
"RSS_FEED_URL": "example.com/rss",
"DOWNLOAD_DIR": "/portainer/Files/AppData/Config/rss-dl"
"RSS_FEED_URL": "example.com/rss",
"label": "RSS_FEED_URL",
"name": "RSS_FEED_URL"
}
],