Compare commits
No commits in common. "2a9b36a42577efd4de0e15ee74c384f3cfd64336" and "2aa7fa8a4700852e348e557b8287fafed025cc9e" have entirely different histories.
2a9b36a425
...
2aa7fa8a47
3 changed files with 6 additions and 3 deletions
5
.github/workflows/build-and-cache.yml
vendored
5
.github/workflows/build-and-cache.yml
vendored
|
@ -7,7 +7,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
package:
|
||||||
- github.com:nixos/nixpkgs#ollama
|
- .#attic-client
|
||||||
|
- .#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
|
||||||
|
|
|
@ -28,7 +28,7 @@ git.cy7.sh {
|
||||||
reverse_proxy localhost:3000
|
reverse_proxy localhost:3000
|
||||||
}
|
}
|
||||||
|
|
||||||
rss.cy7.sh {
|
rss.cything.io {
|
||||||
import common
|
import common
|
||||||
reverse_proxy localhost:8080
|
reverse_proxy localhost:8080
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.cy7.sh";
|
BASE_URL = "https://rss.cything.io";
|
||||||
FORCE_REFRESH_INTERVAL = 0; # don't rate limit me
|
FORCE_REFRESH_INTERVAL = 0; # don't rate limit me
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue