diff --git a/docs/debugging.md b/docs/debugging.md
index 44069b34..3fe53aa0 100644
--- a/docs/debugging.md
+++ b/docs/debugging.md
@@ -168,7 +168,7 @@ While you will find all the details for the CLI tool in [the online documentatio
`occ` is the CLI for Nextcloud; all the details can be found in the [upstream documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html).
-You can run occ commands in the `opendesk-nextcloud-php` pod like this: `php /var/www/html/occ config:list`
+You can run occ commands in the `opendesk-nextcloud-aio` pod like this: `php /var/www/html/occ config:list`
## OpenProject
diff --git a/helmfile/environments/default/global.generated.yaml.gotmpl b/helmfile/environments/default/global.generated.yaml.gotmpl
index 27ac704e..b73f6ab3 100644
--- a/helmfile/environments/default/global.generated.yaml.gotmpl
+++ b/helmfile/environments/default/global.generated.yaml.gotmpl
@@ -3,5 +3,5 @@
---
global:
systemInformation:
- releaseVersion: "v1.1.1"
+ releaseVersion: "v1.1.2"
...
diff --git a/helmfile/environments/default/theme.yaml.gotmpl b/helmfile/environments/default/theme.yaml.gotmpl
index c1c98577..7f8cba33 100644
--- a/helmfile/environments/default/theme.yaml.gotmpl
+++ b/helmfile/environments/default/theme.yaml.gotmpl
@@ -55,8 +55,8 @@ theme:
logoSvg: {{ readFile "./../../files/theme/login/logo.svg" | b64enc | quote }}
groupware:
- faviconIco: {{ readFile "./../../files/theme/groupware/favicon.ico" | b64enc | quote }}
- faviconSvg: {{ readFile "./../../files/theme/groupware/favicon.svg" | b64enc | quote }}
+ faviconIco: {{ readFile "./../../files/theme/groupware_mail/favicon.ico" | b64enc | quote }}
+ faviconSvg: {{ readFile "./../../files/theme/groupware_mail/favicon.svg" | b64enc | quote }}
knowledge:
faviconSvg: {{ readFile "./../../files/theme/knowledge/favicon.svg" | b64enc | quote }}
@@ -70,31 +70,32 @@ theme:
waitingSpinnerSvg: {{ readFile "./../../files/theme/portal/waiting-spinner.svg" | b64enc }}
backgroundSvg: {{ readFile "./../../files/theme/portal/background.svg" | b64enc | quote }}
portalTiles:
- adminAnnouncement: {{ readFile "./../../files/theme/portal-tiles/admin_announcement.svg" | b64enc | quote }}
- adminContext: {{ readFile "./../../files/theme/portal-tiles/admin_context.svg" | b64enc | quote }}
- adminFunctionalmailbox: {{ readFile "./../../files/theme/portal-tiles/admin_functionalmailbox.svg" | b64enc | quote }}
- adminGroup: {{ readFile "./../../files/theme/portal-tiles/admin_group.svg" | b64enc | quote }}
- adminResource: {{ readFile "./../../files/theme/portal-tiles/admin_resource.svg" | b64enc | quote }}
- adminUser: {{ readFile "./../../files/theme/portal-tiles/admin_user.svg" | b64enc | quote }}
- anonymousLogin: {{ readFile "./../../files/theme/portal-tiles/anonymous_login.svg" | b64enc | quote }}
- dummyCircle: {{ readFile "./../../files/theme/portal-tiles/dummy_circle.svg" | b64enc | quote }}
- fileshareActivity: {{ readFile "./../../files/theme/portal-tiles/fileshare_activity.svg" | b64enc | quote }}
- fileshareDirectdocOdp: {{ readFile "./../../files/theme/portal-tiles/fileshare_directdoc_odp.svg" | b64enc | quote }}
- fileshareDirectdocOds: {{ readFile "./../../files/theme/portal-tiles/fileshare_directdoc_ods.svg" | b64enc | quote }}
- fileshareDirectdocOdt: {{ readFile "./../../files/theme/portal-tiles/fileshare_directdoc_odt.svg" | b64enc | quote }}
- fileshareFiles: {{ readFile "./../../files/theme/portal-tiles/fileshare_files.svg" | b64enc | quote }}
- groupwareCalendar: {{ readFile "./../../files/theme/portal-tiles/groupware_calendar.svg" | b64enc | quote }}
- groupwareContacts: {{ readFile "./../../files/theme/portal-tiles/groupware_contacts.svg" | b64enc | quote }}
- groupwareMail: {{ readFile "./../../files/theme/portal-tiles/groupware_mail.svg" | b64enc | quote }}
- groupwareTasks: {{ readFile "./../../files/theme/portal-tiles/groupware_tasks.svg" | b64enc | quote }}
- managementKnowledge: {{ readFile "./../../files/theme/portal-tiles/management_knowledge.svg" | b64enc | quote }}
- managementProject: {{ readFile "./../../files/theme/portal-tiles/management_project.svg" | b64enc | quote }}
- notes: {{ readFile "./../../files/theme/portal-tiles/misc_notes.svg" | b64enc | quote }}
- realtimeCollaboration: {{ readFile "./../../files/theme/portal-tiles/realtime_collaboration.svg" | b64enc | quote }}
- realtimeVideoconference: {{ readFile "./../../files/theme/portal-tiles/realtime_videoconference.svg" | b64enc | quote }}
- selfserviceChangepassword: {{ readFile "./../../files/theme/portal-tiles/selfservice_changepassword.svg" | b64enc | quote }}
- selfserviceEditprofile: {{ readFile "./../../files/theme/portal-tiles/selfservice_editprofile.svg" | b64enc | quote }}
- selfserviceProtectaccount: {{ readFile "./../../files/theme/portal-tiles/selfservice_protectaccount.svg" | b64enc | quote }}
+ adminAnnouncement: {{ readFile "./../../files/theme/admin_announcements/favicon.svg" | b64enc | quote }}
+ adminFunctionalmailbox: {{ readFile "./../../files/theme/admin_functionalmailbox/favicon.svg" | b64enc | quote }}
+ adminGroup: {{ readFile "./../../files/theme/admin_groups/favicon.svg" | b64enc | quote }}
+ adminResource: {{ readFile "./../../files/theme/admin_resource/favicon.svg" | b64enc | quote }}
+ adminUser: {{ readFile "./../../files/theme/admin_user/favicon.svg" | b64enc | quote }}
+ anonymousLogin: {{ readFile "./../../files/theme/login/favicon.svg" | b64enc | quote }}
+ fileshareDirectdocOdp: {{ readFile "./../../files/theme/directdocs_odp/favicon.svg" | b64enc | quote }}
+ fileshareDirectdocOds: {{ readFile "./../../files/theme/directdocs_ods/favicon.svg" | b64enc | quote }}
+ fileshareDirectdocOdt: {{ readFile "./../../files/theme/directdocs_odt/favicon.svg" | b64enc | quote }}
+ fileshareFiles: {{ readFile "./../../files/theme/files/favicon.svg" | b64enc | quote }}
+ groupwareCalendar: {{ readFile "./../../files/theme/groupware_calendar/favicon.svg" | b64enc | quote }}
+ groupwareContacts: {{ readFile "./../../files/theme/groupware_contacts/favicon.svg" | b64enc | quote }}
+ groupwareMail: {{ readFile "./../../files/theme/groupware_mail/favicon.svg" | b64enc | quote }}
+ groupwareTasks: {{ readFile "./../../files/theme/groupware_tasks/favicon.svg" | b64enc | quote }}
+ managementKnowledge: {{ readFile "./../../files/theme/knowledge/favicon.svg" | b64enc | quote }}
+ managementProject: {{ readFile "./../../files/theme/projects/favicon.svg" | b64enc | quote }}
+ notes: {{ readFile "./../../files/theme/notes/favicon.svg" | b64enc | quote }}
+ realtimeCollaboration: {{ readFile "./../../files/theme/chat/favicon.svg" | b64enc | quote }}
+ realtimeVideoconference: {{ readFile "./../../files/theme/videoconference/favicon.svg" | b64enc | quote }}
+ # dummy_circle.svg
+ dummyCircle: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }}
+ fileshareActivity: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }}
+ adminContext: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }}
+ selfserviceChangepassword: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }}
+ selfserviceEditprofile: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }}
+ selfserviceProtectaccount: {{ readFile "./../../files/theme/_dev/dummy_circle.svg" | b64enc | quote }}
projects:
faviconSvg: {{ readFile "./../../files/theme/projects/favicon.svg" | b64enc | quote }}
diff --git a/helmfile/files/theme/portal-tiles/dummy_circle.svg b/helmfile/files/theme/_dev/dummy_circle.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/dummy_circle.svg
rename to helmfile/files/theme/_dev/dummy_circle.svg
diff --git a/helmfile/files/theme/portal-tiles/admin_announcement.svg b/helmfile/files/theme/admin_announcements/favicon.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/admin_announcement.svg
rename to helmfile/files/theme/admin_announcements/favicon.svg
diff --git a/helmfile/files/theme/portal-tiles/admin_functionalmailbox.svg b/helmfile/files/theme/admin_functionalmailbox/favicon.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/admin_functionalmailbox.svg
rename to helmfile/files/theme/admin_functionalmailbox/favicon.svg
diff --git a/helmfile/files/theme/portal-tiles/admin_group.svg b/helmfile/files/theme/admin_groups/favicon.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/admin_group.svg
rename to helmfile/files/theme/admin_groups/favicon.svg
diff --git a/helmfile/files/theme/portal-tiles/admin_resource.svg b/helmfile/files/theme/admin_resource/favicon.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/admin_resource.svg
rename to helmfile/files/theme/admin_resource/favicon.svg
diff --git a/helmfile/files/theme/portal-tiles/admin_user.svg b/helmfile/files/theme/admin_user/favicon.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/admin_user.svg
rename to helmfile/files/theme/admin_user/favicon.svg
diff --git a/helmfile/files/theme/chat/favicon.ico b/helmfile/files/theme/chat/favicon.ico
index 61e71022..844ffacc 100644
Binary files a/helmfile/files/theme/chat/favicon.ico and b/helmfile/files/theme/chat/favicon.ico differ
diff --git a/helmfile/files/theme/chat/favicon.png b/helmfile/files/theme/chat/favicon.png
new file mode 100644
index 00000000..5dc431d8
Binary files /dev/null and b/helmfile/files/theme/chat/favicon.png differ
diff --git a/helmfile/files/theme/chat/favicon.svg b/helmfile/files/theme/chat/favicon.svg
new file mode 100644
index 00000000..e41f5b79
--- /dev/null
+++ b/helmfile/files/theme/chat/favicon.svg
@@ -0,0 +1,5 @@
+
diff --git a/helmfile/files/theme/portal-tiles/fileshare_directdoc_odp.svg b/helmfile/files/theme/directdocs_odp/favicon.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/fileshare_directdoc_odp.svg
rename to helmfile/files/theme/directdocs_odp/favicon.svg
diff --git a/helmfile/files/theme/portal-tiles/fileshare_directdoc_ods.svg b/helmfile/files/theme/directdocs_ods/favicon.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/fileshare_directdoc_ods.svg
rename to helmfile/files/theme/directdocs_ods/favicon.svg
diff --git a/helmfile/files/theme/portal-tiles/fileshare_directdoc_odt.svg b/helmfile/files/theme/directdocs_odt/favicon.svg
similarity index 100%
rename from helmfile/files/theme/portal-tiles/fileshare_directdoc_odt.svg
rename to helmfile/files/theme/directdocs_odt/favicon.svg
diff --git a/helmfile/files/theme/files/favicon.ico b/helmfile/files/theme/files/favicon.ico
index e481d2ab..bbcf9dd7 100644
Binary files a/helmfile/files/theme/files/favicon.ico and b/helmfile/files/theme/files/favicon.ico differ
diff --git a/helmfile/files/theme/files/favicon.png b/helmfile/files/theme/files/favicon.png
index 7e3a6cda..3c0ce14d 100644
Binary files a/helmfile/files/theme/files/favicon.png and b/helmfile/files/theme/files/favicon.png differ
diff --git a/helmfile/files/theme/files/favicon.svg b/helmfile/files/theme/files/favicon.svg
new file mode 100644
index 00000000..c020b711
--- /dev/null
+++ b/helmfile/files/theme/files/favicon.svg
@@ -0,0 +1,5 @@
+
diff --git a/helmfile/files/theme/groupware/favicon.svg b/helmfile/files/theme/groupware/favicon.svg
deleted file mode 100644
index 822a7bd3..00000000
--- a/helmfile/files/theme/groupware/favicon.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/helmfile/files/theme/groupware_calendar/favicon.ico b/helmfile/files/theme/groupware_calendar/favicon.ico
new file mode 100644
index 00000000..2cc7887c
Binary files /dev/null and b/helmfile/files/theme/groupware_calendar/favicon.ico differ
diff --git a/helmfile/files/theme/groupware_calendar/favicon.png b/helmfile/files/theme/groupware_calendar/favicon.png
new file mode 100644
index 00000000..0c072915
Binary files /dev/null and b/helmfile/files/theme/groupware_calendar/favicon.png differ
diff --git a/helmfile/files/theme/groupware_calendar/favicon.svg b/helmfile/files/theme/groupware_calendar/favicon.svg
new file mode 100644
index 00000000..f7670c4c
--- /dev/null
+++ b/helmfile/files/theme/groupware_calendar/favicon.svg
@@ -0,0 +1,8 @@
+
diff --git a/helmfile/files/theme/groupware_contacts/favicon.ico b/helmfile/files/theme/groupware_contacts/favicon.ico
new file mode 100644
index 00000000..8c60831e
Binary files /dev/null and b/helmfile/files/theme/groupware_contacts/favicon.ico differ
diff --git a/helmfile/files/theme/groupware_contacts/favicon.png b/helmfile/files/theme/groupware_contacts/favicon.png
new file mode 100644
index 00000000..492c530b
Binary files /dev/null and b/helmfile/files/theme/groupware_contacts/favicon.png differ
diff --git a/helmfile/files/theme/groupware_contacts/favicon.svg b/helmfile/files/theme/groupware_contacts/favicon.svg
new file mode 100644
index 00000000..2173a94a
--- /dev/null
+++ b/helmfile/files/theme/groupware_contacts/favicon.svg
@@ -0,0 +1,7 @@
+
diff --git a/helmfile/files/theme/groupware_mail/favicon.ico b/helmfile/files/theme/groupware_mail/favicon.ico
new file mode 100644
index 00000000..96c4cd9e
Binary files /dev/null and b/helmfile/files/theme/groupware_mail/favicon.ico differ
diff --git a/helmfile/files/theme/groupware_mail/favicon.png b/helmfile/files/theme/groupware_mail/favicon.png
new file mode 100644
index 00000000..1e9d0191
Binary files /dev/null and b/helmfile/files/theme/groupware_mail/favicon.png differ
diff --git a/helmfile/files/theme/groupware_mail/favicon.svg b/helmfile/files/theme/groupware_mail/favicon.svg
new file mode 100644
index 00000000..c7c03a35
--- /dev/null
+++ b/helmfile/files/theme/groupware_mail/favicon.svg
@@ -0,0 +1,5 @@
+
diff --git a/helmfile/files/theme/groupware/favicon.ico b/helmfile/files/theme/groupware_tasks/favicon.ico
similarity index 61%
rename from helmfile/files/theme/groupware/favicon.ico
rename to helmfile/files/theme/groupware_tasks/favicon.ico
index f44c8566..e29df6e8 100644
Binary files a/helmfile/files/theme/groupware/favicon.ico and b/helmfile/files/theme/groupware_tasks/favicon.ico differ
diff --git a/helmfile/files/theme/groupware_tasks/favicon.png b/helmfile/files/theme/groupware_tasks/favicon.png
new file mode 100644
index 00000000..95593835
Binary files /dev/null and b/helmfile/files/theme/groupware_tasks/favicon.png differ
diff --git a/helmfile/files/theme/groupware_tasks/favicon.svg b/helmfile/files/theme/groupware_tasks/favicon.svg
new file mode 100644
index 00000000..db73ffed
--- /dev/null
+++ b/helmfile/files/theme/groupware_tasks/favicon.svg
@@ -0,0 +1,7 @@
+
diff --git a/helmfile/files/theme/knowledge/favicon.ico b/helmfile/files/theme/knowledge/favicon.ico
new file mode 100644
index 00000000..ce05375f
Binary files /dev/null and b/helmfile/files/theme/knowledge/favicon.ico differ
diff --git a/helmfile/files/theme/knowledge/favicon.png b/helmfile/files/theme/knowledge/favicon.png
index f1509678..058724ac 100644
Binary files a/helmfile/files/theme/knowledge/favicon.png and b/helmfile/files/theme/knowledge/favicon.png differ
diff --git a/helmfile/files/theme/knowledge/favicon.svg b/helmfile/files/theme/knowledge/favicon.svg
index ff6494ed..3639dbaf 100644
--- a/helmfile/files/theme/knowledge/favicon.svg
+++ b/helmfile/files/theme/knowledge/favicon.svg
@@ -1,5 +1,5 @@
-