Commit message (Collapse) | Author | ||
---|---|---|---|
4 days | feat(tests/back): Init | Benedikt Peetz | |
4 days | feat(modules/back): Init | Benedikt Peetz | |
4 days | build(scripts/test_interactive): Fix typo in variable name | Benedikt Peetz | |
4 days | fix(modules/nix-sync/internal): Use correct command grouping syntax | Benedikt Peetz | |
Commands in parentheses (i.e., `()`) are _subshells_ and `exit`ting from these will not result in an `exit` of the actually _shell_. Thus, we use want simple command grouping and use the correct syntax for that. | |||
4 days | build(pkgs/back): Apply source filtering | Benedikt Peetz | |
This avoids useless rebuilds, just because files like the `README.md` changed. | |||
4 days | docs(pkgs/back): Add note about needed write access | Benedikt Peetz | |
4 days | fix(pkgs/back): Set `meta.mainProgram` | Benedikt Peetz | |
4 days | fix(modules/disko): Actually honor `cfg.enable` | Benedikt Peetz | |
5 days | test(scripts/lint_missing_tests.sh): Remove | Benedikt Peetz | |
This functionality is now available via the `coImport` feature in the `mkByName` `nixLib` function. | |||
5 days | style(treewide): Format | Benedikt Peetz | |
5 days | build(flake): Use treefmt as nix formatter | Benedikt Peetz | |
This allows us to also keep markdown and other documents, that aren't nix, formatted. | |||
5 days | feat(pkgs): Hook up to the flake and add needed infrastructure | Benedikt Peetz | |
5 days | feat(pkgs/back): Init | Benedikt Peetz | |
Other options, for example `git-bug webui --read-only` is just to bugged to be useful. | |||
7 days | fix(modules/disko): Remove deprecated legacy type and migrate to `by-name` disko/update | Benedikt Peetz | |
7 days | fix(system/services/mastodon): Update char patch to v4.3 | Benedikt Peetz | |
8 days | fix(modules/redlib): Change subdomain to `redlib` migrate-by-name | Benedikt Peetz | |
The old `libreddit` subdomain still has redirection to avoid this being a breaking change. But keeping the old subdomain is rather weird considering their new name. | |||
8 days | refactor(system/services/libreddit): Migrate to `by-name` | Benedikt Peetz | |
This also includes a rename into `redlib` because of upstream changes. | |||
8 days | refactor({modules,test}): Migrate to a `by-name` structure | Benedikt Peetz | |
9 days | fix(treewide): Update to nixos release 24.11 update-24.11 | Benedikt Peetz | |
9 days | build(system/services/taskserver/certs/generate): Convert to `nix-shell` | Benedikt Peetz | |
Lix does not support the newer `nix shell` shebang. | |||
2024-12-06 | fix(system/services/invidious-router): remove_no_ratio = false HEAD main | Silas Schöffel | |
2024-11-16 | fix(system/services/libreddit): Use unstable `redlib` version | Benedikt Peetz | |
The current stable version has a bug with regard to parsing the current reddit json responses. | |||
2024-11-16 | build(flake.lock): Update | Benedikt Peetz | |
2024-11-03 | docs(system/services/matrix): Fix typos in comment | Benedikt Peetz | |
2024-11-03 | build(flake): Update | Benedikt Peetz | |
2024-10-05 | feat(taskserver/certs/ca.certs.pem): Regenerate certificate taskd | Benedikt Peetz | |
2024-10-05 | refactor(taskserver/certs): Format scripts and allow selecting which certs ↵ | Benedikt Peetz | |
to generate | |||
2024-10-05 | chore(taskserver/certs/ca.key.pem.gpg): reencrypt with new keys as recipients | Silas Schöffel | |
2024-10-04 | fix(system/services/invidious-router): Use the unstable pkg update | Benedikt Peetz | |
This has been updated to provide a means to send the user to YouTube, if no invidious instances are available. | |||
2024-10-04 | build(flake): Update | Benedikt Peetz | |
2024-09-21 | build(flake): Update | Benedikt Peetz | |
2024-09-18 | fix(system/services/invidious-router): Set health check path to a video URL | Benedikt Peetz | |
The main page does sometimes load, but videos are still not playable. This new path really checks, whether the instance works. | |||
2024-09-06 | fix(system/impermanence): Persist `/var/lib/nixos` | Benedikt Peetz | |
Otherwise, the mapping of uid/gid to user name or group name could change between reboots, which would result in magically change permissions. We were already affected by this at some point, so just remove the possibility of it happening again. | |||
2024-09-06 | fix(git-server/cgit): Don't run `cgit` as `root` use `git` instead | Benedikt Peetz | |
This option was newly added, as previously only on `fcgiwrap` instance was run as root. We probably have not been affected by this, as our `fcgiwrap` instance was already running as `git:nginx`. Usage of the new options seems better either way, as they provide a finer grained control over the user _each_ `fcgiwrap`ped service is running at. The security advisory: https://discourse.nixos.org/t/51419 | |||
2024-09-06 | fix(services/matrix/mautrix-whatsapp): Disable to remove libolm | Benedikt Peetz | |
Libolm is marked as insecure and must thus be removed from the system closure. | |||
2024-09-06 | build(flake): Update inputs | Benedikt Peetz | |
2024-08-19 | fix(system/services/invidious-router): Stop filtering regions | Silas Schöffel | |
Filtering regions limits our possible instance selection without actually providing great value. Let's stop discriminating based on server location. | |||
2024-08-16 | feat(system/services/mastodon): Apply patch to increase the message length mastodon | Benedikt Peetz | |
2024-08-14 | fix(disks): Increase root tmpfs size to 6GB | Benedikt Peetz | |
The 2GB are just not enough. | |||
2024-08-14 | chore(version): v0.24.0 v0.24.0 | Benedikt Peetz | |
2024-08-14 | docs(nixos/git-server): Improve the comment on the possible git config keys | Benedikt Peetz | |
2024-08-14 | fix(nixos/git-server): Use the correct number in the `section-from-path` setting | Benedikt Peetz | |
Take for example a repository name like: `some/organisation/project_a/team_c/repo_b`. Setting the setting to `-1` means that cgit traverses the path from left to right, until it has found 1 element (and `section-from-path` (or n for short)is 0, because n is incremented after each iteration). E.g. : ~ [n=-1] starting point: `some/organisation/project_a/team_c/repo_b` ~ [n=0] after the first iteration: `some/organisation/project_a/team_c/repo_b` Now `some/organisation/project_a/team_c` becomes the section, whilst `repo_b` becomes the repo name. | |||
2024-08-13 | build(flake.nix): Remove `ragenix` from the devshell | Benedikt Peetz | |
The rust code does not compile, resulting in a really bothersome wait every time a command is run in the devshell because direnv tries to build it again. | |||
2024-08-13 | test(nixos/git-server): Include the start of a test for cgit's README rendering | Benedikt Peetz | |
2024-08-13 | fix(nixos/git-server): Correctly specify the section from path length | Benedikt Peetz | |
Cgit effectively splits the repo path on '/' and then takes `section-from-path` segments, which form the section. A negative value here results in cgit traversing the path from left to right instead of right to left. Beware that cgit only sets the section, if the path contains `section-from-path` or more slashes in it (thus rendering this setting defunct with the previous value of 1000). There seems to be no way to tell cgit to always use all components up-to the second to last for the section name, thus requiring all projects that need a longer than 1 section length to set the `cgit.section` git config variable via gitolite. | |||
2024-08-13 | fix(nixos/git-server): Correctly enable the git config feature of gitolite | Benedikt Peetz | |
The previously set variable is only used in the gitolite.conf file for the `config` specifications on each repo. We can't use that because we use "wild-repos". Thus we need to add the `user-configs` option to each repo, allow users to change the git settings specified there with a simple `ssh git@git.vhack.eu config <repo> --set cgit.owner <name>`. | |||
2024-08-13 | fix(nixos/git-server): Use correct regex syntax in allowed git config values | Benedikt Peetz | |
2024-08-13 | fix(nixos/git-server): Correctly specify cgit's css path | Benedikt Peetz | |
2024-08-13 | feat(nixos/git-server): Add nice gitolite features | Benedikt Peetz | |
2024-08-13 | fix(nixos/git-server): Tell gitolite to allow changing some `git` settings | Benedikt Peetz | |