All apps · 0 apps
FMD2-wine
Docker app from Glassed Silver's Repository
Overview
FMD2: This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites.
(App Author's Description)
About this container: Dockerized FMD2 (Windows with Wine) using VNC, noVNC and webSocketify to display GUI on a webpage.
Features:(ℹ) Make sure to configure it using the 'web' ui.
- Does not require any display, works headless
- Keeps all of FMD2 features
- Since it's docker, it works on Linux
- Make use of Linuxserver alpine base image
Readme
View on GitHubARCHIVED
This repo is no longer maintained, please go and see ElryGH's fork which fixed some issues:
https://github.com/ElryGH/docker-FMD2
Descriptions
Dockerized FMD2 (Windows with Wine) using VNC, noVNC and webSocketify to display GUI on a webpage.
https://github.com/dazedcat19/FMD2
https://hub.docker.com/r/banhcanh/docker-fmd2
Make sure to configure it using the 'web' ui.
Features:
- Does not require any display, works headless
- Keeps all of FMD2 features
- Since it's docker, it works on Linux
- Make use of Linuxserver alpine base image
Docker
---
version: "3"
services:
fmd2:
image: banhcanh/docker-fmd2:kasm-v3
container_name: fmd2
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
- UMASK=022 #optional
- THRESHOLD_MINUTES=5
- TRANSFER_FILE_TYPE=.cbz
ports:
- 3000:3000
volumes:
- ./tmp/FMD2/userdata:/app/FMD2/userdata
- ./tmp/downloads:/downloads
restart: unless-stopped
Kubernetes
https://github.com/TKVH-Apps/fmd2
License
Install FMD2-wine on Unraid in a few clicks.
Find FMD2-wine in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
banhcanh/docker-fmd2:latestRuntime arguments
- Web UI
http://[IP]:[PORT:6080]/- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--restart unless-stopped
Template configuration
Container Port: 6080
- Target
- 6080
- Default
- 6080
- Value
- 6080
Container Path: /downloads
- Target
- /downloads
Container Path: /app/FMD2/lua
- Target
- /app/FMD2/lua
- Default
- /mnt/user/appdata/fmd2-wine/lua
- Value
- /mnt/user/appdata/fmd2-wine/lua
Container Path: /app/FMD2/data
- Target
- /app/FMD2/data
- Default
- /mnt/user/appdata/fmd2-wine/data
- Value
- /mnt/user/appdata/fmd2-wine/data
Container Path: /config/.wine
- Target
- /config/.wine
- Default
- /mnt/user/appdata/fmd2-wine/wine
- Value
- /mnt/user/appdata/fmd2-wine/wine
Container Path: /app/FMD2/userdata
- Target
- /app/FMD2/userdata
- Default
- /mnt/user/appdata/fmd2-wine/userdata
- Value
- /mnt/user/appdata/fmd2-wine/userdata
Container Variable: PUID
- Default
- 99
- Value
- 99
Container Variable: PGID
- Default
- 100
- Value
- 100
Container Variable: UMASK
- Default
- 002
- Value
- 002
Set your Time Zone here (e.g. Europe/Berlin)