Skip to content

Commit

Permalink
replace mylar with mylar3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hooverdan96 committed May 24, 2022
1 parent b0690eb commit 5506ac2
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 54 deletions.
53 changes: 0 additions & 53 deletions mylar.json

This file was deleted.

54 changes: 54 additions & 0 deletions mylar3.json
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
}
}
}
}
}
}

2 changes: 1 addition & 1 deletion root.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"Minecraft": "minecraft.json",
"MinIO": "minio.json",
"Muximux": "Muximux.json",
"Mylar": "mylar.json",
"Mylar": "mylar3.json",
"Netbootxyz": "netbootxyz.json",
"Netdata (official)": "netdata-official.json",
"Nextcloud-Official": "nextcloud-official.json",
Expand Down

0 comments on commit 5506ac2

Please sign in to comment.