summarylogtreecommitdiffstats
path: root/notesock.install
blob: df820a5d4f3f7b817db855c8ec36b9bf91498e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	echo "v v v v v v v v v v

To setup notesock and make it accessible from the internet, you need to configure a reverse proxy.
For nginx, you can refer to /usr/share/doc/notesock/nginx-example.conf.

Finally enable/start the service:

# systemctl enable --now notesock.service

^ ^ ^ ^ ^ ^ ^ ^ ^ ^"
}