https://hub.docker.com/r/etechonomy/joplin-server
https://github.com/laurent22/joplin
https://github.com/joplin/plugins/
https://joplinapp.org/
https://joplinapp.org/help/install
docker run -d --name joplin --hostname joplin -p 22300:22300 --hostname joplin --restart always --privileged=true --user=root -e TZ='Asia/Shanghai' --ulimit nofile=262144:262144 -v /etc/localtime:/etc/localtime:ro -e APP_BASE_URL='http://g.htmltoo.com:22300' -e APP_PORT='22300' -e DB_CLIENT='pg' -e POSTGRES_HOST='172.18.0.32' -e POSTGRES_PORT='5432' -e POSTGRES_USER='root' -e POSTGRES_PASSWORD='wdqOPT' -e POSTGRES_DATABASE='joplin' --network mgr --ip 172.18.0.21 etechonomy/joplin-server:latest
http://g.htmltoo.com:22300
admin@localhost / admin
docker exec -it joplin /bin/bash
---同步
工具-选项
---默认安装路径
C:\Users\Administrator\AppData\Local\Programs\Joplin
---笔记与配置信息存储于:
C:\Users\Administrator\.config\joplin-desktop
-插件:
C:\Users\Administrator\.config\joplin-desktop\plugins
---账户/密码
id: SUlE6KXlMkNh62Eyd89uIp
emai: ihunter@vip.qq.com
passwd: $2a$10$tzJIss28OjC7LXZch4u4LufVp6L2m4405YzlxjGRieeRSb7Z6n9u. (W~@~0)
-v /data/site/docker/data/joplin:/home/joplin
# postgresql
https://abc.htmltoo.com/thread-45066.htm
# 客户端
https://joplinapp.org/cn/
---nginx
location / { try_files $uri $uri/ @joplin; }
location @joplin {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_pass http://localhost:22300;
}
签名:这个人很懒,什么也没有留下!