summaryrefslogtreecommitdiff
path: root/hosts/ahmed/linus.onl
AgeCommit message (Collapse)Author
2025-05-04ahmed: Take stupid fucking approach to waiting for network connectivityLinnnus
2025-05-04Revert "TEMPORARY HACK allow access to media over https"Linnnus
This reverts commit 2e6046dbd32a0c6e1164aac678de9bc3c017e501.
2025-04-18TEMPORARY HACK allow access to media over httpsLinnnus
2025-03-13ahmed: Improve ordering of linus.onl-source.serviceLinnnus
2025-01-23linus.onl: Clone full git history when building siteLinnnus
Since the build script uses commit dates to infer authoring dates, a shallow clone makes all posts appear to have been published at the time of the most recent commit.
2024-10-02ahmed: Rebuild linus.onl on webhook instead of timerLinnnus
2024-08-27ahmed: Don't attempt to fetch linus.onl source before network is onlineLinnnus
I thought this restriction was already being enforced since I set systemd.services."${domain}-source".after = ["network-online.target"] but that apparently wasn't enough. I had to also ensure the timer, which triggered the service was ordered after "network-online.target".
2024-02-20Merge 'reorg' into 'main'Linnnus
This patch moves in the reorganizational work done on the reorg branch, mainly: * Move host-specific modules into hosts/<host>/<module> * Break up HM config See the reorg branch for the individual commits.