Sign inSign up

acaranta/docker-joplin

By acaranta

•Updated 5 days ago

Image
0

50K+

acaranta/docker-joplin repository overview

⁠Joplin, a Docker container with noVNC http access

This container allows you to have a working Joplin, reachable via a http noVNC that can be placed behind a reverse proxy.

More information about the noVNC baseimage here : https://github.com/jlesage/docker-baseimage-gui⁠.

More info about Joplin : https://joplinapp.org/⁠

Basically, here is a docker-compose exmaple of how to use it :

version: '2'
services:
  trgui:
    image: acaranta/docker-joplin
    environment:
      - VNC_PASSWORD=<yourVNCpassword>
    volumes:
      - <yourdockervolume>:/app/.config:rw
    ports:
      - 5800:5800

NB : the volume for config/data files must be read/write for UID/GID 1000/1000

Tag summary

Content type

Image

Digest

sha256:1ed117ddc…

Size

588.1 MB

Last updated

5 days ago

docker pull acaranta/docker-joplin