Giter Site home page Giter Site logo

davivcgarcia / ubi-etherpad Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 9 KB

Unofficial image for Etherpad based on Red Hat Universal Base Image

License: The Unlicense

Dockerfile 63.53% Shell 36.47%
etherpad-lite docker container redhat ubi openshift kubernetes quay

ubi-etherpad's Introduction

ubi-etherpad

Docker Repository on Quay

Unofficial image for Etherpad based on Red Hat Universal Base Image v8

Why another image?

This image was build using the Red Hat Universal Base Image (UBI) 8, which provides a stable foundation to workloads running on mission-critical environments, specially on Red Hat OpenShift Container Platform.

How to use?

If you running standalone containers, you can use podman or docker with:

podman run -d -p 9001:9001 quay.io/davivcgarcia/ubi-etherpad

If you running containers on OpenShift (or Kubernetes using Ingress instead of Router API), and have dynamic provisioning enabled, you can use kubectl or oc to deploy it redirectly from this repo:

oc new-project etherpad
oc apply -f https://github.com/davivcgarcia/ubi-etherpad/releases/latest/download/openshift-resources.yaml

If you don't have dynamic provisioning for PersistentVolumes enabled, please create the required PersistentVolume resources and map them to the PersistentVolumeClaim resources before deployment.

How to configure?

If you are running it on OpenShift/Kubernetes, you will notice that the resource template is configured to use container volumes at /opt/etherpad/data and /opt/etherpad/node_modules, mapped to PersistentVolumes.

The container can run using any unprivileged user ID, which will be mapped automaticaly to user etherpad. The configuration is stored on a ConfigMap called etherpad-config, which is mapped to /opt/etherpad/settings.json. If you need to change it, do not forget to force application reload (pod deletion).

Any support?

This is a community project, not backed nor supported by Red Hat.

ubi-etherpad's People

Contributors

davivcgarcia avatar

Watchers

 avatar  avatar  avatar

Forkers

germanodasilva

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.