github joplin-vieweb/joplin-vieweb v2.0.2

latest releases: v2.6.0, v2.5.1, V2.5.0...
2 years ago

Issues fixed

#3 : Missing docker-compose-joplin-only.yml file
You can read the documentation in the README.

Docker images:

new

  • django-joplin-vieweb: v2.0.2

same

  • joplin-terminal-xapi: v2.0.0
  • joplin-vieweb-nginx: v2.0.0
  • joplin-vieweb-certbot: v2.0.0

Upgrade

- If you had a previous install, you must upgrade your docker-compose.yaml file
- to add scheme (http:// or https:// to the ORIGINS common variables.
- Also add port if applicable for your setup.

For instance:

x-common-variables: &common-variables
   ORIGINS: "'https://your_domain.com', 'https://12.34.56.78'"
   CERT_DOMAIN: your_domain.com 
   CERT_MAIL: you@zaclys.net
  • go to the folder of your docker-compose file
sudo docker-compose down
sudo docker-compose pull
sudo docker-compose up

Don't miss a new joplin-vieweb release

NewReleases is sending notifications on new releases.