mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 16:51:09 +02:00
Added missing canonicals
This commit is contained in:
parent
c2f83abb60
commit
bba663f95d
@ -18,3 +18,7 @@ docker:
|
||||
name: "baserow"
|
||||
volumes:
|
||||
data: "baserow_data"
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- baserow.{{ primary_domain }}
|
||||
|
@ -1,2 +1,6 @@
|
||||
features:
|
||||
universal_logout: false # Just deactivated to oppress warnings, elk is anyhow not running
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- elk.{{ primary_domain }}
|
||||
|
@ -24,6 +24,8 @@ csp:
|
||||
domains:
|
||||
aliases:
|
||||
- "crm.{{ primary_domain }}"
|
||||
canonical:
|
||||
- espocrm.{{ primary_domain }}
|
||||
email:
|
||||
from_name: "Customer Relationship Management ({{ primary_domain }})"
|
||||
docker:
|
||||
|
@ -36,6 +36,8 @@ csp:
|
||||
domains:
|
||||
aliases:
|
||||
- "git.{{ primary_domain }}"
|
||||
canonical:
|
||||
- gitea.{{ primary_domain }}
|
||||
docker:
|
||||
services:
|
||||
database:
|
||||
|
@ -15,3 +15,7 @@ docker:
|
||||
version: "latest"
|
||||
credentials:
|
||||
initial_root_password: "{{ users.administrator.password }}"
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- gitlab.{{ primary_domain }}
|
||||
|
@ -1,2 +1,6 @@
|
||||
features:
|
||||
universal_logout: true # Same like with elk, anyhow not active atm
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- jenkins.{{ primary_domain }}
|
||||
|
@ -25,4 +25,6 @@ csp:
|
||||
domains:
|
||||
aliases:
|
||||
- "ldap.{{primary_domain}}"
|
||||
canonical:
|
||||
- lam.{{ primary_domain }}
|
||||
|
||||
|
@ -15,3 +15,7 @@ docker:
|
||||
name: "mybb"
|
||||
volumes:
|
||||
data: "mybb_data"
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- mybb.{{ primary_domain }}
|
||||
|
@ -6,3 +6,7 @@ features:
|
||||
css: true
|
||||
port-ui-desktop: false
|
||||
universal_logout: true
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- oauth2-proxy.{{ primary_domain }}
|
||||
|
@ -26,3 +26,7 @@ docker:
|
||||
services:
|
||||
database:
|
||||
enabled: true
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- pgadmin.{{ primary_domain }}
|
||||
|
@ -11,3 +11,7 @@ features:
|
||||
ldap: true
|
||||
oauth2: true
|
||||
universal_logout: true
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- phpldapadmin.{{ primary_domain }}
|
||||
|
@ -22,6 +22,8 @@ domains:
|
||||
aliases:
|
||||
- "mysql.{{ primary_domain }}"
|
||||
- "mariadb.{{ primary_domain }}"
|
||||
canonical:
|
||||
- phpmyadmin.{{ primary_domain }}
|
||||
docker:
|
||||
services:
|
||||
database:
|
||||
|
@ -13,3 +13,7 @@ features:
|
||||
# users:
|
||||
# administrator:
|
||||
# username: "{{ users.administrator.username }}"
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- syncope.{{ primary_domain }}
|
||||
|
@ -1,3 +1,7 @@
|
||||
# xmpp is more a service then a app with ui interface. @todo Rename it
|
||||
features:
|
||||
universal_logout: false # Reactivated as soon as xmpp is fully implemented
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- xmpp.{{ primary_domain }}
|
||||
|
@ -1,2 +1,6 @@
|
||||
source_directory: "{{ playbook_dir }}/assets"
|
||||
url: "{{ web_protocol }}://<< defaults_applications['web-svc-file']domains.canonical[0] >>/assets"
|
||||
url: "{{ web_protocol }}://<< defaults_applications['web-svc-file']domains.canonical[0] >>/assets"
|
||||
|
||||
domains:
|
||||
canonical:
|
||||
- asset.{{ primary_domain }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user