summary refs log tree commit diff stats
path: root/system/services/nginx (follow)
Commit message (Collapse)AuthorAge
* refactor(nixos/{nginx, nix-sync}): Migrate from `system/services`Benedikt Peetz2024-08-02
| | | | | Nix-sync was sort-of mixed into the nginx configuration, thus separating it completely seemed reasonable.
* fix(nginx): add gallery.s-schoeffel.deSilas Schöffel2024-07-11
|
* feat(system/services/nginx)!: Change meaning of `root` keyBenedikt Peetz2024-06-01
| | | | | | | | | | | | 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)
* feat(system/services/nginx): add wkd for sils.liSilas Schöffel2024-05-26
|
* feat(system/services/nginx): add wkd for s-schoeffel.deSilas Schöffel2024-05-26
|
* fix(system/services/nginx/hosts): Update trinitrix source git pathBenedikt Peetz2024-05-26
|
* feat(system/services/nginx): Add the trinitrix websiteBenedikt Peetz2024-05-25
|
* feat(system/services/nginx): Add the GPG WKDBenedikt Peetz2024-05-25
|
* fix(treewide): move former git-crypted files to correct locationSilas Schöffel2024-04-24
| | | | They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4
* chore(git-crypt): Remove `git-crypt` and associated encrypted filesSoispha2024-03-29
|
* fix(system/services/nginx/redirects): Enable ssl for the domainsSoispha2023-11-03
| | | | | | 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.
* refactor(system/services/redirects): Move under the nginx directorySoispha2023-10-14
|
* Fix(system/services/nginx): Update hostsSoispha2023-08-18
|
* Feat(system/services/nginx/hosts): Add another domainSoispha2023-07-31
|
* Fix(treewide): Use correct function argument specificationSoispha2023-07-28
|
* Refactor(system/services/nginx): Reduce encrypted stuff to a minimumSoispha2023-07-28
|
* Style(treewide): Format after removing vim linesSoispha2023-07-19
|
* Feat(.editorconfig): Add the configuration for all filesSoispha2023-07-19
| | | | | This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors.
* Fix(system/services/nginx): Set the correct acme webRootSoispha2023-07-04
|
* Fix(system/services/nix-sync): Use correct git urlsSoispha2023-07-04
|
* Fix(system/services/nginx): Create nix-sync cache through impermanenceSoispha2023-07-04
|
* Fix(system/services): Move acmeWebRoot back to /var/lib/acmeSoispha2023-07-04
|
* Fix(system/services/nginx): Remove slash from acme webrootSoispha2023-07-04
|
* Fix(system/services): Inherit acmeRoot manuallySoispha2023-07-04
|
* Fix(system/services/nginx/hosts): Inherit acmeRoot settingSoispha2023-07-04
|
* Style(system/services/nginx): Use nested attr set for acme optionsSoispha2023-07-03
|
* Refactor(system/services/nginx): Adapt to new nix-sync moduleSoispha2023-07-03
|
* Fix(system/services/acme): Leave certs generation to nixosSoispha2023-06-25
|
* Fix(system/services/git-sync): Switch to str to avoid impuritySoispha2023-06-25
|
* Fix(system/services/nginx): Actually enable git-syncSoispha2023-06-25
|
* Fix(system/services/nginx): Switch to git-syncSoispha2023-06-17
|
* Fix(system/services/nginx): Correct path to index.htmlsils2023-04-21
|
* Feat(system/services/nginx): Change to declarative websitesSoispha2023-04-19
|
* Refactor: Use better file layoutene2023-03-18