-
Notifications
You must be signed in to change notification settings - Fork 98
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
b0690eb
commit 5506ac2
Showing
3 changed files
with
55 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"Mylar": { | ||
"website": "https://hub.docker.com/r/linuxserver/mylar3/", | ||
"version": "1.1", | ||
"description": "Mylar3 is an automated Comic Book (cbr/cbz) downloader program heavily-based on the Headphones template and logic.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/mylar3' target='_blank'>https://hub.docker.com/r/linuxserver/mylar3</a>, available for amd64 and arm64 architecture.</p>", | ||
"icon": "https://raw.githubusercontent.com/evilhero/mylar/master/data/images/favicon.ico", | ||
"containers": { | ||
"mylar3": { | ||
"image": "linuxserver/mylar3", | ||
"launch_order": 1, | ||
"volume_add_support": true, | ||
"ports": { | ||
"8090": { | ||
"description": "Mylar WebUI port. Suggested default: 8090", | ||
"host_default": 8090, | ||
"label": "WebUI port", | ||
"protocol": "tcp", | ||
"ui": true | ||
} | ||
}, | ||
"volumes": { | ||
"/config": { | ||
"description": "Choose a Share for Mylar Configuration Files", | ||
"label": "Config Storage", | ||
"index": 1 | ||
}, | ||
"/comics": { | ||
"description": "Choose a Share for Mylar Media Library", | ||
"label": "Comic library location", | ||
"index": 2 | ||
}, | ||
"/downloads": { | ||
"description": "Choose a Share for Mylar Downloads", | ||
"label": "Download Storage", | ||
"index": 3 | ||
} | ||
}, | ||
"environment": { | ||
"PUID": { | ||
"description": "Enter a valid UID to run Mylar as. It must have full permissions to all Shares mapped in the previous step.", | ||
"label": "UID to run Mylar as", | ||
"index": 1 | ||
}, | ||
"PGID": { | ||
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.", | ||
"label": "GID to run Mylar as", | ||
"index": 2 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
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