feat(memos): release memos

deployment notes:
- compare to Affine, maybe outline + memos can be substituted for affine
This commit is contained in:
2026-05-16 21:04:53 +09:00
parent 1256122081
commit 9be4276676
12 changed files with 258 additions and 3 deletions
@@ -145,6 +145,15 @@
}
}
}
{{ services['memos']['domain']['public'] }}.{{ domain['public'] }} {
import crowdsec_log
route {
crowdsec
reverse_proxy https://{{services['memos']['domain']['internal'] }}.{{ domain['internal'] }} {
header_up Host {http.reverse_proxy.upstream.host}
}
}
}
# Internal domain
{{ node['name'] }}.{{ domain['internal'] }} {