Refactor Json Location (#3184)

This commit is contained in:
Michel Roegl-Brunner 2025-03-18 10:29:14 +01:00 committed by GitHub
parent b1bcdc3ce8
commit 35d5507b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
323 changed files with 123 additions and 126 deletions

View file

@ -0,0 +1,34 @@
{
"name": "Mylar3",
"slug": "mylar3",
"categories": [
14
],
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8090,
"documentation": "https://mylarcomics.com/docs/introduction/",
"website": "https://mylarcomics.com/",
"logo": "https://mylarcomics.com/img/mylarlogo.png",
"description": "Mylar is an automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents.\r\nMylar allows you to create a watchlist of series that it monitors for various things (new issues, updated information, etc). It will grab, sort, and rename downloaded issues. It will also allow you to monitor weekly pull-lists for items belonging to said watchlisted series to download, as well as being able to monitor and maintain story-arcs.",
"install_methods": [
{
"type": "default",
"script": "ct/mylar3.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}