Compare commits

...

5 Commits

Author SHA1 Message Date
PC-Admin
2944e642e5 update Synapse module section of homeserver.yaml 2023-08-18 22:39:31 +08:00
PC-Admin
4590292e2d add api token for redlight client 2023-08-16 05:18:33 +08:00
PC-Admin
45f9565c38 update redlight module section to include new server variables 2023-08-16 03:54:07 +08:00
PC-Admin
46c2d69c3d redlight variable rename 2023-08-14 22:37:44 +08:00
PC-Admin
9198924162 add new alert bot config variables 2023-08-14 22:29:11 +08:00

View File

@ -55,9 +55,18 @@
modules: modules:
- module: redlight_client_module.RedlightClientModule - module: redlight_client_module.RedlightClientModule
config: config:
redlight_url: "https://{{ server_name }}/_matrix/loj/v1/abuse_lookup" homeserver_url: "{{ server_name }}"
redlight_alert_bot_token: "{{ redlight_alert_bot_token }}"
redlight_alert_room: "{{ redlight_alert_room }}"
redlight_server: "{{ redlight_server }}"
redlight_api_token: "{{ redlight_api_token }}"
- module: redlight_server_module.RedlightServerModule - module: redlight_server_module.RedlightServerModule
config: {} config:
redlight_source_repo_url: "https://code.glowers.club/api/v1/repos/testing-org/rdlist"
redlight_git_token: "{{ redlight_git_token }}"
redlight_source_list_file_path: "dist/summaries.json"
redlight_client_tokens: "{{ redlight_client_tokens }}"
redlight_filtered_tags: "{{ redlight_filtered_tags }}"
state: present state: present
owner: root owner: root
group: root group: root