Changed taiga to web-app-taiga

This commit is contained in:
2025-07-21 10:47:45 +02:00
parent 4ad6f1f8ea
commit e6db73c02a
4 changed files with 4 additions and 4 deletions

View File

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

View File

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