This website requires JavaScript.
Explore
Help
Sign in
zadam
/
trilium
Watch
1
Star
1
Fork
You've already forked trilium
0
mirror of
https://github.com/zadam/trilium.git
synced
2024-11-12 02:37:39 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a33b0f1e1c
trilium
/
bin
/
tpl
/
trilium-no-cert-check.sh
8 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
added scripts for running trilium as "portable"
2020-04-30 03:55:57 +08:00
#!/usr/bin/env sh
DIR
=
`
dirname
"
$0
"
`
add trilium-no-cert-check bat/shell file in order to be able to connect to the sync server even without valid server certificate
2021-03-19 06:49:28 +08:00
export
NODE_TLS_REJECT_UNAUTHORIZED
=
0
added scripts for running trilium as "portable"
2020-04-30 03:55:57 +08:00
"
$DIR
/trilium
"
Reference in a new issue
Copy permalink