diff --git a/doc/demo.html b/doc/demo.html index d9854c2..2efcaa0 100644 --- a/doc/demo.html +++ b/doc/demo.html @@ -353,7 +353,7 @@ code { } - + @@ -400,7 +400,7 @@ chmod +x /usr/bin/envole

Lier Envole avec un scribe

CreoleSet cas_host envole.ac_test.fr
CreoleSet openldap_host envole.ac_test.fr
-CreoleSet nextcloud_samba_host envole.ac_test.fr

+CreoleSet nextcloud_samba_host 192.168.0.26

# Définition des secrets
CreoleSet openldap_password changeme
CreoleSet database_rootpassword changeme
diff --git a/doc/demo.md b/doc/demo.md index 160f75b..99c6bb1 100644 --- a/doc/demo.md +++ b/doc/demo.md @@ -41,7 +41,7 @@ chmod +x /usr/bin/envole # Lier Envole avec un scribe CreoleSet cas_host envole.ac_test.fr CreoleSet openldap_host envole.ac_test.fr -CreoleSet nextcloud_samba_host envole.ac_test.fr +CreoleSet nextcloud_samba_host 192.168.0.26 # Définition des secrets CreoleSet openldap_password changeme diff --git a/doc/demo.pdf b/doc/demo.pdf index 3ee6e04..01c5402 100644 Binary files a/doc/demo.pdf and b/doc/demo.pdf differ diff --git a/docker/env/.env.zapp.ninegate b/docker/env/.env.zapp.ninegate index 8a02bc7..ab8bdb2 100644 --- a/docker/env/.env.zapp.ninegate +++ b/docker/env/.env.zapp.ninegate @@ -14,6 +14,9 @@ WIDNEXTCLOUD_URL=${NEXTCLOUD_URL} ACTIVATE_WIDNINEBOARD=${NINEBOARD_ACTIVATE} WIDNINEBOARD_URL=${NINEBOARD_URL} +ACTIVATE_WIDWORDPRESS=${WORDPRESS_ACTIVATE} +WIDWORDPRESS_URL=${WORDPRESS_URL} + ACTIVATE_WIDGENCONFIG=${GENCONFIG_ACTIVATE} WIDGENCONFIG_URL=${GENCONFIG_URL} diff --git a/misc/wordpress/containers/wordpress/entrypoint.sh b/misc/wordpress/containers/wordpress/entrypoint.sh index bfcdb29..a282942 100755 --- a/misc/wordpress/containers/wordpress/entrypoint.sh +++ b/misc/wordpress/containers/wordpress/entrypoint.sh @@ -76,6 +76,7 @@ wp site switch-language fr_FR #fi # Mise à jour theme / plugin / network +wp theme install twentytwentyfour --allow-root wp theme update --allow-root --all wp plugin update --allow-root --all wp language core update