mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-12 04:32:39 +01:00
Compare commits
3 Commits
dacb3c74fb
...
ea30612de9
Author | SHA1 | Date | |
---|---|---|---|
ea30612de9 | |||
7bcd636e44 | |||
208150f797 |
@ -10,7 +10,7 @@
|
||||
domains: "{{ defaults_domains | combine(domains | default({}, true), recursive=True) }}"
|
||||
- name: Merge redirect domain definitions
|
||||
set_fact:
|
||||
merged_redirect_domain_mappings: >-
|
||||
redirect_domain_mappings: >-
|
||||
{{
|
||||
(defaults_redirect_domain_mappings | items2dict(key_name='source', value_name='target'))
|
||||
| combine((redirect_domain_mappings | items2dict(key_name='source', value_name='target')), recursive=True)
|
||||
|
@ -111,6 +111,7 @@ docker compose exec -it application msmtp --account=system_email -t test@test.de
|
||||
- [Friendica Docker Hub](https://hub.docker.com/_/friendica)
|
||||
- [Friendica Installation Docs](https://wiki.friendi.ca/docs/install)
|
||||
- [Friendica GitHub Repository](https://github.com/friendica/docker)
|
||||
- [Open Issue: Login Mask does not change with OIDC activated](https://github.com/friendica/friendica/issues/14743)
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user