Skip to content

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

License

Notifications You must be signed in to change notification settings

ElryGH/docker-FMD2

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.7%
  • Dockerfile 48.3%