From c0f9ecf5e0b075db8e54ef1235ec80878e418398 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 2 Oct 2025 11:28:53 +0300 Subject: Update content for html --- ...04-09-jails-and-zfs-on-freebsd-with-puppet.html | 1 + ...22-07-30-lets-encrypt-with-openbsd-and-rex.html | 1 + .../2024-01-13-one-reason-why-i-love-openbsd.html | 1 + ...-04-01-KISS-high-availability-with-OpenBSD.html | 1 + ...4-11-17-f3s-kubernetes-with-freebsd-part-1.html | 2 + ...4-12-03-f3s-kubernetes-with-freebsd-part-2.html | 7 +- ...5-04-05-f3s-kubernetes-with-freebsd-part-4.html | 2 + ...5-05-11-f3s-kubernetes-with-freebsd-part-5.html | 2 + ...5-07-14-f3s-kubernetes-with-freebsd-part-6.html | 10 +- ...5-10-02-f3s-kubernetes-with-freebsd-part-7.html | 1088 +++++++++++ gemfeed/DRAFT-kubernetes-with-freebsd-part-7.html | 655 ------- gemfeed/atom.xml | 1470 +++++++++++---- gemfeed/examples/conf/README.md | 9 + gemfeed/examples/conf/Rexfile | 3 + gemfeed/examples/conf/babylon5/README.md | 3 + gemfeed/examples/conf/babylon5/backup-start | 64 + .../conf/babylon5/docker-start-anki-sync-server | 4 + .../conf/babylon5/docker-start-audiobookshelf | 12 + .../conf/babylon5/docker-start-nextcloud-aio | 15 + .../conf/babylon5/docker-start-vaultwarden | 10 + .../examples/conf/babylon5/docker-start-wallabag | 4 + gemfeed/examples/conf/dotfiles/README.md | 5 + gemfeed/examples/conf/dotfiles/Rexfile | 225 +++ gemfeed/examples/conf/dotfiles/bash/bash_profile | 3 + gemfeed/examples/conf/dotfiles/bash/bashrc | 15 + gemfeed/examples/conf/dotfiles/claude/CLAUDE.md | 2 + gemfeed/examples/conf/dotfiles/fish/conf.d/ai.fish | 39 + .../conf/dotfiles/fish/conf.d/alternatives.fish | 17 + .../examples/conf/dotfiles/fish/conf.d/config.fish | 31 + .../conf/dotfiles/fish/conf.d/dotfiles.fish | 48 + .../examples/conf/dotfiles/fish/conf.d/editor.fish | 44 + .../examples/conf/dotfiles/fish/conf.d/fuzzy.fish | 5 + .../examples/conf/dotfiles/fish/conf.d/games.fish | 15 + .../examples/conf/dotfiles/fish/conf.d/gos.fish | 6 + .../examples/conf/dotfiles/fish/conf.d/k8s.fish | 76 + .../conf/dotfiles/fish/conf.d/quickedit.fish | 93 + .../conf/dotfiles/fish/conf.d/supersync.fish | 114 ++ .../conf/dotfiles/fish/conf.d/taskwarrior.fish | 121 ++ .../examples/conf/dotfiles/fish/conf.d/timr.fish | 25 + .../conf/dotfiles/fish/conf.d/tmputils.fish | 54 + .../examples/conf/dotfiles/fish/conf.d/tmux.fish | 94 + .../examples/conf/dotfiles/fish/conf.d/update.fish | 75 + .../examples/conf/dotfiles/fish/conf.d/utils.fish | 142 ++ .../conf/dotfiles/fish/conf.d/worktime.fish | 122 ++ .../examples/conf/dotfiles/fish/conf.d/zoxide.fish | 6 + .../examples/conf/dotfiles/fish/conf.d/zsh.fish | 12 + gemfeed/examples/conf/dotfiles/ghostty/config | 17 + .../examples/conf/dotfiles/gitsyncer/config.json | 33 + gemfeed/examples/conf/dotfiles/helix/config.toml | 87 + .../examples/conf/dotfiles/helix/languages.toml | 203 +++ gemfeed/examples/conf/dotfiles/nvim/init.lua | 70 + .../examples/conf/dotfiles/pipewire/pipewire.conf | 257 +++ gemfeed/examples/conf/dotfiles/scripts/README.md | 3 + gemfeed/examples/conf/dotfiles/scripts/ai | 7 + .../conf/dotfiles/scripts/brokenlinkfinder | 73 + gemfeed/examples/conf/dotfiles/scripts/gvim | 7 + .../conf/dotfiles/scripts/hx.aichat-prompt | 9 + .../conf/dotfiles/scripts/hx.chatgpt-prompt | 3 + .../examples/conf/dotfiles/scripts/hx.goformatter | 3 + .../examples/conf/dotfiles/scripts/hx.hexai-prompt | 9 + .../conf/dotfiles/scripts/hx.nvim-copilot-prompt | 32 + gemfeed/examples/conf/dotfiles/scripts/hx.prompt | 14 + .../examples/conf/dotfiles/scripts/randomnote.rb | 30 + .../conf/dotfiles/scripts/taskwarriorfeeder.rb | 221 +++ gemfeed/examples/conf/dotfiles/signature | 2 + gemfeed/examples/conf/dotfiles/ssh/config | 21 + .../conf/dotfiles/sway/config.d/keyboard.conf | 6 + gemfeed/examples/conf/dotfiles/tmux/tmux.conf | 32 + .../examples/conf/dotfiles/tmux/tmux.local.conf | 2 + gemfeed/examples/conf/dotfiles/vale.ini | 6 + gemfeed/examples/conf/dotfiles/waybar/config.jsonc | 194 ++ gemfeed/examples/conf/dotfiles/waybar/style.css | 326 ++++ .../examples/conf/f3s/anki-sync-server/Justfile | 12 + .../examples/conf/f3s/anki-sync-server/README.md | 34 + .../f3s/anki-sync-server/docker-image/Dockerfile | 39 + .../f3s/anki-sync-server/docker-image/Justfile | 6 + .../anki-sync-server/docker-image/entrypoint.sh | 31 + .../f3s/anki-sync-server/helm-chart/Chart.yaml | 5 + .../conf/f3s/anki-sync-server/helm-chart/README.md | 11 + .../helm-chart/templates/deployment.yaml | 35 + .../helm-chart/templates/ingress.yaml | 20 + .../helm-chart/templates/persistent-volume.yaml | 27 + .../helm-chart/templates/service.yaml | 15 + gemfeed/examples/conf/f3s/audiobookshelf/Justfile | 12 + .../conf/f3s/audiobookshelf/helm-chart/Chart.yaml | 5 + .../conf/f3s/audiobookshelf/helm-chart/README.md | 19 + .../helm-chart/templates/deployment.yaml | 53 + .../helm-chart/templates/ingress.yaml | 20 + .../helm-chart/templates/persistent-volumes.yaml | 83 + .../conf/f3s/example-apache-volume-claim/Justfile | 12 + .../helm-chart/Chart.yaml | 5 + .../helm-chart/README.md | 11 + .../helm-chart/templates/apache-deployment.yaml | 41 + .../helm-chart/templates/apache-ingress.yaml | 41 + .../templates/apache-persistent-volume.yaml | 27 + .../helm-chart/templates/apache-service.yaml | 17 + gemfeed/examples/conf/f3s/example-apache/Justfile | 12 + .../conf/f3s/example-apache/helm-chart/Chart.yaml | 5 + .../conf/f3s/example-apache/helm-chart/README.md | 11 + .../helm-chart/templates/apache-deployment.yaml | 21 + .../helm-chart/templates/apache-ingress.yaml | 40 + .../helm-chart/templates/apache-service.yaml | 16 + gemfeed/examples/conf/f3s/freshrss/Justfile | 12 + gemfeed/examples/conf/f3s/freshrss/README.md | 29 + .../conf/f3s/freshrss/helm-chart/Chart.yaml | 6 + .../freshrss/helm-chart/templates/deployment.yaml | 48 + .../f3s/freshrss/helm-chart/templates/ingress.yaml | 21 + .../helm-chart/templates/persistent-volumes.yaml | 28 + gemfeed/examples/conf/f3s/miniflux/Justfile | 12 + gemfeed/examples/conf/f3s/miniflux/README.md | 56 + .../conf/f3s/miniflux/helm-chart/Chart.yaml | 5 + .../miniflux/helm-chart/templates/deployment.yaml | 92 + .../f3s/miniflux/helm-chart/templates/ingress.yaml | 20 + .../helm-chart/templates/persistent-volumes.yaml | 27 + .../f3s/miniflux/helm-chart/templates/service.yaml | 23 + gemfeed/examples/conf/f3s/opodsync/Justfile | 12 + gemfeed/examples/conf/f3s/opodsync/README.md | 11 + .../conf/f3s/opodsync/helm-chart/Chart.yaml | 5 + .../helm-chart/templates/configmap-nginx.yaml | 46 + .../opodsync/helm-chart/templates/deployment.yaml | 43 + .../f3s/opodsync/helm-chart/templates/ingress.yaml | 20 + .../helm-chart/templates/persistent-volumes.yaml | 27 + .../f3s/opodsync/helm-chart/templates/service.yaml | 15 + gemfeed/examples/conf/f3s/radicale/Justfile | 12 + .../conf/f3s/radicale/helm-chart/Chart.yaml | 5 + .../conf/f3s/radicale/helm-chart/README.md | 18 + .../radicale/helm-chart/templates/deployment.yaml | 67 + .../f3s/radicale/helm-chart/templates/ingress.yaml | 20 + .../helm-chart/templates/persistent-volumes.yaml | 55 + gemfeed/examples/conf/f3s/registry/Justfile | 12 + gemfeed/examples/conf/f3s/registry/README.md | 69 + .../conf/f3s/registry/helm-chart/Chart.yaml | 5 + .../conf/f3s/registry/helm-chart/README.md | 11 + .../registry/helm-chart/templates/deployment.yaml | 29 + .../conf/f3s/registry/helm-chart/templates/pv.yaml | 14 + .../f3s/registry/helm-chart/templates/pvc.yaml | 12 + .../f3s/registry/helm-chart/templates/service.yaml | 14 + gemfeed/examples/conf/f3s/syncthing/Justfile | 12 + gemfeed/examples/conf/f3s/syncthing/README.md | 20 + .../conf/f3s/syncthing/helm-chart/Chart.yaml | 5 + .../conf/f3s/syncthing/helm-chart/README.md | 11 + .../syncthing/helm-chart/templates/deployment.yaml | 33 + .../syncthing/helm-chart/templates/ingress.yaml | 20 + .../helm-chart/templates/persistent-volume.yaml | 55 + .../syncthing/helm-chart/templates/service.yaml | 19 + gemfeed/examples/conf/f3s/wallabag/Justfile | 12 + .../conf/f3s/wallabag/helm-chart/Chart.yaml | 5 + .../conf/f3s/wallabag/helm-chart/README.md | 18 + .../wallabag/helm-chart/templates/deployment.yaml | 51 + .../f3s/wallabag/helm-chart/templates/ingress.yaml | 20 + .../helm-chart/templates/persistent-volumes.yaml | 55 + gemfeed/examples/conf/frontends/README.md | 3 + gemfeed/examples/conf/frontends/Rexfile | 648 +++++++ .../conf/frontends/etc/acme-client.conf.tpl | 41 + .../conf/frontends/etc/dserver/dtail.json.tpl | 127 ++ .../examples/conf/frontends/etc/gogios.cron.tpl | 3 + .../examples/conf/frontends/etc/gogios.json.tpl | 98 + gemfeed/examples/conf/frontends/etc/gorum.json.tpl | 18 + gemfeed/examples/conf/frontends/etc/httpd.conf.tpl | 184 ++ gemfeed/examples/conf/frontends/etc/inetd.conf | 2 + .../examples/conf/frontends/etc/login.conf.d/inetd | 3 + gemfeed/examples/conf/frontends/etc/mail/aliases | 103 ++ .../conf/frontends/etc/mail/smtpd.conf.tpl | 23 + .../conf/frontends/etc/mail/virtualdomains | 20 + .../examples/conf/frontends/etc/mail/virtualusers | 5 + gemfeed/examples/conf/frontends/etc/myname.tpl | 1 + gemfeed/examples/conf/frontends/etc/newsyslog.conf | 14 + gemfeed/examples/conf/frontends/etc/rc.conf.local | 5 + .../examples/conf/frontends/etc/rc.d/dserver.tpl | 16 + gemfeed/examples/conf/frontends/etc/rc.d/gorum.tpl | 16 + .../examples/conf/frontends/etc/relayd.conf.tpl | 86 + .../examples/conf/frontends/etc/rsyncd.conf.tpl | 28 + gemfeed/examples/conf/frontends/etc/taskrc.tpl | 40 + gemfeed/examples/conf/frontends/etc/tmux.conf | 24 + .../examples/conf/frontends/scripts/acme.sh.tpl | 68 + .../conf/frontends/scripts/dns-failover.ksh | 133 ++ .../scripts/dserver-update-key-cache.sh.tpl | 34 + .../examples/conf/frontends/scripts/fooodds.txt | 191 ++ .../examples/conf/frontends/scripts/foostats.pl | 1910 ++++++++++++++++++++ .../conf/frontends/scripts/gemtexter.sh.tpl | 65 + .../examples/conf/frontends/scripts/rsync.sh.tpl | 8 + .../conf/frontends/scripts/taskwarrior.sh.tpl | 5 + .../conf/frontends/var/nsd/etc/key.conf.tpl | 4 + .../conf/frontends/var/nsd/etc/nsd.conf.master.tpl | 17 + .../conf/frontends/var/nsd/etc/nsd.conf.slave.tpl | 17 + .../var/nsd/zones/master/buetow.org.zone.tpl | 124 ++ .../var/nsd/zones/master/dtail.dev.zone.tpl | 21 + .../var/nsd/zones/master/foo.zone.zone.tpl | 34 + .../var/nsd/zones/master/irregular.ninja.zone.tpl | 23 + .../var/nsd/zones/master/paul.cyou.zone.tpl | 20 + .../var/nsd/zones/master/snonux.foo.zone.tpl | 20 + .../var/www/htdocs/buetow.org/self/index.txt.tpl | 1 + gemfeed/examples/conf/playground/README.md | 3 + gemfeed/examples/conf/playground/Rexfile | 24 + .../conf/playground/openbsd_cron_test.debug.txt | 766 ++++++++ .../examples/conf/playground/openbsd_cron_test.txt | 42 + gemfeed/index.html | 3 +- gemfeed/stunnel-nfs-quick-reference.txt | 78 - 198 files changed, 12355 insertions(+), 1107 deletions(-) create mode 100644 gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html delete mode 100644 gemfeed/DRAFT-kubernetes-with-freebsd-part-7.html create mode 100644 gemfeed/examples/conf/README.md create mode 100644 gemfeed/examples/conf/Rexfile create mode 100644 gemfeed/examples/conf/babylon5/README.md create mode 100755 gemfeed/examples/conf/babylon5/backup-start create mode 100755 gemfeed/examples/conf/babylon5/docker-start-anki-sync-server create mode 100755 gemfeed/examples/conf/babylon5/docker-start-audiobookshelf create mode 100755 gemfeed/examples/conf/babylon5/docker-start-nextcloud-aio create mode 100755 gemfeed/examples/conf/babylon5/docker-start-vaultwarden create mode 100755 gemfeed/examples/conf/babylon5/docker-start-wallabag create mode 100644 gemfeed/examples/conf/dotfiles/README.md create mode 100644 gemfeed/examples/conf/dotfiles/Rexfile create mode 100644 gemfeed/examples/conf/dotfiles/bash/bash_profile create mode 100644 gemfeed/examples/conf/dotfiles/bash/bashrc create mode 100644 gemfeed/examples/conf/dotfiles/claude/CLAUDE.md create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/ai.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/alternatives.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/config.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/dotfiles.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/editor.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/fuzzy.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/games.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/gos.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/k8s.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/quickedit.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/supersync.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/taskwarrior.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/timr.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/tmputils.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/tmux.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/update.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/utils.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/worktime.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/zoxide.fish create mode 100644 gemfeed/examples/conf/dotfiles/fish/conf.d/zsh.fish create mode 100644 gemfeed/examples/conf/dotfiles/ghostty/config create mode 100644 gemfeed/examples/conf/dotfiles/gitsyncer/config.json create mode 100644 gemfeed/examples/conf/dotfiles/helix/config.toml create mode 100644 gemfeed/examples/conf/dotfiles/helix/languages.toml create mode 100644 gemfeed/examples/conf/dotfiles/nvim/init.lua create mode 100644 gemfeed/examples/conf/dotfiles/pipewire/pipewire.conf create mode 100644 gemfeed/examples/conf/dotfiles/scripts/README.md create mode 100755 gemfeed/examples/conf/dotfiles/scripts/ai create mode 100644 gemfeed/examples/conf/dotfiles/scripts/brokenlinkfinder create mode 100755 gemfeed/examples/conf/dotfiles/scripts/gvim create mode 100755 gemfeed/examples/conf/dotfiles/scripts/hx.aichat-prompt create mode 100755 gemfeed/examples/conf/dotfiles/scripts/hx.chatgpt-prompt create mode 100755 gemfeed/examples/conf/dotfiles/scripts/hx.goformatter create mode 100755 gemfeed/examples/conf/dotfiles/scripts/hx.hexai-prompt create mode 100755 gemfeed/examples/conf/dotfiles/scripts/hx.nvim-copilot-prompt create mode 100755 gemfeed/examples/conf/dotfiles/scripts/hx.prompt create mode 100644 gemfeed/examples/conf/dotfiles/scripts/randomnote.rb create mode 100644 gemfeed/examples/conf/dotfiles/scripts/taskwarriorfeeder.rb create mode 100644 gemfeed/examples/conf/dotfiles/signature create mode 100644 gemfeed/examples/conf/dotfiles/ssh/config create mode 100644 gemfeed/examples/conf/dotfiles/sway/config.d/keyboard.conf create mode 100644 gemfeed/examples/conf/dotfiles/tmux/tmux.conf create mode 100644 gemfeed/examples/conf/dotfiles/tmux/tmux.local.conf create mode 100644 gemfeed/examples/conf/dotfiles/vale.ini create mode 100644 gemfeed/examples/conf/dotfiles/waybar/config.jsonc create mode 100644 gemfeed/examples/conf/dotfiles/waybar/style.css create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/Justfile create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/README.md create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/docker-image/Dockerfile create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/docker-image/Justfile create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/docker-image/entrypoint.sh create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/helm-chart/README.md create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/helm-chart/templates/ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/helm-chart/templates/persistent-volume.yaml create mode 100644 gemfeed/examples/conf/f3s/anki-sync-server/helm-chart/templates/service.yaml create mode 100644 gemfeed/examples/conf/f3s/audiobookshelf/Justfile create mode 100644 gemfeed/examples/conf/f3s/audiobookshelf/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/audiobookshelf/helm-chart/README.md create mode 100644 gemfeed/examples/conf/f3s/audiobookshelf/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/audiobookshelf/helm-chart/templates/ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/audiobookshelf/helm-chart/templates/persistent-volumes.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache-volume-claim/Justfile create mode 100644 gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/README.md create mode 100644 gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/templates/apache-deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/templates/apache-ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/templates/apache-persistent-volume.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache-volume-claim/helm-chart/templates/apache-service.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache/Justfile create mode 100644 gemfeed/examples/conf/f3s/example-apache/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache/helm-chart/README.md create mode 100644 gemfeed/examples/conf/f3s/example-apache/helm-chart/templates/apache-deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache/helm-chart/templates/apache-ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/example-apache/helm-chart/templates/apache-service.yaml create mode 100644 gemfeed/examples/conf/f3s/freshrss/Justfile create mode 100644 gemfeed/examples/conf/f3s/freshrss/README.md create mode 100644 gemfeed/examples/conf/f3s/freshrss/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/freshrss/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/freshrss/helm-chart/templates/ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/freshrss/helm-chart/templates/persistent-volumes.yaml create mode 100644 gemfeed/examples/conf/f3s/miniflux/Justfile create mode 100644 gemfeed/examples/conf/f3s/miniflux/README.md create mode 100644 gemfeed/examples/conf/f3s/miniflux/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/miniflux/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/miniflux/helm-chart/templates/ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/miniflux/helm-chart/templates/persistent-volumes.yaml create mode 100644 gemfeed/examples/conf/f3s/miniflux/helm-chart/templates/service.yaml create mode 100644 gemfeed/examples/conf/f3s/opodsync/Justfile create mode 100644 gemfeed/examples/conf/f3s/opodsync/README.md create mode 100644 gemfeed/examples/conf/f3s/opodsync/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/opodsync/helm-chart/templates/configmap-nginx.yaml create mode 100644 gemfeed/examples/conf/f3s/opodsync/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/opodsync/helm-chart/templates/ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/opodsync/helm-chart/templates/persistent-volumes.yaml create mode 100644 gemfeed/examples/conf/f3s/opodsync/helm-chart/templates/service.yaml create mode 100644 gemfeed/examples/conf/f3s/radicale/Justfile create mode 100644 gemfeed/examples/conf/f3s/radicale/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/radicale/helm-chart/README.md create mode 100644 gemfeed/examples/conf/f3s/radicale/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/radicale/helm-chart/templates/ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/radicale/helm-chart/templates/persistent-volumes.yaml create mode 100644 gemfeed/examples/conf/f3s/registry/Justfile create mode 100644 gemfeed/examples/conf/f3s/registry/README.md create mode 100644 gemfeed/examples/conf/f3s/registry/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/registry/helm-chart/README.md create mode 100644 gemfeed/examples/conf/f3s/registry/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/registry/helm-chart/templates/pv.yaml create mode 100644 gemfeed/examples/conf/f3s/registry/helm-chart/templates/pvc.yaml create mode 100644 gemfeed/examples/conf/f3s/registry/helm-chart/templates/service.yaml create mode 100644 gemfeed/examples/conf/f3s/syncthing/Justfile create mode 100644 gemfeed/examples/conf/f3s/syncthing/README.md create mode 100644 gemfeed/examples/conf/f3s/syncthing/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/syncthing/helm-chart/README.md create mode 100644 gemfeed/examples/conf/f3s/syncthing/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/syncthing/helm-chart/templates/ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/syncthing/helm-chart/templates/persistent-volume.yaml create mode 100644 gemfeed/examples/conf/f3s/syncthing/helm-chart/templates/service.yaml create mode 100644 gemfeed/examples/conf/f3s/wallabag/Justfile create mode 100644 gemfeed/examples/conf/f3s/wallabag/helm-chart/Chart.yaml create mode 100644 gemfeed/examples/conf/f3s/wallabag/helm-chart/README.md create mode 100644 gemfeed/examples/conf/f3s/wallabag/helm-chart/templates/deployment.yaml create mode 100644 gemfeed/examples/conf/f3s/wallabag/helm-chart/templates/ingress.yaml create mode 100644 gemfeed/examples/conf/f3s/wallabag/helm-chart/templates/persistent-volumes.yaml create mode 100644 gemfeed/examples/conf/frontends/README.md create mode 100644 gemfeed/examples/conf/frontends/Rexfile create mode 100644 gemfeed/examples/conf/frontends/etc/acme-client.conf.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/dserver/dtail.json.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/gogios.cron.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/gogios.json.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/gorum.json.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/httpd.conf.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/inetd.conf create mode 100644 gemfeed/examples/conf/frontends/etc/login.conf.d/inetd create mode 100644 gemfeed/examples/conf/frontends/etc/mail/aliases create mode 100644 gemfeed/examples/conf/frontends/etc/mail/smtpd.conf.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/mail/virtualdomains create mode 100644 gemfeed/examples/conf/frontends/etc/mail/virtualusers create mode 100644 gemfeed/examples/conf/frontends/etc/myname.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/newsyslog.conf create mode 100644 gemfeed/examples/conf/frontends/etc/rc.conf.local create mode 100755 gemfeed/examples/conf/frontends/etc/rc.d/dserver.tpl create mode 100755 gemfeed/examples/conf/frontends/etc/rc.d/gorum.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/relayd.conf.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/rsyncd.conf.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/taskrc.tpl create mode 100644 gemfeed/examples/conf/frontends/etc/tmux.conf create mode 100644 gemfeed/examples/conf/frontends/scripts/acme.sh.tpl create mode 100644 gemfeed/examples/conf/frontends/scripts/dns-failover.ksh create mode 100644 gemfeed/examples/conf/frontends/scripts/dserver-update-key-cache.sh.tpl create mode 100644 gemfeed/examples/conf/frontends/scripts/fooodds.txt create mode 100644 gemfeed/examples/conf/frontends/scripts/foostats.pl create mode 100644 gemfeed/examples/conf/frontends/scripts/gemtexter.sh.tpl create mode 100644 gemfeed/examples/conf/frontends/scripts/rsync.sh.tpl create mode 100644 gemfeed/examples/conf/frontends/scripts/taskwarrior.sh.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/etc/key.conf.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/etc/nsd.conf.master.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/etc/nsd.conf.slave.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/zones/master/buetow.org.zone.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/zones/master/dtail.dev.zone.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/zones/master/foo.zone.zone.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/zones/master/irregular.ninja.zone.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/zones/master/paul.cyou.zone.tpl create mode 100644 gemfeed/examples/conf/frontends/var/nsd/zones/master/snonux.foo.zone.tpl create mode 100644 gemfeed/examples/conf/frontends/var/www/htdocs/buetow.org/self/index.txt.tpl create mode 100644 gemfeed/examples/conf/playground/README.md create mode 100644 gemfeed/examples/conf/playground/Rexfile create mode 100644 gemfeed/examples/conf/playground/openbsd_cron_test.debug.txt create mode 100644 gemfeed/examples/conf/playground/openbsd_cron_test.txt delete mode 100644 gemfeed/stunnel-nfs-quick-reference.txt (limited to 'gemfeed') diff --git a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html index a5ab888b..a9d99848 100644 --- a/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html +++ b/gemfeed/2016-04-09-jails-and-zfs-on-freebsd-with-puppet.html @@ -413,6 +413,7 @@ Notice: Finished catalog run in 206.09 seconds
Other *BSD related posts are:

