Compare commits

..

2 commits

Author SHA1 Message Date
cy
2a9b36a425 build ollama 2025-01-17 16:24:38 -05:00
cy
0ebc1a3836 move rss to cy7.sh 2025-01-17 16:19:20 -05:00
3 changed files with 3 additions and 6 deletions

View file

@ -7,10 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
package: package:
- .#attic-client - github.com:nixos/nixpkgs#ollama
- .#attic-server
- .#conduwuit
- "github:cything/nixpkgs/9a35d495d2f49eee003b57265228844bb48c933e#nixosTests.garage.with-3node-replication1_x"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/nix-installer-action@main

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
}; };
}; };