mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 16:21:09 +02:00
Changed taiga to web-app-taiga
This commit is contained in:
parent
4ad6f1f8ea
commit
e6db73c02a
@ -48,7 +48,7 @@ ports:
|
||||
gitlab: 8024
|
||||
web-app-akaunting: 8025
|
||||
web-app-moodle: 8026
|
||||
taiga: 8027
|
||||
web-app-taiga: 8027
|
||||
web-app-friendica: 8028
|
||||
web-app-port-ui: 8029
|
||||
bluesky_api: 8030
|
||||
|
@ -64,7 +64,7 @@ defaults_networks:
|
||||
subnet: 192.168.102.144/28
|
||||
web-app-snipe-it:
|
||||
subnet: 192.168.102.160/28
|
||||
taiga:
|
||||
web-app-taiga:
|
||||
subnet: 192.168.102.176/28
|
||||
web-app-yourls:
|
||||
subnet: 192.168.102.192/28
|
||||
|
@ -98,7 +98,7 @@ plugins:
|
||||
deck:
|
||||
# Nextcloud Deck: organizes tasks and projects using Kanban boards (https://apps.nextcloud.com/apps/deck)
|
||||
# When Taiga is activated, this plugin is deactivated, because Taiga is the prefered application.
|
||||
enabled: "{{ 'taiga' not in group_names | lower }}"
|
||||
enabled: "{{ 'web-app-taiga' not in group_names | lower }}"
|
||||
drawio:
|
||||
# Nextcloud draw.io: integrates diagram creation and editing tools (https://apps.nextcloud.com/apps/drawio)
|
||||
enabled: true
|
||||
|
@ -1,4 +1,4 @@
|
||||
application_id: "taiga"
|
||||
application_id: "web-app-taiga"
|
||||
database_type: "postgres"
|
||||
docker_repository_address: "https://github.com/taigaio/taiga-docker"
|
||||
email_backend: "smtp" ## use an SMTP server or display the emails in the console (either "smtp" or "console")
|
||||
|
Loading…
x
Reference in New Issue
Block a user