feat(outline): release outline

deployment notes:
- compare to Affine (Affine is heavy and their whtieboard and canvas is not used enough)
- don't restart this when it initiates, redis lock causes failure
This commit is contained in:
2026-05-16 19:14:26 +09:00
parent f28661e664
commit 6538b63466
11 changed files with 363 additions and 2 deletions
+8
View File
@@ -225,6 +225,14 @@
tags: ["site", "sure"]
tags: ["site", "sure"]
- name: Set outline
ansible.builtin.include_role:
name: "app"
tasks_from: "services/set_outline"
apply:
tags: ["site", "outline"]
tags: ["site", "outline"]
- name: Flush handlers right now
ansible.builtin.meta: "flush_handlers"