Skip to content

Commit ec4c62b

Browse files
committed
base_url uses localhost
1 parent 4ac8d66 commit ec4c62b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tasks/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
notify:
1111
- Restart mailman3-core service
1212

13+
# The advantage of switch this back to the 'original' method of http://localhost
14+
# is that it bypasses TLS/SSL, so it doesn't matter if that has been added yet.
15+
# base_url: {{ mailman3_hyperkitty_server_url }}/{{ mailman3_hyperkitty_root | default('archives/') }}
16+
1317
- name: Create HyperKitty configuration file
1418
ansible.builtin.copy:
1519
content: |
1620
[general]
17-
base_url: {{ mailman3_hyperkitty_server_url }}/{{ mailman3_hyperkitty_root | default('archives/') }}
21+
base_url: http://localhost/{{ mailman3_hyperkitty_root | default('archives/') }}
1822
api_key: {{ mailman3_archiver_key }}
1923
dest: "{{ mailman3_core_etc_dir }}/hyperkitty.cfg"
2024
group: "{{ __mailman3_core_group_name }}"

0 commit comments

Comments
 (0)