mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 13:35:24 +02:00
Renamed some web apps to web servicesy
This commit is contained in:
parent
4ce681e643
commit
790762d397
@ -88,7 +88,7 @@ defaults_networks:
|
||||
subnet: 192.168.103.96/28
|
||||
web-svc-simpleicons:
|
||||
subnet: 192.168.103.112/28
|
||||
web-app-libretranslate:
|
||||
web-svc-libretranslate:
|
||||
subnet: 192.168.103.128/28
|
||||
web-app-pretix:
|
||||
subnet: 192.168.103.144/28
|
||||
|
@ -66,7 +66,7 @@ ports:
|
||||
web-svc-collabora: 8042
|
||||
web-app-mobilizon: 8043
|
||||
web-svc-simpleicons: 8044
|
||||
web-app-libretranslate: 8045
|
||||
web-svc-libretranslate: 8045
|
||||
web-app-pretix: 8046
|
||||
web-app-mig: 8047
|
||||
web-svc-logout: 8048
|
||||
|
@ -1,2 +0,0 @@
|
||||
application_id: "web-app-coturn"
|
||||
container_port: 3000
|
@ -232,7 +232,7 @@ plugins:
|
||||
- oidc_login # Will be disabled
|
||||
spreed:
|
||||
# Nextcloud Spreed: offers video conferencing and chat functionalities (https://apps.nextcloud.com/apps/spreed)
|
||||
enabled: false # @todo to activate it first implement web-app-coturn and activate it
|
||||
enabled: false # @todo to activate it first implement web-svc-coturn and activate it
|
||||
tables:
|
||||
# Nextcloud tables: allows creation and editing of tables within the interface (https://apps.nextcloud.com/apps/tables)
|
||||
enabled: true
|
||||
|
@ -1 +0,0 @@
|
||||
application_id: web-app-xmpp
|
@ -15,7 +15,7 @@ galaxy_info:
|
||||
- docker
|
||||
repository: "https://s.infinito.nexus/code"
|
||||
issue_tracker_url: "https://s.infinito.nexus/issues"
|
||||
documentation: "https://s.infinito.nexus/code/tree/main/roles/web-app-coturn"
|
||||
documentation: "https://s.infinito.nexus/code/tree/main/roles/web-svc-coturn"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Any
|
2
roles/web-svc-coturn/vars/main.yml
Normal file
2
roles/web-svc-coturn/vars/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
application_id: "web-svc-coturn"
|
||||
container_port: 3000
|
@ -1,2 +1,2 @@
|
||||
application_id: web-app-libretranslate # ID of the application
|
||||
application_id: web-svc-libretranslate # ID of the application
|
||||
database_type: 0 # Database type [postgres, mariadb]
|
@ -14,7 +14,7 @@ galaxy_info:
|
||||
- stub
|
||||
repository: "https://s.infinito.nexus/code"
|
||||
issue_tracker_url: "https://s.infinito.nexus/issues"
|
||||
documentation: "https://s.infinito.nexus/code/tree/main/roles/web-app-xmpp"
|
||||
documentation: "https://s.infinito.nexus/code/tree/main/roles/web-svc-xmpp"
|
||||
min_ansible_version: "2.9"
|
||||
platforms:
|
||||
- name: Any
|
1
roles/web-svc-xmpp/vars/main.yml
Normal file
1
roles/web-svc-xmpp/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
application_id: web-svc-xmpp
|
Loading…
x
Reference in New Issue
Block a user