FMD2-wine

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.

(ℹ) 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

ARCHIVED

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

MIT

apps.marketingCta.appInstallTitle

apps.marketingCta.appInstallDescription

apps.installHelp.stepOpen apps.installHelp.stepSearchApp apps.installHelp.stepReview apps.installHelp.stepInstall

apps.detail.sections.categories

apps.downloadStats.title

486,001
apps.downloadStats.metrics.totalDownloads
1,637
apps.downloadStats.metrics.thisMonth
1,397
apps.downloadStats.metrics.avgPerMonth

apps.downloadStats.chart.totalOverTime

apps.downloadStats.chart.loading

apps.detail.sections.related

apps.detail.sections.details

apps.detail.details.repository
banhcanh/docker-fmd2:latest
apps.detail.details.lastUpdated2025-04-06
apps.detail.details.firstSeen2022-03-30

apps.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

WebUIPorttcp

Container Port: 6080

apps.detail.config.target
6080
apps.detail.config.default
6080
apps.detail.config.value
6080
Download DirectoryPathrw

Container Path: /downloads

apps.detail.config.target
/downloads
App LUA Modules PathPathrw

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
App FMD2 Internal DBPathrw

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
App Wine ConfigPathrw

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
App userdataPathrw

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
PUIDVariable

Container Variable: PUID

apps.detail.config.default
99
apps.detail.config.value
99
PGIDVariable

Container Variable: PGID

apps.detail.config.default
100
apps.detail.config.value
100
UMASKVariable

Container Variable: UMASK

apps.detail.config.default
002
apps.detail.config.value
002
TZVariable

Set your Time Zone here (e.g. Europe/Berlin)