Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

cern-drawio/docker-drawio-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Drawio Export Server

Dockerfile that installs all the dependencies and runs the PDF/PNG export server

Openshift deployment

The OpenShift CLI okd is needed

Login to your account

oc login https://openshift.cern.ch --token=<token>

Select the project

oc project <project name>

Create the application

oc new-app . --strategy=docker

The repository specified in the OpenShift build bust be HTTPS

Expose the service

oc expose svc/<app-name>

Enable HTTPS redirection

  1. Enter Applications > Routes
  2. Select the route to be modified
  3. Actions > Edit (top right)
  4. Mark "Secure route"
  5. Set "Insecure Traffic" to "Redirect"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published