FMD2-wine

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.

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

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.

Open the Apps tab on your Unraid server Search Community Apps for FMD2-wine Review the template variables and paths Click Install

Download Statistics

484,364
Total Downloads
1,980
This Month
1,358
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
banhcanh/docker-fmd2:latest
Last Updated2025-04-06
First Seen2022-03-30

Runtime arguments

Web UI
http://[IP]:[PORT:6080]/
Network
bridge
Shell
sh
Privileged
false
Extra Params
--restart unless-stopped

Template configuration

WebUIPorttcp

Container Port: 6080

Target
6080
Default
6080
Value
6080
Download DirectoryPathrw

Container Path: /downloads

Target
/downloads
App LUA Modules PathPathrw

Container Path: /app/FMD2/lua

Target
/app/FMD2/lua
Default
/mnt/user/appdata/fmd2-wine/lua
Value
/mnt/user/appdata/fmd2-wine/lua
App FMD2 Internal DBPathrw

Container Path: /app/FMD2/data

Target
/app/FMD2/data
Default
/mnt/user/appdata/fmd2-wine/data
Value
/mnt/user/appdata/fmd2-wine/data
App Wine ConfigPathrw

Container Path: /config/.wine

Target
/config/.wine
Default
/mnt/user/appdata/fmd2-wine/wine
Value
/mnt/user/appdata/fmd2-wine/wine
App userdataPathrw

Container Path: /app/FMD2/userdata

Target
/app/FMD2/userdata
Default
/mnt/user/appdata/fmd2-wine/userdata
Value
/mnt/user/appdata/fmd2-wine/userdata
PUIDVariable

Container Variable: PUID

Default
99
Value
99
PGIDVariable

Container Variable: PGID

Default
100
Value
100
UMASKVariable

Container Variable: UMASK

Default
002
Value
002
TZVariable

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