From 13f720882d431435eac000f110b2fab5e3d5286e Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 21 Feb 2023 00:13:03 -0800 Subject: [PATCH] [docs] add another TODO item --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e488a65..a10ba2c 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,8 @@ Todos, in rough order of highest to lowest priority. oauth2-proxy. * [ ] Automatically pull client credentials from keycloak to populate oauth2proxy's clientsecret key. -* [ ] Automatic DNS setup of linode. +* [ ] Automatic DNS setup of linode, probably using + https://github.com/kubernetes-sigs/external-dns. * [ ] Add LDAP server. * [ ] Use LDAP server with vaultwarden using "[Directory Connector](https://github.com/dani-garcia/vaultwarden/wiki)". @@ -185,9 +186,9 @@ Todos, in rough order of highest to lowest priority. * [ ] Auto-login into vaultwarden using SSO. Depends on https://github.com/dani-garcia/vaultwarden/pull/3154 being merged. -* [ ] Handle linode Firewall. * [ ] Go through https://xeiaso.net/blog/paranoid-nixos-2021-07-18 and https://nixos.wiki/wiki/Security +* [ ] Move a few packages installed in network.nix into services.nix. # Troubleshoot