Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
/ docker-FMD2 Public archive

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

Banh-Canh/docker-FMD2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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