diff --git a/README.md b/README.md index 129c5b0..d5f3764 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov - Interfaced with Yunohost's LDAP server -**Shipped version:** 2.35.1~ynh1 - +**Shipped version:** 2.35.3~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 73c6e4e..d2cf009 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,8 +24,7 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov - Interfaced with Yunohost's LDAP server -**Version incluse :** 2.35.1~ynh1 - +**Version incluse :** 2.35.3~ynh1 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index ed50f6f..b5a7804 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/dexidp/dex/archive/refs/tags/v2.35.1.tar.gz -SOURCE_SUM=03f2696e9ee32665ecc22bb2caf581952fc032cf760002f90f1db24447ad7ebb +SOURCE_URL=https://github.com/dexidp/dex/archive/refs/tags/v2.35.3.tar.gz +SOURCE_SUM=c62c40fd9d0e5b82dd18d62e4302262f2fb9defa63468c79cdd2193f048ce4d1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index c8f6d40..b133c62 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "OpenID Connect Provider based on Yunohost LDAP server" }, - "version": "2.35.1~ynh1", + "version": "2.35.3~ynh1", "url": "https://github.com/YunoHost-Apps/dex_ynh", "upstream": { "license": "Apache-2.0", diff --git a/scripts/install b/scripts/install index 5562484..cff8ba3 100755 --- a/scripts/install +++ b/scripts/install @@ -121,13 +121,15 @@ pushd "$final_path" export GOCACHE="$final_path/go/.cache" # Build server from source make build 2>&1 - # Setup a nice Yunohost logo - cp /usr/share/yunohost/admin/img/logo.08bab97e.png web/themes/light/logo.png ynh_secure_remove --file="$final_path/go" popd ynh_remove_go +# Setup a nice Yunohost logo +cp ../sources/logo_dark.png "$final_path/web/themes/dark/logo.png" +cp ../sources/logo_light.png "$final_path/web/themes/light/logo.png" + #================================================= # ADD A CONFIGURATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 442bb03..dad9b65 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -103,13 +103,15 @@ pushd "$final_path" export GOCACHE="$final_path/go/.cache" # Build server from source make build 2>&1 - # Setup a nice Yunohost logo - cp /usr/share/yunohost/admin/img/logo.08bab97e.png web/themes/light/logo.png ynh_secure_remove --file="$final_path/go" popd ynh_remove_go +# Setup a nice Yunohost logo +cp ../sources/logo_dark.png "$final_path/web/themes/dark/logo.png" +cp ../sources/logo_light.png "$final_path/web/themes/light/logo.png" + #================================================= # UPDATE A CONFIG FILE #================================================= diff --git a/sources/extra_files/app/.gitignore b/sources/extra_files/app/.gitignore deleted file mode 100644 index 783a4ae..0000000 --- a/sources/extra_files/app/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*~ -*.sw[op] diff --git a/sources/logo_dark.png b/sources/logo_dark.png new file mode 100644 index 0000000..dde607e Binary files /dev/null and b/sources/logo_dark.png differ diff --git a/sources/logo_light.png b/sources/logo_light.png new file mode 100644 index 0000000..6d67f7f Binary files /dev/null and b/sources/logo_light.png differ diff --git a/sources/patches/.gitignore b/sources/patches/.gitignore deleted file mode 100644 index 783a4ae..0000000 --- a/sources/patches/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*~ -*.sw[op]