The Complete Computer

Wobserver Nginx Frontends

LifeTechEmacsArcology

Nginx is fine, I guess. I use it to host my sites and proxy my apps. This is the default configuration, follow backlinks for site configurations.

INPROGRESS wobserver static sites

nix source: :tangle ~/arroyo-nix/nixos/nginx-staticsites.nix
{ ... }: { services.nginx.virtualHosts = { "fontkeming.fail".root = "/srv/static-sites/default"; "fontkeming.fail".default = true; # additional home.rix.si stuff in wobserver-observability! "home.rix.si".root = "/srv/static-sites/default"; "home.rix.si".locations."/fdroid".root = "/srv/fdroid/repo"; "afd.fontkeming.fail".root = "/srv/afdsew/SEW"; "blog.dongiverse.com".root = "/srv/static-sites/blog.dongiverse.com/_site"; "dongiverse.com".root = "/srv/static-sites/dongiverse.com/_site"; "kickass.systems".root = "/srv/static-sites/kickass.systems/_site"; }; }

NEXT move afd.fontkeming.fail vhost to Area Forecast Discussion

DONE plumb these through on fontkeming

need to finish up Wobserver Observability to migrate home.rix.si

INPROGRESS virtualHosts

DONE fix nginxexporter

NEXT understand where webroot is wired up

NEXT at least read the "recommended settings"

Copy certs from fontkeming -> Shell Grymoire