diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-27 20:49:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-27 20:49:41 +0200 |
| commit | 55a69e2dd06523cf7f466fd21e4e14c04ac3a3e8 (patch) | |
| tree | 4e8d27bb463341d10330877c4d03a874f3ed6ab7 | |
| parent | cfc370d5ec490113ac0cedd9605f0598b30d2404 (diff) | |
fix
| -rw-r--r-- | f3s/AGENTS.md | 4 | ||||
| -rw-r--r-- | frontends/Rexfile | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/f3s/AGENTS.md b/f3s/AGENTS.md index 2466100..e6c51bb 100644 --- a/f3s/AGENTS.md +++ b/f3s/AGENTS.md @@ -1,11 +1,7 @@ Follow file:///home/paul/Notes/snippets/f3s/f3s.md -<<<<<<< HEAD -||||||| 7b4d629 -======= ## Security Policy - **Never commit secrets to git.** This includes SSH private keys, API tokens, passwords, and any other sensitive credentials. - Secrets must be deployed as Kubernetes Secrets directly via `kubectl create secret` or through a secrets management solution. - If a secret is accidentally committed, it must be rotated immediately and pruned from git history using `git-filter-repo`. ->>>>>>> 529caf525d3c8594bcf0208697629827113dc1fc diff --git a/frontends/Rexfile b/frontends/Rexfile index 4e5fecf..ec4da75 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -82,7 +82,7 @@ our @f3s_hosts = our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.foo/; our @dns_zones_remove = qw/paul.cyou/; our @acme_hosts = - qw/buetow.org git.buetow.org paul.buetow.org dory.buetow.org ecat.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone irregular.ninja alt.irregular.ninja snonux.foo gogios.buetow.org blowfish.buetow.org fishfinger.buetow.org f3s.buetow.org git.f3s.buetow.org cgit.f3s.buetow.org immich.f3s.buetow.org argocd.f3s.buetow.org keybr.f3s.buetow.org anki.f3s.buetow.org bag.f3s.buetow.org flux.f3s.buetow.org audiobookshelf.f3s.buetow.org grafana.f3s.buetow.org radicale.f3s.buetow.org vault.f3s.buetow.org syncthing.f3s.buetow.org uprecords.f3s.buetow.org koreader.f3s.buetow.org filebrowser.f3s.buetow.org webdav.f3s.buetow.org/; + qw/buetow.org git.buetow.org paul.buetow.org dory.buetow.org ecat.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo gogios.buetow.org blowfish.buetow.org fishfinger.buetow.org f3s.buetow.org git.f3s.buetow.org cgit.f3s.buetow.org immich.f3s.buetow.org argocd.f3s.buetow.org keybr.f3s.buetow.org anki.f3s.buetow.org bag.f3s.buetow.org flux.f3s.buetow.org audiobookshelf.f3s.buetow.org grafana.f3s.buetow.org radicale.f3s.buetow.org vault.f3s.buetow.org syncthing.f3s.buetow.org uprecords.f3s.buetow.org koreader.f3s.buetow.org filebrowser.f3s.buetow.org webdav.f3s.buetow.org/; # WireGuard IP addresses for ping checks our %wg0_ips = ( |
