feat(wiki.js): release wiki.js
deployment notes: - use this as personal/family wiki system - compare to affine / memos and triliumNext
This commit is contained in:
@@ -147,3 +147,14 @@
|
||||
changed_when: false
|
||||
listen: "notification_restart_sure"
|
||||
ignore_errors: true # noqa: ignore-errors
|
||||
|
||||
- name: Restart wikijs
|
||||
ansible.builtin.systemd:
|
||||
name: "wikijs.service"
|
||||
state: "restarted"
|
||||
enabled: true
|
||||
scope: "user"
|
||||
daemon_reload: true
|
||||
changed_when: false
|
||||
listen: "notification_restart_wikijs"
|
||||
ignore_errors: true # noqa: ignore-errors
|
||||
|
||||
Reference in New Issue
Block a user