mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Renamed some web apps to web servicesy
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user