apps.header.allAppsCount
FMD2-wine
apps.detail.types.app from Glassed Silver's Repository
apps.detail.sections.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
apps.marketingCta.appInstallTitle
apps.marketingCta.appInstallDescription
apps.detail.sections.categories
apps.downloadStats.title
apps.downloadStats.chart.totalOverTime
apps.detail.sections.related
apps.detail.related.exploreCategories
apps.detail.related.exploreAllapps.detail.sections.links
apps.detail.sections.details
banhcanh/docker-fmd2:latestapps.detail.sections.runtime
- apps.detail.details.webui
http://[IP]:[PORT:6080]/- apps.detail.details.network
bridge- apps.detail.details.shell
sh- apps.detail.details.privileged
- false
- apps.detail.details.extraParams
--restart unless-stopped
apps.detail.sections.configuration
Container Port: 6080
- apps.detail.config.target
- 6080
- apps.detail.config.default
- 6080
- apps.detail.config.value
- 6080
Container Path: /downloads
- apps.detail.config.target
- /downloads
Container Path: /app/FMD2/lua
- apps.detail.config.target
- /app/FMD2/lua
- apps.detail.config.default
- /mnt/user/appdata/fmd2-wine/lua
- apps.detail.config.value
- /mnt/user/appdata/fmd2-wine/lua
Container Path: /app/FMD2/data
- apps.detail.config.target
- /app/FMD2/data
- apps.detail.config.default
- /mnt/user/appdata/fmd2-wine/data
- apps.detail.config.value
- /mnt/user/appdata/fmd2-wine/data
Container Path: /config/.wine
- apps.detail.config.target
- /config/.wine
- apps.detail.config.default
- /mnt/user/appdata/fmd2-wine/wine
- apps.detail.config.value
- /mnt/user/appdata/fmd2-wine/wine
Container Path: /app/FMD2/userdata
- apps.detail.config.target
- /app/FMD2/userdata
- apps.detail.config.default
- /mnt/user/appdata/fmd2-wine/userdata
- apps.detail.config.value
- /mnt/user/appdata/fmd2-wine/userdata
Container Variable: PUID
- apps.detail.config.default
- 99
- apps.detail.config.value
- 99
Container Variable: PGID
- apps.detail.config.default
- 100
- apps.detail.config.value
- 100
Container Variable: UMASK
- apps.detail.config.default
- 002
- apps.detail.config.value
- 002
Set your Time Zone here (e.g. Europe/Berlin)