Renamed some web apps to web servicesy

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-20 05:00:24 +02:00
parent 4ce681e643
commit 790762d397
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
28 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -1,2 +0,0 @@
application_id: "web-app-coturn"
container_port: 3000

View File

@ -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

View File

@ -1 +0,0 @@
application_id: web-app-xmpp

View File

@ -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

View File

@ -0,0 +1,2 @@
application_id: "web-svc-coturn"
container_port: 3000

View File

@ -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]

View File

@ -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

View File

@ -0,0 +1 @@
application_id: web-svc-xmpp