Skip to content

🐍 📚 Web application companion for Joplin

License

Notifications You must be signed in to change notification settings

enghexadec03/joplin-web

 
 

Repository files navigation

Joplin Web

A Web application companion for JoplinApp

⚠️ WIP 🐌

🐌 The project is being rewritten

🚑 You can still get the previous version by checkouting the vuejs branch, but I won't maintain it anymore.

📦 Installation

Requirements

Installation

python3 -m venv joplin-web
cd joplin-web
source bin/activate
git clone https://github.com/foxmask/joplin-web
cd joplin-web
pip install -r requirements.txt

🔧 Settings

cd joplin_web
mv env.sample .env

Set Environment Parameters

Required parameters:

Parm Value Description
JOPLIN_URL "https://127.0.0.1" Url of Joplin webclipper service
JOPLIN_PORT 41184 Port of Joplin webclipper service
JOPLIN_WEBCLIPPER_TOKEN "TOBEDEFINED" Token of Joplin webclipper service

Optional paramenters:

  • TIME_ZONE="Asian/Seoul"

📀 Database

./manage.py migrate

📣 Running the Web application

./manage.py runserver
October 22, 2020 - 21:06:10
Django version 3.1.2, using settings 'joplin_web.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

About

🐍 📚 Web application companion for Joplin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.9%
  • HTML 36.1%