Add Mylar3 (#302)
* Add Mylar3 * Update description.md * Save Unsaved Changed
This commit is contained in:
parent
ed47ee4e11
commit
aba1bceb62
|
@ -61,7 +61,8 @@ This is the official repository for the Tipi App Store. It contains all the apps
|
|||
- [Monero Daemon](https://github.com/monero-project/monero/) - A network daemon for Monero: the secure, private, untraceable cryptocurrency
|
||||
- [Monero p2pool Daemon](https://github.com/SChernykh/p2pool) - Decentralized pool for Monero mining
|
||||
- [Monica](https://github.com/monicahq/monica) - A Personal Relationship Management tool to help you document your social life
|
||||
- [Mixpost](https://github.com/inovector/mixpost) - Self-hosted social media management. Schedule and organize your social content.
|
||||
- [Mixpost](https://github.com/inovector/mixpost) - Self-hosted social media management. Schedule and organize your social content.
|
||||
- [Mylar3](https://github.com/mylar3/mylar3) - Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python.
|
||||
- [n8n](https://github.com/n8n-io/n8n) - Workflow Automation Tool
|
||||
- [Navidrome](https://github.com/navidrome/navidrome) - A selfhosted music server
|
||||
- [Nextcloud](https://github.com/nextcloud/server) - A safe home for all your data
|
||||
|
|
16
apps/mylar3/config.json
Normal file
16
apps/mylar3/config.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"$schema": "../schema.json",
|
||||
"name": "Mylar3",
|
||||
"port": 8174,
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "mylar3",
|
||||
"tipi_version": 1,
|
||||
"version": "v0.7.1-ls84",
|
||||
"categories": ["media"],
|
||||
"description": "Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python.",
|
||||
"short_desc": "Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python.",
|
||||
"author": "Mylar3",
|
||||
"source": "https://github.com/mylar3/mylar3",
|
||||
"form_fields": []
|
||||
}
|
26
apps/mylar3/docker-compose.yml
Normal file
26
apps/mylar3/docker-compose.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
mylar3:
|
||||
container_name: mylar3
|
||||
image: lscr.io/linuxserver/mylar3:v0.7.1-ls84
|
||||
ports:
|
||||
- ${APP_PORT}:8090
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/mylar3-config:/config
|
||||
- ${ROOT_FOLDER_HOST}/media/data/comics:/comics
|
||||
- ${ROOT_FOLDER_HOST}/media/downloads/mylar3:/downloads
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- tipi_main_network
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.mylar3.rule: Host(`${APP_DOMAIN}`)
|
||||
traefik.http.routers.mylar3.entrypoints: websecure
|
||||
traefik.http.routers.mylar3.service: mylar3
|
||||
traefik.http.routers.mylar3.tls.certresolver: myresolver
|
||||
traefik.http.services.mylar3.loadbalancer.server.port: 8090
|
50
apps/mylar3/metadata/description.md
Normal file
50
apps/mylar3/metadata/description.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
Mylar is an automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents.
|
||||
|
||||
Mylar 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.
|
||||
|
||||
## Folders
|
||||
| Root Folder | Container Folder |
|
||||
|---------------------------------------------|------------------|
|
||||
| /runtipi/app-data/mylar3/data/mylar3-config | /config |
|
||||
| /runtipi/media/data/comics | /comics |
|
||||
| /runtipi/media/downloads/mylar3 | /downloads |
|
||||
|
||||
## [](https://github.com/mylar3/mylar3#getting-started)Getting Started
|
||||
|
||||
- [Installation](https://github.com/mylar3/mylar3/wiki/Installation-Instructions)
|
||||
- [Upgrading from evilhero/mylar](https://github.com/mylar3/mylar3/wiki/Upgrading-from-the-evilhero-version)
|
||||
- [IMPORTANT INFORMATION ABOUT ComicVine Data](https://github.com/mylar3/mylar3/wiki/Where-Mylar-gets-the-metadata-from)
|
||||
- [Wiki](https://github.com/mylar3/mylar3/wiki)
|
||||
- [FAQ](https://github.com/mylar3/mylar3/wiki/FAQ)
|
||||
- [API Documentation](https://github.com/mylar3/mylar3/wiki/API-Documentation)
|
||||
|
||||
## [](https://github.com/mylar3/mylar3#support--discussion)Support & Discussion
|
||||
|
||||
Please try to limit Github issues to bugs & enhancement requests ONLY
|
||||
|
||||
- [Github](https://github.com/mylar3/mylar3/issues) (Bug & Feature requests only)
|
||||
- [Forums](https://forum.mylarcomics.com)
|
||||
|
||||
## [](https://github.com/mylar3/mylar3#live-support--conversation)Live Support / Conversation
|
||||
|
||||
- [Discord](https://discord.gg/6UG94R7E8T)
|
||||
- [IRC](https://web.libera.chat/?channels=#mylar)
|
||||
|
||||
## [](https://github.com/mylar3/mylar3#features)Features
|
||||
|
||||
- Abliity to be run on various OS' (windows, linux, macOS, Raspberry Pi, etc)
|
||||
- Support for SABnzbd, NZBGet and various torrent clients (as well as Blackhole)
|
||||
- Multiple newznabs support, as well including a raw indexer and direct download being available
|
||||
- Ability to see upcoming new releases for a particular week and take action on them if required
|
||||
- View pullists up to 4 weeks in advance, or several months prior
|
||||
- TPB's and GN's are both supported as far as monitoring and post-processing (not import atm)
|
||||
- Can scan your existing library and download any missing issues
|
||||
- Failed download handling will download a new issue if one fails
|
||||
- Configurable file and folder renaming
|
||||
- Metatagging of issues via modified version of the awesome ComicTagger
|
||||
- Will automatically meta-tag downloaded issues either during (post-processing) or after (manual post-processing)
|
||||
- Generation of series.json files which contain series information for 3rd party applications
|
||||
- Notification on snatches / downloads using various notif applications
|
||||
- Ability to track story arc issues belonging to specific arcs, as well as various options pertaining to the arc
|
||||
|
||||
... AND SO MUCH MORE!
|
BIN
apps/mylar3/metadata/logo.jpg
Normal file
BIN
apps/mylar3/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user