diff --git a/Makefile b/Makefile index d33a0bf..7568994 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ BUILD_ROOT_PATH=$(shell pwd) environment: git submodule update --init --recursive cp custom/menu/* isard-sso/docker/api/src/ + cp custom/img/* isard-sso/docker/api/src_nginx/api/static/img/ cp digitaldemocratic.conf isard-apps/.env echo "BUILD_ROOT_PATH=$(BUILD_ROOT_PATH)/isard-apps" >> isard-apps/.env cp isard-apps/.env isard-apps/docker/postgresql && \ diff --git a/custom/img/background.png b/custom/img/background.png new file mode 100644 index 0000000..601ef82 Binary files /dev/null and b/custom/img/background.png differ diff --git a/custom/img/logo.png b/custom/img/logo.png new file mode 100644 index 0000000..e0bb28b Binary files /dev/null and b/custom/img/logo.png differ diff --git a/custom/menu/custom.yaml b/custom/menu/custom.yaml index eac3067..91f3714 100644 --- a/custom/menu/custom.yaml +++ b/custom/menu/custom.yaml @@ -1,10 +1,10 @@ --- -background_login: /custom/img/background.png +background_login: /img/background.png colours: background: "#F0F0F0" primary: "#92AE01" secondary: "#FFFFFF" -logo: /custom/img/logo.png +logo: /img/logo.png apps_external: - href: https://myweb icon: fa fa-university diff --git a/isard-sso b/isard-sso index 6e3700a..eea6982 160000 --- a/isard-sso +++ b/isard-sso @@ -1 +1 @@ -Subproject commit 6e3700a748cede8904c33e1cc81aa55695fa81c9 +Subproject commit eea6982e8401f39b076c4a75a1501a613d0907a5