Updated custom

root 2021-05-17 20:08:32 +02:00
parent e4ff9c1f4c
commit ffa650d2dd
5 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@ BUILD_ROOT_PATH=$(shell pwd)
environment: environment:
git submodule update --init --recursive git submodule update --init --recursive
cp custom/menu/* isard-sso/docker/api/src/ 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 cp digitaldemocratic.conf isard-apps/.env
echo "BUILD_ROOT_PATH=$(BUILD_ROOT_PATH)/isard-apps" >> isard-apps/.env echo "BUILD_ROOT_PATH=$(BUILD_ROOT_PATH)/isard-apps" >> isard-apps/.env
cp isard-apps/.env isard-apps/docker/postgresql && \ cp isard-apps/.env isard-apps/docker/postgresql && \

BIN
custom/img/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
custom/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,10 +1,10 @@
--- ---
background_login: /custom/img/background.png background_login: /img/background.png
colours: colours:
background: "#F0F0F0" background: "#F0F0F0"
primary: "#92AE01" primary: "#92AE01"
secondary: "#FFFFFF" secondary: "#FFFFFF"
logo: /custom/img/logo.png logo: /img/logo.png
apps_external: apps_external:
- href: https://myweb - href: https://myweb
icon: fa fa-university icon: fa fa-university

@ -1 +1 @@
Subproject commit 6e3700a748cede8904c33e1cc81aa55695fa81c9 Subproject commit eea6982e8401f39b076c4a75a1501a613d0907a5