https://github.com/acaranta/docker-joplin
Joplin as a docker container, with noVNC access
https://github.com/acaranta/docker-joplin
Last synced: 9 months ago
JSON representation
Joplin as a docker container, with noVNC access
- Host: GitHub
- URL: https://github.com/acaranta/docker-joplin
- Owner: acaranta
- Created: 2020-05-04T20:39:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T08:27:36.000Z (over 3 years ago)
- Last Synced: 2025-04-09T14:36:29.568Z (about 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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=
volumes:
- :/app/.config:rw
ports:
- 5800:5800
```
NB : the volume for config/data files must be read/write for UID/GID 1000/1000