mollysocket 1.7.1

MollySocket allows getting signal notifications via UnifiedPush.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Caddy pass the request `Host` header by default
https://molly.domain.tld {
	reverse_proxy h2c://127.0.0.1:8020
}

# # If you need to set on another path
# https://www.domain.tld {
#   handle_path /molly/* {
# 	  reverse_proxy h2c://127.0.0.1:8020 {
# 		header_up X-Original-URL "/molly/"
# 	  }
#   }
# }