about summary refs log tree commit diff stats
path: root/modules/by-name/st/stalwart-mail/patches/fix-crates-directory-Guard-all-enterprise-only-featu.patch (unfollow)
Commit message (Collapse)Author
46 hourszones/vhack.eu: Add the `source.vhack.eu` dns entry for the redirectBenedikt Peetz
46 hourszones/vhack.eu: Update to actually be a drop-in replacement for netcup's serversBenedikt Peetz
Currently, our NS record was missing, and we had an MX record that pointed to `mail.foss-syndicate.org.vhack.eu`.
12 dayszones: Provide a single entry point for all zonesBenedikt Peetz
13 dayszones/vhack.eu: Set correct CNAME recordsBenedikt Peetz
13 daysmodules/system-info: Include port 53 (dns) in port -> name mappingsBenedikt Peetz
13 days{hosts,zones}: Init dns zone for vhack.euBenedikt Peetz
14 days{modules/system-info,scripts/system_info}: InitBenedikt 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: ???
14 dayshosts/server2: Use new back configBenedikt Peetz
14 dayspkgs/back/package.nix: Include the html templates in the build sourceBenedikt Peetz
14 dayspkgs/back/config: Also try to open a repo if a directory with `.git` existsBenedikt Peetz
14 dayspkgs/back: Do not store repositories in configBenedikt Peetz
Otherwise, back will need to be restarted every time a new repository is added or removed.
14 days{modules,tests}/back: Update to deal with newest backBenedikt Peetz
14 dayspkgs/back/assets/style.css: Format with prettierBenedikt Peetz
14 dayspkgs/back/README.md: Update to reflect current statusBenedikt Peetz
14 dayspkgs/back: Support listing all repos via the `/` pathBenedikt Peetz
This change required porting all webhandling from rocket to hyper, because we needed fine grained control over the path the user requested. This should also improve the memory and resources footprint because hyper is more