| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-08-02 | refactor(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-11 | fix(nginx): add gallery.s-schoeffel.de | Silas Schöffel | |
| 2024-06-01 | feat(system/services/nginx)!: Change meaning of `root` key | Benedikt 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-25 | feat(system/services/nginx): Add the GPG WKD | Benedikt Peetz | |
| 2023-11-03 | fix(system/services/nginx/redirects): Enable ssl for the domains | Soispha | |
| 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-14 | refactor(system/services/redirects): Move under the nginx directory | Soispha | |
| 2023-07-28 | Refactor(system/services/nginx): Reduce encrypted stuff to a minimum | Soispha | |
| 2023-07-19 | Style(treewide): Format after removing vim lines | Soispha | |
| 2023-07-19 | Feat(.editorconfig): Add the configuration for all files | Soispha | |
| This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors. | |||
| 2023-07-04 | 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-03 | Style(system/services/nginx): Use nested attr set for acme options | Soispha | |
| 2023-06-25 | Fix(system/services/acme): Leave certs generation to nixos | Soispha | |
| 2023-06-17 | Fix(system/services/nginx): Switch to git-sync | Soispha | |
| 2023-04-21 | Fix(system/services/nginx): Correct path to index.html | sils | |
| 2023-04-19 | Feat(system/services/nginx): Change to declarative websites | Soispha | |
| 2023-03-18 | Refactor: Use better file layout | ene | |
| 2023-03-07 | Feat: Add Website | sils | |
| This provides an html file located at /srv/www/vhack.eu/index.html over https. | |||
