mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-12 12:42:39 +01:00
Compare commits
No commits in common. "ea30612de960b21fe1954d27f23a9f91128188da" and "dacb3c74fbd39f5e7ef62289d032b24e848f3839" have entirely different histories.
ea30612de9
...
dacb3c74fb
@ -10,7 +10,7 @@
|
||||
domains: "{{ defaults_domains | combine(domains | default({}, true), recursive=True) }}"
|
||||
- name: Merge redirect domain definitions
|
||||
set_fact:
|
||||
redirect_domain_mappings: >-
|
||||
merged_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,7 +111,6 @@ 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