Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 933 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 933 Bytes

This Fork is to keep this Project going and FMD2 updated.

Descriptions

Dockerized FMD2 (Windows with Wine) using VNC, noVNC and webSocketify to display GUI on a webpage.

https://hub.docker.com/r/elrydocker/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

services:
  fmd2:
    image: elrydocker/fmd2:latest
    container_name: fmd2
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
      - UMASK=022
      - THRESHOLD_MINUTES=3
      - TRANSFER_FILE_TYPE=.cbz
    ports:
      - 3000:3000
    volumes:
      - ./fmd2:/app/FMD2/userdata
      - ./manga:/downloads
    restart: unless-stopped

Kubernetes

https://github.com/TKVH-Apps/fmd2

License

MIT