Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Commits
18c4e507
Commit
18c4e507
authored
3 months ago
by
Christian Elberfeld
Browse files
Options
Downloads
Patches
Plain Diff
oidc settings
parent
ee3a0253
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
intern/docker_omada/templates/docker-compose.yml
+8
-3
8 additions, 3 deletions
intern/docker_omada/templates/docker-compose.yml
testserver/docker_matrix/templates/synapse-data/homeserver.yaml
+16
-15
16 additions, 15 deletions
...rver/docker_matrix/templates/synapse-data/homeserver.yaml
with
24 additions
and
18 deletions
intern/docker_omada/templates/docker-compose.yml
+
8
−
3
View file @
18c4e507
...
...
@@ -5,15 +5,18 @@ services:
image
:
mbentley/omada-controller:latest
restart
:
always
ports
:
-
{{
omada_port_http
}}
:
8088
-
{{
omada_port_https
}}
:
8043
-
{{
omada_portal_https
}}
:
8843
-
"
{{
omada_port_http
}}:
{{
omada_port_http
}}"
-
"
{{
omada_port_https
}}:
{{
omada_port_https
}}"
-
"
{{
omada_portal_https
}}:
{{
omada_portal_https
}}"
-
27001:27001/udp
-
27002:27002
-
29810:29810/udp
-
29811:29811
-
29812:29812
-
29813:29813
-
29814:29814
-
29815:29815
-
29816:29816
sysctls
:
-
net.ipv4.ip_unprivileged_port_start=0
volumes
:
...
...
@@ -34,6 +37,8 @@ services:
PORT_DISCOVERY
:
29810
PORT_MANAGER_V1
:
29811
PORT_MANAGER_V2
:
29814
PORT_TRANSFER_V2
:
29815
PORT_RTTY
:
29816
PORT_UPGRADE_V1
:
29813
SHOW_SERVER_LOGS
:
"
true"
SHOW_MONGODB_LOGS
:
"
false"
...
...
This diff is collapsed.
Click to expand it.
testserver/docker_matrix/templates/synapse-data/homeserver.yaml
+
16
−
15
View file @
18c4e507
...
...
@@ -65,21 +65,21 @@ thumbnail_sizes:
url_preview_enabled
:
true
url_preview_ip_range_blacklist
:
-
'
127.0.0.0/8'
-
'
10.0.0.0/8'
-
'
172.16.0.0/12'
-
'
192.168.0.0/16'
-
'
100.64.0.0/10'
-
'
192.0.0.0/24'
-
'
169.254.0.0/16'
-
'
198.18.0.0/15'
-
'
192.0.2.0/24'
-
'
198.51.100.0/24'
-
'
203.0.113.0/24'
-
'
224.0.0.0/4'
-
'
::1/128'
-
'
fe80::/10'
-
'
fc00::/7'
-
'
127.0.0.0/8'
-
'
10.0.0.0/8'
-
'
172.16.0.0/12'
-
'
192.168.0.0/16'
-
'
100.64.0.0/10'
-
'
192.0.0.0/24'
-
'
169.254.0.0/16'
-
'
198.18.0.0/15'
-
'
192.0.2.0/24'
-
'
198.51.100.0/24'
-
'
203.0.113.0/24'
-
'
224.0.0.0/4'
-
'
::1/128'
-
'
fe80::/10'
-
'
fc00::/7'
max_spider_size
:
10M
...
...
@@ -104,6 +104,7 @@ oidc_providers:
user_mapping_provider
:
config
:
subject_claim
:
"
preferred_username"
subject_template
:
"
{%
raw
%}{{
user.preferred_username
}}{%
endraw
%}"
localpart_template
:
"
{%
raw
%}{{
user.preferred_username
}}{%
endraw
%}"
display_name_template
:
"
{%
raw
%}{{
user.name
}}{%
endraw
%}"
email_template
:
"
{%
raw
%}{{
user.email
}}{%
endraw
%}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment