tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
server: authelia: add tailscale oidc client
wiro.world
4 months ago
e147f62c
88c6d4ad
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+7
1 changed file
expand all
collapse all
unified
split
nixos
profiles
server.nix
+7
nixos/profiles/server.nix
···
454
454
455
455
redirect_uris = [ "https://console.wiro.world/login/generic_oauth" ];
456
456
}
457
457
+
{
458
458
+
client_name = "Tailscale";
459
459
+
client_id = "tailscale";
460
460
+
client_secret = "$pbkdf2-sha256$310000$PcUaup9aWKI9ZLeCF6.avw$FpsTxkDaxcoQlBi8aIacegXpjEDiCI6nXcaHyZ2Sxyc";
461
461
+
462
462
+
redirect_uris = [ "https://login.tailscale.com/a/oauth_response" ];
463
463
+
}
457
464
];
458
465
};
459
466