mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -12,7 +12,7 @@ features:
|
||||
port-ui-desktop: true
|
||||
central_database: true
|
||||
oauth2: true
|
||||
logout: true
|
||||
logout: true
|
||||
domains:
|
||||
canonical:
|
||||
- "s.{{ primary_domain }}"
|
||||
@@ -24,5 +24,13 @@ docker:
|
||||
enabled: true
|
||||
yourls:
|
||||
version: "latest"
|
||||
name: "yourls"
|
||||
name: "yourls"
|
||||
image: "yourls"
|
||||
csp:
|
||||
flags:
|
||||
style-src:
|
||||
unsafe-inline: true
|
||||
script-src-elem:
|
||||
unsafe-inline: true
|
||||
script-src:
|
||||
unsafe-inline: true
|
Reference in New Issue
Block a user