Updated custom
parent
e4ff9c1f4c
commit
ffa650d2dd
1
Makefile
1
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 && \
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6e3700a748cede8904c33e1cc81aa55695fa81c9
|
||||
Subproject commit eea6982e8401f39b076c4a75a1501a613d0907a5
|
Loading…
Reference in New Issue