Compare commits
No commits in common. "153762ca5ba6bb73f780a252a847e7a006776789" and "899c43fbfc363385509d2a167cfd96320ae623a5" have entirely different histories.
153762ca5b
...
899c43fbfc
2 changed files with 1 additions and 8 deletions
|
@ -160,8 +160,6 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"openssl-1.1.1w"
|
"openssl-1.1.1w"
|
||||||
# FIXME: Waiting for https://github.com/NixOS/nixpkgs/pull/335753
|
|
||||||
"jitsi-meet-1.0.8043"
|
|
||||||
];
|
];
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
forgejo = {
|
forgejo = {
|
||||||
displayName = "ForgeJo";
|
displayName = "ForgeJo";
|
||||||
originUrl = "https://git.xinyang.life/";
|
originUrl = "https://git.xinyang.life/";
|
||||||
originLanding = "https://git.xinyang.life/user/oauth2/kandim";
|
originLanding = " https://git.xinyang.life/user/oauth2/kandim";
|
||||||
allowInsecureClientDisablePkce = true;
|
allowInsecureClientDisablePkce = true;
|
||||||
scopeMaps = {
|
scopeMaps = {
|
||||||
forgejo-access = [ "openid" "email" "profile" "groups" ];
|
forgejo-access = [ "openid" "email" "profile" "groups" ];
|
||||||
|
@ -65,7 +65,6 @@
|
||||||
gts = {
|
gts = {
|
||||||
displayName = "GoToSocial";
|
displayName = "GoToSocial";
|
||||||
originUrl = "https://xinyang.life/";
|
originUrl = "https://xinyang.life/";
|
||||||
originLanding = "https://xinyang.life/";
|
|
||||||
allowInsecureClientDisablePkce = true;
|
allowInsecureClientDisablePkce = true;
|
||||||
scopeMaps = {
|
scopeMaps = {
|
||||||
gts-users = [ "openid" "email" "profile" "groups" ];
|
gts-users = [ "openid" "email" "profile" "groups" ];
|
||||||
|
@ -74,7 +73,6 @@
|
||||||
owncloud = {
|
owncloud = {
|
||||||
displayName = "ownCloud";
|
displayName = "ownCloud";
|
||||||
originUrl = "https://home.xinyang.life:9201/";
|
originUrl = "https://home.xinyang.life:9201/";
|
||||||
originLanding = "https://home.xinyang.life:9201/";
|
|
||||||
public = true;
|
public = true;
|
||||||
scopeMaps = {
|
scopeMaps = {
|
||||||
ocis-users = [ "openid" "email" "profile" ];
|
ocis-users = [ "openid" "email" "profile" ];
|
||||||
|
@ -92,7 +90,6 @@
|
||||||
immich-mobile = {
|
immich-mobile = {
|
||||||
displayName = "Immich";
|
displayName = "Immich";
|
||||||
originUrl = "https://immich.xinyang.life:8000/api/oauth/mobile-redirect/";
|
originUrl = "https://immich.xinyang.life:8000/api/oauth/mobile-redirect/";
|
||||||
originLanding = "https://immich.xinyang.life:8000/api/oauth/mobile-redirect/";
|
|
||||||
allowInsecureClientDisablePkce = true;
|
allowInsecureClientDisablePkce = true;
|
||||||
scopeMaps = {
|
scopeMaps = {
|
||||||
immich-users = [ "openid" "email" "profile" ];
|
immich-users = [ "openid" "email" "profile" ];
|
||||||
|
@ -101,7 +98,6 @@
|
||||||
miniflux = {
|
miniflux = {
|
||||||
displayName = "Miniflux";
|
displayName = "Miniflux";
|
||||||
originUrl = "https://rss.xinyang.life/";
|
originUrl = "https://rss.xinyang.life/";
|
||||||
originLanding = "https://rss.xinyang.life/";
|
|
||||||
scopeMaps = {
|
scopeMaps = {
|
||||||
miniflux-users = [ "openid" "email" "profile" ];
|
miniflux-users = [ "openid" "email" "profile" ];
|
||||||
};
|
};
|
||||||
|
@ -109,7 +105,6 @@
|
||||||
grafana = {
|
grafana = {
|
||||||
displayName = "Grafana";
|
displayName = "Grafana";
|
||||||
originUrl = "https://grafana.xinyang.life/";
|
originUrl = "https://grafana.xinyang.life/";
|
||||||
originLanding = "https://grafana.xinyang.life/";
|
|
||||||
scopeMaps = {
|
scopeMaps = {
|
||||||
grafana-users = [ "openid" "email" "profile" "groups" ];
|
grafana-users = [ "openid" "email" "profile" "groups" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue