more ci stuff 5
All checks were successful
Lint / lint (push) Successful in 1m22s
Plex Update / update (push) Successful in 1m29s

This commit is contained in:
Vivian 2023-09-09 16:14:37 +02:00
parent e91fcdedda
commit d33ef0c158
2 changed files with 3 additions and 2 deletions

View file

@ -15,6 +15,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
sed -i '/^access-tokens/ d' /etc/nix/nix.conf
nix profile install 'nixpkgs#deadnix' 'nixpkgs#statix' 'nixpkgs#yamllint'
statix check .
deadnix -f

View file

@ -69,8 +69,8 @@ in {
"REPO_INDEXER_EXCLUDE" = "node_modules/**";
};
ui = {
"THEMES" = "gitea,arc-green,agatheme";
"DEFAULT_THEME" = "agatheme";
"THEMES" = "forgejo-auto,forgejo-light,forgejo-dark,auto,gitea,arc-green,agatheme";
"DEFAULT_THEME" = "forgejo-auto";
"USE_SERVICE_WORKER" = true;
};
server = {