Compare commits
2 commits
2aa7fa8a47
...
2a9b36a425
Author | SHA1 | Date | |
---|---|---|---|
2a9b36a425 | |||
0ebc1a3836 |
3 changed files with 3 additions and 6 deletions
5
.github/workflows/build-and-cache.yml
vendored
5
.github/workflows/build-and-cache.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue