Commit message (Collapse) | Author | ||
---|---|---|---|
9 days | modules/mail: Actually set the uid/gid of the virtualMail user | Benedikt Peetz | |
9 days | zones/vhack.eu: Use correct `eu` tld instead of `org` | Benedikt Peetz | |
10 days | modules/stalwart-mail: Assign uids and gids to the stalwart users | Benedikt Peetz | |
10 days | modules/constants: Enforce the 0 to 400 limit | Benedikt Peetz | |
10 days | modules/constants: Correctly assign each uid so that none is greater 400 | Benedikt Peetz | |
The uid ranges from 400 upwards are reserved for things that allocate them dynamic during runtime (like systemd). Our users would than get clobbered, thus we avoid that range. BREAKING CHANGE: Well, we'll need to change all uid of the files owned by the respective users. | |||
10 days | modules/constants: Dry gid definitions by inheriting the uids | Benedikt Peetz | |
10 days | hosts/server2: Use the correct path to the DKIM keys | Benedikt Peetz | |
10 days | hosts/server2: Setup stalwalt-mail on mail.vhack.eu for soispha@vhack.eu | Benedikt Peetz | |
We need to actually test stalwart out in the real world, because the test can never actually capture all the weird things people do with their mail setup. Refs: #6ea08aa | |||
12 days | tests/email-dns/secrets: Re-key secrets, so that soispha and sils can read them | Benedikt Peetz | |
Doing a full `ragenix --rekey --idenitity <soispha.age.key>` run will fail, if there are secrets that she cannot decrypt. Thus encrypt the test secrets with all keys. | |||
12 days | flake.lock: Update | Benedikt Peetz | |
2025-03-21 | zones/vhack.eu: Fix cyclic CNAME entry for `source.vhack.eu` | Benedikt Peetz | |
2025-03-21 | zones/vhack.eu: Add the `source.vhack.eu` dns entry for the redirect | Benedikt Peetz | |
2025-03-21 | zones/vhack.eu: Update to actually be a drop-in replacement for netcup's servers | Benedikt Peetz | |
Currently, our NS record was missing, and we had an MX record that pointed to `mail.foss-syndicate.org.vhack.eu`. | |||
2025-03-11 | zones: Provide a single entry point for all zones | Benedikt Peetz | |
2025-03-10 | zones/vhack.eu: Set correct CNAME records | Benedikt Peetz | |
2025-03-10 | modules/system-info: Include port 53 (dns) in port -> name mappings | Benedikt Peetz | |
2025-03-10 | {hosts,zones}: Init dns zone for vhack.eu | Benedikt Peetz | |
2025-03-09 | {modules/system-info,scripts/system_info}: Init | Benedikt Peetz | |
This collects relevant information for each host in an informative markdown file. An example (generated via `./scripts/system_info.sh`): # server2 ## Virtual Hosts etebase.vhack.eu: dav.vhack.eu gallery.s-schoeffel.de git.foss-syndicate.org invidious-router.vhack.eu: video.fosswelt.org invidious-router.sils.li issues.foss-syndicate.org libreddit.vhack.eu redlib.vhack.eu source.foss-syndicate.org source.vhack.eu ## Open ports TCP 22: ssh TCP 25: mail-smtp TCP 80: http TCP 443: https TCP 465: mail-smtp-tls TCP 993: mail-imap-tls TCP 995: mail-pop3-tls # server3 ## Virtual Hosts b-peetz.de mastodon.vhack.eu matrix.vhack.eu miniflux.foss-syndicate.org: rss.foss-syndicate.org rss.vhack.eu miniflux.vhack.eu openpgpkey.b-peetz.de openpgpkey.s-schoeffel.de openpgpkey.sils.li openpgpkey.vhack.eu peertube.vhack.eu trinitrix.vhack.eu vhack.eu ## Open ports TCP 22: ssh TCP 80: http TCP 443: https TCP 64738: ??? UDP 64738: ??? | |||
2025-03-09 | hosts/server2: Use new back config | Benedikt Peetz | |
2025-03-09 | pkgs/back/package.nix: Include the html templates in the build source | Benedikt Peetz | |
2025-03-09 | pkgs/back/config: Also try to open a repo if a directory with `.git` exists | Benedikt Peetz | |
2025-03-09 | pkgs/back: Do not store repositories in config | Benedikt Peetz | |
Otherwise, back will need to be restarted every time a new repository is added or removed. | |||
2025-03-09 | {modules,tests}/back: Update to deal with newest back | Benedikt Peetz | |
2025-03-09 | pkgs/back/assets/style.css: Format with prettier | Benedikt Peetz | |
2025-03-09 | pkgs/back/README.md: Update to reflect current status |