Commit fe9134c
Changed files (3)
modules
services
authelia
secrets
cache
modules/services/authelia/client-secrets-gts-trinnon.age
@@ -1,7 +0,0 @@
-age-encryption.org/v1
--> X25519 iQ/ogTDRAMQie35IEqF+/c3GJmXBOd3UoVnjSD1Z6wY
-abjChKfyxRPbFEn10yYLXFT59vfau0H7hqGQCPIkTsg
--> 3RcmD'-grease U\;tUU
-
---- wOgqYgm/A+Q9NhqFyXmrJXI0oTYZzNaCI5YzDjpw3m8
- ���~^��i�p�qp��o�JG2D�-���k����y�5�H-�����7�D�r2/,#���ˍP��� @~c�Pd��6��� ���μ���{��7����Y�������!�:4�ڒ�8ُ%���&�sz���d!X8la���z9�#�!�M�
\ No newline at end of file
modules/services/authelia/main.nix
@@ -61,28 +61,7 @@
scopes = ["openid" "email" "profile" "groups"];
userinfo_signed_response_alg = "none";
}
- {
- # Refer: https://www.authelia.com/integration/openid-connect/clients/go-to-social
- client_id = "gts-trinnon";
- claims_policy = "gotosocial";
- client_name = "Trinnon (GoToSocial)";
- client_secret = ''{{ secret "${config.vaultix.secrets."authelia-main-client-secrets-gts-trinnon".path}" }}'';
- public = false;
- authorization_policy = "two_factor";
- require_pkce = false;
- pkce_challenge_method = "";
- redirect_uris = [
- "https://trin.one/auth/callback"
- ];
- scopes = ["openid" "email" "profile" "groups"];
- response_types = ["code"];
- grant_types = ["authorization_code"];
- access_token_signed_response_alg = "none";
- userinfo_signed_response_alg = "none";
- token_endpoint_auth_method = "client_secret_basic";
- }
];
- claims_policies.gotosocial.id_token = ["preferred_username"];
};
authentication_backend.file = {
path = "/var/lib/authelia-main/users_database.yaml";
@@ -165,7 +144,7 @@
config.services.caddy.virtualHosts."authelia.hpcesia.com".extraConfig;
vaultix.secrets = lib.mkMerge (
- builtins.map
+ map
(s: {
"authelia-main-${s}" = {
file = lib.path.append ./. "${s}.age";
@@ -182,7 +161,6 @@
"storage-encryption-key"
"client-secrets-forgejo"
"client-secrets-gokapi"
- "client-secrets-gts-trinnon"
]
);
};
secrets/cache/pardofelis/5431eeae2575b1dc3af42482de4cb010eddf8179268d8f79f63283639cb143f5
@@ -1,8 +0,0 @@
-age-encryption.org/v1
--> ssh-ed25519 B1HLiw TuhB7H8/gKisKuznkf13XyVf3d+AtaYIsJ69hykdQmA
-D+N9U/9CvL3D05GZnlxPI4KHC6su6PE+RlpIrfSmJTg
--> sWEJh*-grease 1&9B )U*4 2"ym"m
-VQbOfd6SmZsiaK+SIgUnsiMSd8t28CQizo42zYP62V4g9MW3/FdtZuqa8w4irdRd
-K2am+ijwUsKcAIMAchSGoNZzQeBttzxgifuOYJKAA9aoxw
---- apWJpWA7Z5gn6TYI4VD1u5RDdJ/ome4TYwKNrNurKLE
-`�b^�x�������Ak�^��7�����L��F�U2́���rUmsE�F@���6ƳP�|%<���:��I�����E�$�S,PT�V@����T5�!�`�EWp�А=AK��@������Qv�y0].�҈ E�����Dp���|fC1uN:��W�q
\ No newline at end of file