Skip to content

hhankj2u/synology-pdf-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run application with docker

Using the docker image to run Pdf Editor (https://okular.kde.org/) on my Synology NAS Screenshot

Usage

Build image

  • Build image
docker build -t pdf-editor .
  • Tag it
docker tag pdf-editor:latest <YOUR-DOCKERHUB>/pdf-editor
  • Push to docker registry
docker push <YOUR-DOCKERHUB>/pdf-editor:latest
  • Your image should be visible here: https://<YOUR-DOCKERHUB>/v2/_catalog

Server

  • Run
docker run -v <YOUR-PDF-FOLDERS>:/home/docker/data -p 8080:8080 pdf-editor:latest

Client

Visit http://hostname:8080 by the browser you like

Credit

Based on https://github.com/sykuang/docker-wine-x11-novnc

About

PDF Editor for Synology NAS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages