Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions configs/ionos-links.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
'ionos_customclient_android' => 'https://wl.hidrive.com/easy/0022',
'ionos_customclient_ios' => 'https://wl.hidrive.com/easy/0021',
'ionos_customclient_ios_appid' => '1439073561',
'ionos_homepage' => 'https://ionos.fr/',
'simpleSignUpLink.shown' => false,
];
8 changes: 8 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,19 @@ config_ui() {
echo "Configure theming"

ooc theming:config name "HiDrive Next"
ooc theming:config slogan "powered by IONOS"
ooc theming:config imprintUrl " "
ooc theming:config privacyUrl " "
ooc theming:config primary_color "#003D8F"
ooc theming:config disable-user-theming yes
ooc theming:config favicon "${FAVICON_DIR}/favicon.ico"
ooc config:app:set theming backgroundMime --value backgroundColor
ooc config:system:set defaultapp --value files

IONOS_HOMEPAGE=$(ooc config:system:get ionos_homepage)
if [ -n "${IONOS_HOMEPAGE}" ]; then
ooc theming:config url "${IONOS_HOMEPAGE}"
fi
}

configure_app_nc_ionos_processes() {
Expand Down