Compare commits
No commits in common. "f6246c84dbde151e1f3e90ff9fa1e28099712d50" and "b225e68c1a9614e73afb3aedbf80380cfc1e2db7" have entirely different histories.
f6246c84db
...
b225e68c1a
|
@ -13,3 +13,18 @@
|
||||||
- git/forgejo in /var/lib/forgejo
|
- git/forgejo in /var/lib/forgejo
|
||||||
- navidrome DB/etc in /var/lib/navidrome
|
- navidrome DB/etc in /var/lib/navidrome
|
||||||
6. Set up Grafana users (log in with default admin/admin; change creds; configure)
|
6. Set up Grafana users (log in with default admin/admin; change creds; configure)
|
||||||
|
|
||||||
|
## Notes on Caddy
|
||||||
|
Until 2.8 is released with 24.11, Caddy has a pretty limited sense of what
|
||||||
|
content-types should be compressed:
|
||||||
|
|
||||||
|
https://github.com/caddyserver/caddy/blob/v2.7.6/modules/caddyhttp/encode/encode.go#L85-L101
|
||||||
|
|
||||||
|
Specifically, this doesn't include GeoJSON, which is a bit of a shame for
|
||||||
|
maps.chandlerswift.com. That said, I'll probably be upgrading to 24.11 as soon
|
||||||
|
as it comes out, so in the intervening time I'm just not going to worry about
|
||||||
|
it.
|
||||||
|
|
||||||
|
The list was expanded in this PR:
|
||||||
|
|
||||||
|
https://github.com/caddyserver/caddy/pull/6081
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
virtualHosts.":80" = {
|
virtualHosts.":80" = {
|
||||||
serverAliases = [":443"];
|
serverAliases = [":443"];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
header Content-Type text/html
|
|
||||||
respond <<EOF
|
respond <<EOF
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
|
@ -96,6 +96,7 @@
|
||||||
hardware.keyboard.qmk.enable = true;
|
hardware.keyboard.qmk.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue