From 58875b70321c9cda59b6c7c36a4475cbfaac89c5 Mon Sep 17 00:00:00 2001 From: Ruben Date: Thu, 25 Sep 2025 10:53:33 -0500 Subject: [PATCH] fix akkofe for mastodon --- neptunium/etc/caddy/sites-enabled/fedi-frontends | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/neptunium/etc/caddy/sites-enabled/fedi-frontends b/neptunium/etc/caddy/sites-enabled/fedi-frontends index c663447..27ce5ae 100644 --- a/neptunium/etc/caddy/sites-enabled/fedi-frontends +++ b/neptunium/etc/caddy/sites-enabled/fedi-frontends @@ -40,15 +40,16 @@ akko.beeping.synth.download { # akkoma fe for mastodon akko.merping.synth.download { - # redirect api endpoints to iceshrimp + # redirect api endpoints to mastodon @redir { path /oauth/* path /api/* path /nodeinfo/* } handle @redir { - reverse_proxy http://192.168.1.73:58834 - import common-settings + reverse_proxy https://merping.synth.download { + header_up Host merping.synth.download + } } # favicon