mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +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
|
subnet: 192.168.103.96/28
|
||||||
web-svc-simpleicons:
|
web-svc-simpleicons:
|
||||||
subnet: 192.168.103.112/28
|
subnet: 192.168.103.112/28
|
||||||
web-app-libretranslate:
|
web-svc-libretranslate:
|
||||||
subnet: 192.168.103.128/28
|
subnet: 192.168.103.128/28
|
||||||
web-app-pretix:
|
web-app-pretix:
|
||||||
subnet: 192.168.103.144/28
|
subnet: 192.168.103.144/28
|
||||||
|
@ -66,7 +66,7 @@ ports:
|
|||||||
web-svc-collabora: 8042
|
web-svc-collabora: 8042
|
||||||
web-app-mobilizon: 8043
|
web-app-mobilizon: 8043
|
||||||
web-svc-simpleicons: 8044
|
web-svc-simpleicons: 8044
|
||||||
web-app-libretranslate: 8045
|
web-svc-libretranslate: 8045
|
||||||
web-app-pretix: 8046
|
web-app-pretix: 8046
|
||||||
web-app-mig: 8047
|
web-app-mig: 8047
|
||||||
web-svc-logout: 8048
|
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
|
- oidc_login # Will be disabled
|
||||||
spreed:
|
spreed:
|
||||||
# Nextcloud Spreed: offers video conferencing and chat functionalities (https://apps.nextcloud.com/apps/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:
|
tables:
|
||||||
# Nextcloud tables: allows creation and editing of tables within the interface (https://apps.nextcloud.com/apps/tables)
|
# Nextcloud tables: allows creation and editing of tables within the interface (https://apps.nextcloud.com/apps/tables)
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -1 +0,0 @@
|
|||||||
application_id: web-app-xmpp
|
|
@ -15,7 +15,7 @@ galaxy_info:
|
|||||||
- docker
|
- docker
|
||||||
repository: "https://s.infinito.nexus/code"
|
repository: "https://s.infinito.nexus/code"
|
||||||
issue_tracker_url: "https://s.infinito.nexus/issues"
|
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"
|
min_ansible_version: "2.9"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Any
|
- 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]
|
database_type: 0 # Database type [postgres, mariadb]
|
@ -14,7 +14,7 @@ galaxy_info:
|
|||||||
- stub
|
- stub
|
||||||
repository: "https://s.infinito.nexus/code"
|
repository: "https://s.infinito.nexus/code"
|
||||||
issue_tracker_url: "https://s.infinito.nexus/issues"
|
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"
|
min_ansible_version: "2.9"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Any
|
- 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