move rss to cy7.sh

This commit is contained in:
cy 2025-01-17 16:19:20 -05:00
parent 2aa7fa8a47
commit 0ebc1a3836
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ git.cy7.sh {
reverse_proxy localhost:3000 reverse_proxy localhost:3000
} }
rss.cything.io { rss.cy7.sh {
import common import common
reverse_proxy localhost:8080 reverse_proxy localhost:8080
} }

View file

@ -5,7 +5,7 @@
adminCredentialsFile = config.sops.secrets."miniflux/env".path; adminCredentialsFile = config.sops.secrets."miniflux/env".path;
config = { config = {
PORT = 8080; PORT = 8080;
BASE_URL = "https://rss.cything.io"; BASE_URL = "https://rss.cy7.sh";
FORCE_REFRESH_INTERVAL = 0; # don't rate limit me FORCE_REFRESH_INTERVAL = 0; # don't rate limit me
}; };
}; };