summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-08 22:45:24 +0300
committerPaul Buetow <paul@buetow.org>2025-08-08 22:45:24 +0300
commit5542e7354200d94a34d78c6d5838793ef0edaf66 (patch)
tree5cb4217ffadc2a3aad6a267967810952bd200ea4
parentfa0b7b5ec7fc20313e430fdbe6e7938a258ce48a (diff)
remove freshrssh
-rw-r--r--f3s/anki-sync-server/docker-image/Justfile (renamed from f3s/anki-sync-server/docker-image/Makefile)0
-rw-r--r--frontends/Rexfile2
2 files changed, 1 insertions, 1 deletions
diff --git a/f3s/anki-sync-server/docker-image/Makefile b/f3s/anki-sync-server/docker-image/Justfile
index 5da854f..5da854f 100644
--- a/f3s/anki-sync-server/docker-image/Makefile
+++ b/f3s/anki-sync-server/docker-image/Justfile
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 6078845..d269eb5 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -76,7 +76,7 @@ our @dns_zones_remove = qw//;
# k3s cluster running on FreeBSD in my LAN
our @f3s_hosts =
- qw/f3s.buetow.org anki.f3s.buetow.org bag.f3s.buetow.org flux.f3s.buetow.org audiobookshelf.f3s.buetow.org gpodder.f3s.buetow.org radicale.f3s.buetow.org vault.f3s.buetow.org syncthing.f3s.buetow.org uprecords.f3s.buetow.org freshrss.f3s.buetow.org/;
+ qw/f3s.buetow.org anki.f3s.buetow.org bag.f3s.buetow.org flux.f3s.buetow.org audiobookshelf.f3s.buetow.org gpodder.f3s.buetow.org radicale.f3s.buetow.org vault.f3s.buetow.org syncthing.f3s.buetow.org uprecords.f3s.buetow.org/;
our @acme_hosts =
qw/buetow.org git.buetow.org paul.buetow.org dory.buetow.org solarcat.buetow.org blog.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo/;
push @acme_hosts, @f3s_hosts;