This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-07-27 10:02:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
apps
/
server
/
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-29 21:55:57 +02: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-18 23:49:28 +01:00
export
NODE_TLS_REJECT_UNAUTHORIZED
=
0
added scripts for running trilium as "portable"
2020-04-29 21:55:57 +02:00
"
$DIR
/trilium
"
Reference in New Issue
Copy Permalink