Skip to content

Commit

Permalink
feat: disable invidious again via nix, but allow for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxbits committed Jan 11, 2025
1 parent 0a1c00d commit aac8852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions components/caddy/Caddyfile.extra
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ zigbee.ajax.casa {
reverse_proxy 0.0.0.0:3111
encode gzip zstd
}

yt.ajax.casa {
import cloudflare
reverse_proxy 127.0.0.1:6666
encode gzip zstd
}
2 changes: 1 addition & 1 deletion hosts/patroclus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
mediacenter = {
enable = true;
intel.enable = true;
invidious.enable = true;
invidious.enable = false;
linux-isos.enable = true;
};
miniflux.enable = true;
Expand Down

0 comments on commit aac8852

Please sign in to comment.