aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/nginx (unfollow)
Commit message (Collapse)Author
2024-08-02refactor(nixos/{nginx, nix-sync}): Migrate from `system/services`Benedikt Peetz
Nix-sync was sort-of mixed into the nginx configuration, thus separating it completely seemed reasonable.
2024-07-11fix(nginx): add gallery.s-schoeffel.deSilas Schöffel
2024-06-01feat(system/services/nginx)!: Change meaning of `root` keyBenedikt Peetz
The `root` key was rather useless (it was always just the `/etc/.../<domain>` path.). This change gives it a real meaning. See the 'BREAKING CHANGE' section for more information. BREAKING CHANGE: Previously the `root` key denoted the _absolute_ root of a repository. Now it just denotes the root relative (i.e. a path within the built repository) to the repos cloning position. You should just remove the absolute part of the path (that, which is not an output in your built repository)
2024-05-26feat(system/services/nginx): add wkd for sils.liSilas Schöffel
2024-05-26feat(system/services/nginx): add wkd for s-schoeffel.deSilas Schöffel
2024-05-26fix(system/services/nginx/hosts): Update trinitrix source git pathBenedikt Peetz
2024-05-25feat(system/services/nginx): Add the trinitrix websiteBenedikt Peetz
2024-05-25feat(system/services/nginx): Add the GPG WKDBenedikt Peetz
2024-04-24fix(treewide): move former git-crypted files to correct locationSilas Schöffel
They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4
2024-03-29chore(git-crypt): Remove `git-crypt` and associated encrypted filesSoispha
2023-11-03fix(system/services/nginx/redirects): Enable ssl for the domainsSoispha
Although the page does not actually serve any content, many browsers will still refuse to access it at all, if they have the 'https-only' mode activated.
2023-10-14refactor(system/services/redirects): Move under the nginx directorySoispha
2023-08-18Fix(system/services/nginx): Update hostsSoispha
2023-07-31Feat(system/services/nginx/hosts): Add another domainSoispha
2023-07-28Fix(treewide): Use correct function argument specificationSoispha
2023-07-28Refactor(system/services/nginx): Reduce encrypted stuff to a minimumSoispha
2023-07-19Style(treewide): Format after removing vim linesSoispha
2023-07-19Feat(.editorconfig): Add the configuration for all filesSoispha
This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors.
2023-07-04Fix(system/services/nginx): Set the correct acme webRootSoispha
2023-07-04Fix(system/services/nix-sync): Use correct git urlsSoispha
2023-07-04Fix(system/services/nginx): Create nix-sync cache through impermanenceSoispha
2023-07-04Fix(system/services): Move acmeWebRoot back to /var/lib/acmeSoispha
2023-07-04Fix(system/services/nginx): Remove slash from acme webrootSoispha
2023-07-04Fix(system/services): Inherit acmeRoot manuallySoispha
2023-07-04Fix(system/services/nginx/hosts): Inherit acmeRoot settingSoispha
2023-07-03Style(system/services/nginx): Use nested attr set for acme optionsSoispha
2023-07-03Refactor(system/services/nginx): Adapt to new nix-sync moduleSoispha
2023-06-25Fix(system/services/acme): Leave certs generation to nixosSoispha
2023-06-25Fix(system/services/git-sync): Switch to str to avoid impuritySoispha
2023-06-25Fix(system/services/nginx): Actually enable git-syncSoispha
2023-06-17Fix(system/services/nginx): Switch to git-syncSoispha
2023-04-21Fix(system/services/nginx): Correct path to index.htmlsils
2023-04-19Feat(system/services/nginx): Change to declarative websitesSoispha
2023-03-18Refactor: Use better file layoutene