Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(system/services/nginx)!: Change meaning of `root` key | Benedikt Peetz | 2024-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 the GPG WKD | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(system/services/nginx/redirects): Enable ssl for the domains | Soispha | 2023-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 directory | Soispha | 2023-10-14 |
| | |||
* | Refactor(system/services/nginx): Reduce encrypted stuff to a minimum | Soispha | 2023-07-28 |
| | |||
* | Style(treewide): Format after removing vim lines | Soispha | 2023-07-19 |
| | |||
* | Feat(.editorconfig): Add the configuration for all files | Soispha | 2023-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 webRoot | Soispha | 2023-07-04 |
| | |||
* | Fix(system/services): Move acmeWebRoot back to /var/lib/acme | Soispha | 2023-07-04 |
| | |||
* | Fix(system/services/nginx): Remove slash from acme webroot | Soispha | 2023-07-04 |
| | |||
* | Style(system/services/nginx): Use nested attr set for acme options | Soispha | 2023-07-03 |
| | |||
* | Fix(system/services/acme): Leave certs generation to nixos | Soispha | 2023-06-25 |
| | |||
* | Fix(system/services/nginx): Switch to git-sync | Soispha | 2023-06-17 |
| | |||
* | Fix(system/services/nginx): Correct path to index.html | sils | 2023-04-21 |
| | |||
* | Feat(system/services/nginx): Change to declarative websites | Soispha | 2023-04-19 |
| | |||
* | Refactor: Use better file layout | ene | 2023-03-18 |