From 5a1569a04d14a38f2228cb9c5d02fc764c69ffa5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 26 Apr 2025 09:56:59 +0200 Subject: [PATCH 1/2] Add Keycloak to wishlist --- wishlist.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wishlist.toml b/wishlist.toml index d773e94b2c..e6a6bda5bb 100644 --- a/wishlist.toml +++ b/wishlist.toml @@ -1103,6 +1103,13 @@ upstream = "https://github.com/pentacent/keila" website = "https://www.keila.io" added_date = 1737721873 # 2025/01/24 + +[keycloak] +name = "Keycloak" +description = "Gestionnaire d'identité et d'accès à des applications (SSO)" +upstream = "https://github.com/keycloak/keycloak" +website = "https://www.keycloak.org/" + [khoj] name = "Khoj" description = "AI personal assistant accessible from Emacs, Obsidian or your Web browser" From 50404955bc7dc35babd7306576e4b7a73ced6434 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 28 Apr 2025 11:11:01 +0200 Subject: [PATCH 2/2] Reject Keycloak from catalog --- rejectedlist.toml | 8 ++++++++ wishlist.toml | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/rejectedlist.toml b/rejectedlist.toml index 4f1554f6e6..b94120463f 100644 --- a/rejectedlist.toml +++ b/rejectedlist.toml @@ -297,3 +297,11 @@ website = "https://bitwarden.com/" rejection_pr = "https://github.com/YunoHost/apps/pull/2875" reason = "use the vaultwarden package instead" +[keycloak] +name = "Keycloak" +description = "Gestionnaire d'identité et d'accès à des applications (SSO)" +upstream = "https://github.com/keycloak/keycloak" +website = "https://www.keycloak.org/" +rejection_pr = "https://github.com/YunoHost/apps/pull/2945" +reason = "oidc and sso handling are to be handled by yunohost core, not apps. there is thread in our i" + diff --git a/wishlist.toml b/wishlist.toml index e6a6bda5bb..0708ce79c7 100644 --- a/wishlist.toml +++ b/wishlist.toml @@ -1104,12 +1104,6 @@ website = "https://www.keila.io" added_date = 1737721873 # 2025/01/24 -[keycloak] -name = "Keycloak" -description = "Gestionnaire d'identité et d'accès à des applications (SSO)" -upstream = "https://github.com/keycloak/keycloak" -website = "https://www.keycloak.org/" - [khoj] name = "Khoj" description = "AI personal assistant accessible from Emacs, Obsidian or your Web browser"