replace blinko with memos

This commit is contained in:
2025-08-03 10:52:46 +00:00
parent fe1d9d5a5b
commit 724c6056f4
12 changed files with 34 additions and 79 deletions

View File

@@ -57,15 +57,15 @@
}
}
############## blinko ##############
{$BLINKO_DOMAIN} {
tls /etc/ssl/custom/{$BLINKO_CRT} /etc/ssl/custom/{$BLINKO_KEY}
############## memos ##############
{$MEMOS_DOMAIN} {
tls /etc/ssl/custom/{$MEMOS_CRT} /etc/ssl/custom/{$MEMOS_KEY}
request_body {
max_size 1024MB
}
reverse_proxy http://blinko-website:1111 {
reverse_proxy http://memos:5230 {
header_up X-Real-IP {http.request.header.Cf-Connecting-Ip}
header_up X-Forwarded-For {http.request.header.Cf-Connecting-Ip}
header_up X-Country-Code {http.request.header.Cf-Ipcountry}