joplin-vieweb/README.md

28 lines
1.1 KiB
Markdown
Raw Normal View History

2022-04-03 11:48:35 +02:00
# joplin-vieweb
2022-03-20 10:30:42 +01:00
A web viewer for Joplin app
2022-04-04 22:40:22 +02:00
# Please wait until it's ready... it should be quite soon.
2022-04-25 23:08:40 +02:00
# Installation instruction
2022-04-25 23:09:33 +02:00
Installation is done with docker-compose. The default docker-compose file installs a nginx server with certbot certificates mechanisms, and listens to ports 80 and 443.
If you have your own server, use docker-compose-joplin-only.yml (*todo*)
2022-04-25 23:08:40 +02:00
* Not-documented prerequisites: your linux system has docker and docker-compose installed.
2022-04-25 23:09:33 +02:00
* Get docker-compose.yml *(either you clone this git repo, or you copy [the file](https://github.com/joplin-vieweb/joplin-vieweb/blob/main/docker-compose.yml) somewhere)*
2022-04-25 23:10:08 +02:00
* Edit the 3 variables (x-common-variables block) at the top of docker-compose file.
2022-04-25 23:08:40 +02:00
* And "run".
```bash
cd ~
mkdir joplin-vieweb
cd joplin-vieweb
wget https://raw.githubusercontent.com/joplin-vieweb/joplin-vieweb/main/docker-compose.yml
2022-04-25 23:10:08 +02:00
vi docker-compose.yml # edit the x-common-variables (3 variables)
2022-04-25 23:08:40 +02:00
sudo docker-compose up
```
## Systemd your docker-compose.
Todo
2022-04-04 22:40:22 +02:00
# Components
2022-04-04 22:43:19 +02:00
![image](https://user-images.githubusercontent.com/26554495/161628724-11b17aab-c3cf-4def-8159-dc2bebd11d22.png)