Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-06 | ahmed/torrenting: Use unstable qBittorrent (security) | Linnnus | |
2024-12-06 | fix: Update git patches for 2.47.0 | Linnnus | |
2024-11-25 | ahmed: Rebuild from GitHub | Linnnus | |
This is a bit of an experiment. With this approach, I should be able to remotely and asynchronously update this host. | |||
2024-10-02 | chore: Formatting | Linnnus | |
2024-10-02 | ahmed: Rebuild linus.onl on webhook instead of timer | Linnnus | |
2024-10-01 | qbittorent: Fix creation logic | Linnnus | |
After attempting to use this configuration on another device, it turns out that the persistent data directories were being created with the wrong permissions. | |||
2024-09-28 | Run CGit as unpriveledged user | Linnnus | |
2024-08-27 | ahmed: Don't attempt to fetch linus.onl source before network is online | Linnnus | |
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-08-01 | chore ass formatting | Linnnus | |
2024-07-31 | ahmed: Enable automatic upgrades | Linnnus | |
2024-07-31 | ahmed: Fix Git clone | Linnnus | |
CGit farms out the handling of the HTTP requests sent by the Git CLI to another CGI script. This script was failing because of "dubious ownership". This is a security check run by Git to ensure malicious repositories on network drives don't get arbitrary code execution. The problem is: the CGI script was running as root, as that is what the fcgiwrap systemd service was configured for, but the repository is owned by the 'git' user. Since I trust the repositories, I had to patch Git to ignore this mark. Actually getting the NixOS CGit module to use the patched version of Git proved rather difficult... In the future I should probably a) Make sure fcgiwrap isn't running as root since it directly interacts with all sorts of untrusted user input. b) Remove this ugly hack. There's a reason for the security check after all. Just because it matters _less_ in this case doesn't mean it's wise to ignore it completely. | |||
2024-07-06 | ahmed: Formatting | Linnnus | |
2024-05-19 | torrenting: Add dark mode to portal | Linnnus | |
The white background is pretty eye-soaring at night. This patch fixes this issue by using a CSS query parameter to set darker styles when dark mode is enabled. See: https://css-tricks.com/dark-modes-with-css/ | |||
2024-05-19 | torrenting: Add "Stand-up" category | Linnnus | |
2024-05-09 | torrenting: Add funny names | Linnnus | |
2024-05-09 | Remove forsvarsarper | Linnnus | |
2024-05-09 | hosts/ahmed/torrenting: Add categories | Linnnus | |
2024-05-09 | hosts/ahmed/git.linus.onl: Syntax highlight items | Linnnus | |
2024-05-09 | torrenting: Create different categories of downloads | Linnnus | |
2024-04-29 | chore: Formatting | Linnnus | |
2024-04-08 | hosts/ahmed/torrenting: Split into aspects, add portal | Linnnus | |
2024-04-07 | hosts/ahmed: Add WireGuard + Jellyfin | Linnnus | |
2024-04-07 | hosts/ahmed: Add qBittorrent | Linnnus | |
2024-03-02 | Bump HelloHTML | Linnnus | |
It now takes an alternative domain, which was added to it's services. | |||
2024-02-24 | chore: Formatting... | Linnnus | |
2024-02-20 | Merge '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. | |||
2024-01-22 | Revert "hosts/ahmed: Disable duksebot over winter break" | Linnnus | |
This reverts commit a66aa6ad9d18af2983746dcf73ecdf1bc862a5dc. It is no longer winter break. | |||
2024-01-16 | hosts/ahmed: Add forsvarsarper | Linnnus | |
2023-12-29 | hosts/ahmed: Add hellohtml.linus.onl | Linnnus | |
2023-12-22 | hosts/ahmed: Disable duksebot over winter break | Linnnus | |
2023-11-20 | hosts/ahmed: Formating......... | Linnnus | |
2023-11-20 | hosts/ahmed: Formatting | Linnnus | |
2023-11-18 | hosts/ahmed: Update password | Linnnus | |
2023-11-14 | ahmed: Make users immutable | Linnnus | |
2023-11-14 | ahmed: Make DynDNS wait for network online | Linnnus | |
2023-11-14 | ahmed: Change underlying hardware | Linnnus | |
My home computer has changed, but since it has almost exactly the same assignments as before I decided to keep the hostname the same. I guess I'll save "fathima" for my next computer... | |||
2023-10-21 | cloudflare-proxy: Block non-cloudflare HTTP(S) connections | Linnnus | |
2023-10-21 | ahmed: Try shutting down MC server every 10 minutes | Linnnus | |
2023-10-08 | Set up git | Linnnus | |
2023-10-08 | Move personal modules hosts/ahmed -> modules/nixos/ | Linnnus | |
2023-10-02 | Move options{.=>.services.}disable-screen | Linnnus | |
2023-10-02 | Add minecraft.linus.onl record | Linnnus | |
2023-10-01 | Use alejandra formatter | Linnnus | |
2023-10-01 | Update push-notifications-api (to remove 'my' prefix) | Linnnus | |
2023-10-01 | Remove 'my' prefix | Linnnus | |
2023-10-01 | Move hosts/ahmed/disable-screen.nix into a proper module | Linnnus | |
2023-10-01 | Export modules | Linnnus | |
2023-09-30 | fix everything forever i hope | Linnnus | |
2023-09-30 | Remove outdated dependencies on *-key services | Linnnus | |
2023-09-30 | Add duksebot service | Linnnus | |