A web viewer for Joplin app
Go to file
2022-04-25 23:08:40 +02:00
docker-compose.yml Update docker-compose 2022-04-25 21:54:12 +02:00
LICENSE Initial commit 2022-03-20 10:30:42 +01:00
README.md Update README.md 2022-04-25 23:08:40 +02:00

joplin-vieweb

A web viewer for Joplin app

Please wait until it's ready... it should be quite soon.

Installation instruction

Installation is done with docker-compose. The default docker-compose file installs a nginx server with certbot certificates mechanisms, ans listens to ports 80 and 443.
If you have your own server, use docker-compose-joplin-only.yml (todo)

  • Not-documented prerequisites: your linux system has docker and docker-compose installed.
  • Get docker-compose.yml (either you clone this git repo, or you copy the file somewhere)
  • Edit the 3 variables (x-common-variables block) at the top og docker-compose file.
  • And "run".
cd ~
mkdir joplin-vieweb
cd joplin-vieweb
wget https://raw.githubusercontent.com/joplin-vieweb/joplin-vieweb/main/docker-compose.yml
vi docker-compose.yml # edit the x-common-variables 3 variables)
sudo docker-compose up

Systemd your docker-compose.

Todo

Components

image