+2025-10-02 f3s: Kubernetes with FreeBSD - Part 7: k3s and first pod deployments
2025-07-14 f3s: Kubernetes with FreeBSD - Part 6: Storage
2025-05-11 f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network
2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
diff --git a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html index a6efd632..468e3290 100644 --- a/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html +++ b/gemfeed/2022-07-30-lets-encrypt-with-openbsd-and-rex.html @@ -692,6 +692,7 @@ rex commons
Other *BSD related posts are:

+2025-10-02 f3s: Kubernetes with FreeBSD - Part 7: k3s and first pod deployments
2025-07-14 f3s: Kubernetes with FreeBSD - Part 6: Storage
2025-05-11 f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network
2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
diff --git a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html index 9981ab4b..2e8455aa 100644 --- a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html +++ b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.html @@ -72,6 +72,7 @@ $ doas reboot # Just in case, reboot one more time Other *BSD related posts are:

+2025-10-02 f3s: Kubernetes with FreeBSD - Part 7: k3s and first pod deployments
2025-07-14 f3s: Kubernetes with FreeBSD - Part 6: Storage
2025-05-11 f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network
2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html index 29d0bfdc..e7d38b05 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html @@ -331,6 +331,7 @@ http://www.gnu.org/software/src-highlite -->
Other *BSD and KISS related posts are:

