summary refs log tree commit diff stats
path: root/system (follow)
Commit message (Collapse)AuthorAge
...
* style(system/secrets): Sort `secret.nix` and `default.nix` alphabeticallySoispha2024-03-29
|
* fix(system/services/libreddit): correct binary location in systemd serviceSilas Schöffel2024-03-28
| | | | | | This is a manual fix until we get this merged into nixpkgs Co-authored-by: Benedikt Peetz <benedikt.peetz@b-peetz.de>
* feat(system/servics/libreddit): Use the continued redlib packageSoispha2024-03-28
| | | | Fixes: #87
* fix(system/impermanence/mods/users.nix): add /root/.ssh as persistent directorysils2024-03-19
|
* fix(system/services/invidious-router): add new healthcheck configsils2024-03-10
|
* fix(system/services/invidious-router): remove invidious.vhack.eu from ↵sils2024-02-25
| | | | | | | instance list This is necessary because of a bug in our instance which causes search to fail under certain circumstances.
* style(system/services/invidious-router): one list entry per linesils2024-02-21
|
* fix(system/services/invidious-router): change allowed_status_codes type to intsils2024-02-21
|
* fix(system/services/invidious-router): bind to 127.0.0.1sils2024-02-21
|
* fix(system/services/invidious-router): correct typosils2024-02-21
|
* feat(system/services/invidious-router): add extraDomainssils2024-02-19
|
* feat(system/services/invidious-router): add configurationsils2024-02-19
|
* fix: update mastodonsils2024-02-15
| | | | | This uses the mastodon package from nixos-unstable-small because backporting of a security release failed and we can't afford to wait.
* feat: remove keycloaksils2024-02-11
|
* fix(system/services/invidious-router): fix typo in domainsils2024-02-10
|
* feat: add invidious-routersils2024-02-10
|
* fix(system/services/restic): create /srv/snapshots if non-existentsils2024-01-19
|
* fix(sys/services/restic): Set the system start time to 'daily'Soispha2024-01-14
| | | | | | Considering that the db dump takes longer than an hour, an hourly service start time could lead to multiple dumps happening concurrently. This should reduce this risk
* fix(sys/services/restic): Include a db dump of PostgreSQLSoispha2024-01-14
| | | | | | | | | | | | | | | Including this dump should remove the risk of a backup with a corrupt PostgreSQL database. Initial test showed that the backup takes around 32 GB and runs in under 3 hours. There is one big oversight not yet included in this commit: All services running a SQLite database are not included in this dump and thus can not be safely recovered. At present these are: - etebase-server (db.sqlite3) - murmur (murmur.sqlite) (This is list was generated with `sudo fd sqlite /srv/`)
* fix(system/services): import restic configsils2024-01-07
|
* feat(system): add resticsils2024-01-07
|
* feat(system/secrets): rename .tix files to .agesils2024-01-06
|
* feat(system/services/mastodon): define streamingProcessessils2024-01-06
|
* feat(system/services/fail2ban): define config in daemonSettingssils2024-01-06
| | | | This isn't strictly necessary as we define the default config
* feat(system/services/matrix): use mautrix-whatsapp module provided bysils2024-01-06
| | | | nixpkgs
* chore(merge): branch 'redirect'sils2023-12-12
|\
| * 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/etebase): explain outcommented static filessils2023-11-30
| |
* | fix(system/services/etebase): don't serve static filessils2023-11-27
| | | | | | | | This doesn't work as nginx doesn't have the right permissions.
* | fix(system/services/etebase): serve static_rootsils2023-11-27
| |
* | fix(system/services/etebase): micellanous changes to make it worksils2023-11-27
| |
* | Merge branch 'main' into etebase_newsils2023-11-27
|\ \
| * | fix(system/services/nix): add nixremote to trusted-userssils2023-11-20
| | |
* | | fix(system/impermanence): Remove keycloak mod, as it does not existSoispha2023-11-18
| | |
* | | refactor(system/services/etebase): Use a reference to the port numberSoispha2023-11-18
| | |
* | | fix(system/services/etebase): Use the correct subdomainsSoispha2023-11-18
| | | | | | | | | | | | This is done to comply with the naming scheme employed at `vhack.eu`.
* | | fix(system/services/etebase): Hard-code localhost ipSoispha2023-11-18
| | | | | | | | | | | | | | | Otherwise, etebase might use the ipv6 ip, whilst nginx uses the ipv4 version. This prevents this issue
* | | Fix(system/services/etebase): Add proxy parameterssils2023-11-18
| | |
* | | Fix(system/services/etebase): Proxy ipv4sils2023-11-18
| | |
* | | Refactor(system/services/etebase): Formatsils2023-11-18
| | |
* | | Fix(system/impermanence): Add permissionssils2023-11-18
| | |
* | | Fix(system/services/etebase-server): Use nginxsils2023-11-18
| | |
* | | Fix(system/impermanence): Add etebase-serversils2023-11-18
| | |
* | | Feat(system/services): Add etebase-serversils2023-11-18
| | |
* | | Feat(system/secrets): Add etebase-server secretsils2023-11-18
|/ /
* | docs(system/services/taskserver): Add docs about expectations to runtimeSoispha2023-11-18
| |
* | feat(system/users): remove obsolete ss-key for silssils2023-11-18
| | | | | | | | | | | | | | | | | | | | | | | | # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is up to date with 'origin/main'. # # Changes to be committed: # modified: system/users/default.nix #
* | fix(system/services/taskserver): Support both ipv4 and ipv6Soispha2023-11-18
| |
* | fix(system/users): change ssh-keys for silssils2023-11-18
| |
* | fix(system/users): add ssh-key for silssils2023-11-15
| |