Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(modules/matrix-moderation): add module to synapse | sefidel | 2023-11-12 | 1 | -0/+2 | |
| | ||||||
* | feat(modules/matrix-moderation): support new homeserver | sefidel | 2023-11-12 | 1 | -4/+16 | |
| | ||||||
* | feat(modules/matrix-homeserver): enable token requirement for registeration | sefidel | 2023-11-12 | 1 | -1/+1 | |
| | ||||||
* | chore(modules/matrix-homeserver): cleanup dendrite | sefidel | 2023-11-12 | 2 | -5/+1 | |
| | ||||||
* | feat(modules/matrix-homeserver): harden nginx | sefidel | 2023-11-12 | 1 | -4/+5 | |
| | | | | | This commit removes the admin endpoints from reverse proxy, and sets the max body size to match the max file upload size in synapse. | |||||
* | feat(modules/matrix-homeserver)!: dendrite -> synapse | sefidel | 2023-11-12 | 3 | -132/+103 | |
| | ||||||
* | chore(modules)!: dendrite -> matrix-homeserver | sefidel | 2023-11-12 | 2 | -5/+5 | |
| | | | | | This commit removes direct references to dendrite in system configuration to provide a base to switch to other homeservers. | |||||
* | feat(systems/cobalt): enable tailscale | sefidel | 2023-11-12 | 1 | -0/+2 | |
| | ||||||
* | feat(modules/tailscale): init | sefidel | 2023-11-12 | 1 | -0/+22 | |
| | ||||||
* | fix(systems/cobalt)!: disable matrix bridges | sefidel | 2023-11-04 | 1 | -1/+1 | |
| | | | | | This commit disabls matrix bridges, as they cause more troubles then the convenience it brings. | |||||
* | chore(flake): bump | sefidel | 2023-11-04 | 1 | -12/+12 | |
| | ||||||
* | feat(modules/nixos-mailserver): remove all.s5h.net | sefidel | 2023-11-03 | 1 | -1/+0 | |
| | | | | | This mailserver removes all.s5h.net from blacklists, since it has too much false positives | |||||
* | chore(flake): bump | sefidel | 2023-10-23 | 1 | -18/+18 | |
| | ||||||
* | feat(systems/cobalt): enable tt-rss | sefidel | 2023-10-07 | 1 | -0/+6 | |
| | ||||||
* | feat(modules/tt-rss): init | sefidel | 2023-10-07 | 1 | -0/+42 | |
| | ||||||
* | chore(flake): bump | sefidel | 2023-10-06 | 1 | -12/+12 | |
| | ||||||
* | chore(flake/sefidel-web): bump | sefidel | 2023-09-30 | 1 | -4/+4 | |
| | ||||||
* | chore(flake): bump | sefidel | 2023-09-28 | 1 | -12/+12 | |
| | ||||||
* | feat(systems/cobalt): passwordFile -> hashedPasswordFile | sefidel | 2023-09-15 | 1 | -2/+2 | |
| | ||||||
* | chore(flake): bump | sefidel | 2023-09-15 | 1 | -12/+12 | |
| | ||||||
* | feat(modules/misskey): delete | sefidel | 2023-09-15 | 3 | -250/+0 | |
| | | | | * Misskey is too immature, and is a pain to maintain. | |||||
* | chore(flake/sefidel-web): bump | sefidel | 2023-09-12 | 1 | -4/+4 | |
| | ||||||
* | chore(flake): bump | sefidel | 2023-09-09 | 1 | -12/+12 | |
| | ||||||
* | chore(flake): bump | sefidel | 2023-09-02 | 1 | -12/+12 | |
| | ||||||
* | chore(flake): bump | sefidel | 2023-08-24 | 1 | -12/+12 | |
| | ||||||
* | chore: use nixpkgs' mautrix-whatsapp module | sefidel | 2023-08-13 | 2 | -193/+0 | |
| | ||||||
* | chore(flake): bump | sefidel | 2023-08-13 | 1 | -12/+12 | |
| | ||||||
* | chore: types.string -> types.str | sefidel | 2023-08-13 | 1 | -1/+1 | |
| | ||||||
* | feat(modules/cgit): exotic-cgit -> cgit-exotic | sefidel | 2023-08-13 | 2 | -3/+3 | |
| | ||||||
* | feat(modules/{cgit,gitolite}): use customized css | sefidel | 2023-08-13 | 5 | -4/+987 | |
| | ||||||
* | feat(services/nixos-mailserver): add more dns blacklists | sefidel | 2023-08-10 | 1 | -0/+2 | |
| | ||||||
* | feat(systems/cobalt): enable redistributable firmwares | sefidel | 2023-08-09 | 1 | -0/+1 | |
| | ||||||
* | chore: reformat | sefidel | 2023-08-08 | 1 | -2/+1 | |
| | ||||||
* | feat(systems/cobalt): configure webmail | sefidel | 2023-08-08 | 1 | -1/+10 | |
| | ||||||
* | feat(modules/nixos-mailserver): add roundcube webmail | sefidel | 2023-08-08 | 1 | -0/+30 | |
| | ||||||
* | chore(flake): bump | sefidel | 2023-08-04 | 1 | -9/+9 | |
| | ||||||
* | feat(systems/cobalt): add rsync.net to knownHosts | sefidel | 2023-08-04 | 1 | -0/+3 | |
| | ||||||
* | feat(services/backup): use static backup for pgsql | sefidel | 2023-08-02 | 2 | -1/+4 | |
| | ||||||
* | feat(services/backup): setup auto prune | sefidel | 2023-08-02 | 1 | -0/+6 | |
| | ||||||
* | feat(systems/cobalt): enable backup | sefidel | 2023-08-02 | 2 | -2/+22 | |
| | ||||||
* | feat(modules/backup): init | sefidel | 2023-08-02 | 1 | -0/+75 | |
| | ||||||
* | chore: reformat | sefidel | 2023-08-02 | 4 | -17/+15 | |
| | ||||||
* | feat(modules/metrics): set retention period of loki logs for 120h | sefidel | 2023-08-02 | 1 | -2/+5 | |
| | ||||||
* | feat(services/nixos-mailserver): split internal and system mailer | sefidel | 2023-08-01 | 2 | -4/+14 | |
| | ||||||
* | feat(systems/cobalt): re-enable auto root rollback | sefidel | 2023-08-01 | 6 | -3/+16 | |
| | ||||||
* | feat(systems/cobalt): add searx, but don't enable | sefidel | 2023-07-29 | 2 | -3/+10 | |
| | ||||||
* | feat(modules/searx): init | sefidel | 2023-07-29 | 2 | -1/+50 | |
| | ||||||
* | feat(modules): add modules template | sefidel | 2023-07-29 | 1 | -0/+14 | |
| | ||||||
* | feat(systems/cobalt): enable flakes | sefidel | 2023-07-29 | 1 | -0/+2 | |
| | ||||||
* | feat(modules)!: cleanup unused modules | sefidel | 2023-07-25 | 3 | -61/+0 | |
| |