+2025-10-02 f3s: Kubernetes with FreeBSD - Part 7: k3s and first pod deployments
2025-07-14 f3s: Kubernetes with FreeBSD - Part 6: Storage
2025-05-11 f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network
2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html index cff8f979..6be362b0 100644 --- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html +++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html @@ -27,6 +27,7 @@ 2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
2025-05-11 f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network
2025-07-14 f3s: Kubernetes with FreeBSD - Part 6: Storage
+2025-10-02 f3s: Kubernetes with FreeBSD - Part 7: k3s and first pod deployments

f3s logo

@@ -178,6 +179,7 @@
Other *BSD-related posts:

+2025-10-02 f3s: Kubernetes with FreeBSD - Part 7: k3s and first pod deployments
2025-07-14 f3s: Kubernetes with FreeBSD - Part 6: Storage
2025-05-11 f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network
2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html index a8f91730..62b03900 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html @@ -2,7 +2,7 @@ -Deciding on the hardware +f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation @@ -11,7 +11,7 @@

Home | Markdown | Gemini

- f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation
+

f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation



Published at 2024-12-02T23:48:21+02:00

@@ -27,6 +27,7 @@ 2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs
2025-05-11 f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network
2025-07-14 f3s: Kubernetes with FreeBSD - Part 6: Storage
+2025-10-02 f3s: Kubernetes with FreeBSD - Part 7: k3s and first pod deployments

f3s logo

@@ -37,6 +38,7 @@

Table of Contents