zipline: remove

for real now, i have decided to just use nextcloud (this also means no more pgsql unless i want it)
This commit is contained in:
wo2wz 2025-11-18 12:31:58 -05:00
parent e5ed8478a5
commit 03b76a5e04
5 changed files with 2 additions and 80 deletions

View file

@ -16,10 +16,6 @@
owner = "kanidm";
group = "kanidm";
};
"kanidm/oauth2/zipline" = {
owner = "kanidm";
group = "kanidm";
};
};
users.groups.tls-kanidm.members = [ "caddy" "kanidm" ];
@ -79,7 +75,6 @@
"grafana_users"
"jellyfin_users"
"nextcloud_users"
"zipline_users"
"grafana_admins"
"jellyfin_admins"
@ -90,7 +85,6 @@
grafana_users = {};
jellyfin_users = {};
nextcloud_users = {};
zipline_users = {};
grafana_admins.members = [ "grafana_users" ];
jellyfin_admins.members = [ "jellyfin_users" ];
@ -128,17 +122,6 @@
basicSecretFile = config.sops.secrets."kanidm/oauth2/nextcloud".path;
scopeMaps.nextcloud_users = [ "openid" "profile" ];
};
zipline = {
displayName = "Zipline";
originUrl = "https://zipline.wo2wz.fyi/api/auth/oauth/oidc";
originLanding = "https://zipline.wo2wz.fyi";
preferShortUsername = true;
allowInsecureClientDisablePkce = true;
basicSecretFile = config.sops.secrets."kanidm/oauth2/zipline".path;
scopeMaps.zipline_users = [ "openid" "profile" "email" "offline_access" ];
};
};
};