summaryrefslogtreecommitdiff
path: root/flora/services (unfollow)
Commit message (Collapse)AuthorFilesLines
5 daysmonitoring: add cloud.infra4future.de via httpsstuebinm1-0/+4
7 daysmonitoring: check nobelium via httpsstuebinm1-2/+2
openssh starts to deny recurring connections that don't try to authenticate after a while, which seems to be what monit is doing for the ssh check.
11 daysmonitoring: check that nobelium is runningstuebinm1-0/+4
… might be good to also add a monit on nobelium itself, but in any case this isn't wrong either.
2024-04-29yeet the nix flakesstuebinm1-1/+1
this is, in the widest possible sense, a revert of e88fed18f499a3e8ac98c772bbb62f00d1f8d1d7, which was now a little over two years ago. Of course, lots of things have changed since then: - this uses npins instead of niv, which is both simpler and still maintained - i haven't brought back the old deploy lib; I still use deploy-rs (with some modifications) to deploy things - if you actually use my stuff downstream, you can now use packages/ & tests/ & modules/ as entry points directly, while still having some control over inputs - (since i also don't believe any downstream users actually exist, i've not bothered to have a shim flake.nix so your stuff probably just broke. well, it was an experimental feature, anyways) - in general there's a lot more of the old-fashioned structure back again, with default.nix files in subdirectories that form a structure, not like how almost everything was just imported in the one big flake.nix file For people who are interested in also having a non-flake config similar to this one, it's probably best to take a look at inputs.nix (and also at npins, of course)
2024-04-07common/headless: basic monitoring on by defaultstuebinm2-32/+2
2024-04-03Revert "flora: test-deploy the mollysocket nixpkgs PR"stuebinm1-1/+1
This reverts commit a86a04f9e26854ec967c46a6ad3f015364fb91a6. It has since been merged into nixpkgs master, and i'm unsure if i will continue using it.
2024-03-28flora: schildichat-web → element-webstuebinm1-1/+1
since schildichat-web has essentially been unmaintained for a while now, i guess i don't really have any choice here. I've tried to at least hack a little css into my element so it won't bother me too much (mostly making UI elements smaller & changing some colours). However, it turns out they do UI calculations in javascript which just make hard assumptions over values set in the css, and so far I've not succeeded in fixing these. Das ist doch wirklich alles Unsinn in diesem Ökosystem …
2024-03-11pkgs/scripts: monit->prometheus converterstuebinm1-0/+9
Not sure yet how much (if anything) I'll actually do with this, but it seemed like a fun idea to try and it's been way to long since I wrote anything in scheme. Entirely untested, as I don't actually have a prometheus running atm (apart from the one specifically for tracktrain on chaski).
2024-03-10flora: test-deploy the mollysocket nixpkgs PRstuebinm1-1/+1
https://github.com/NixOS/nixpkgs/pull/278981
2024-03-07monit: add stuff for infra4future.destuebinm1-1/+13
2024-03-05restructure & general cleanupstuebinm6-180/+7
- pkgs/ should now also contain all package overrides - pkgs/patches/ now contains all patches - nix flake info succeeds again - still not sure what to do about scripts - services which are not used should not be kept around this long
2024-03-04init mollysocket package, module, and deploy it on florastuebinm1-0/+12
with thanks to networkException, who wrote the initial nix package.
2024-03-04monit: extra catch-all check via systemctl is-system-runningstuebinm1-0/+3
2024-03-04monit: some kinda reasonable checksstuebinm1-4/+35
2024-02-29flora: monit via ntfy shstuebinm2-0/+39
so it turns out ntfy can run a little smtp server, which monit can send its alerts to, resulting in a halfway okayish monitoring setup. It doesn't even require mucking about with `sendmail'! Downside: this is still monit. Upside: from what I've heard, the other monitoring tools don't actually seem to be all that much better? Now I only have to come up with reasonable checks for the stuff I want to actually keep an eye on …
2024-01-15akkoma: disable link previewsstuebinm1-4/+1
they sometimes hang until akkoma gets reaped by the oom killer
2024-01-13nomsable webringstuebinm1-0/+11
(just messing around for now)
2023-12-29apparently i run a mumble nowstuebinm2-0/+29
2023-12-09huh, looks like i bought another domainstuebinm1-0/+6
2023-11-30jump to nixos 23.11stuebinm1-1/+1
2023-08-03assorted nice-ish thingsstuebinm2-23/+1
2023-08-01element → schildiChatstuebinm1-1/+1
2023-08-01try out a ntfy on florastuebinm1-0/+35
(with thanks to emilyy's nix config; let's see if this makes sense for me)
2023-06-30update inputsstuebinm1-1/+1
2023-06-29akkoma: workaround for a certain linkstuebinm1-0/+4
this crashes the rich media link preview thingie. Maybe I will have motivation to look into why …
2023-06-23tenpo ni la, akkoma sona e ni: toki pona li toki.stuebinm3-1/+85
2023-06-23host my own element, for $reasonsstuebinm1-0/+30
2023-06-17akkoma: reject list go nomsstuebinm1-0/+1
2023-05-29initial jump to nixos 23.05stuebinm1-22/+2
2023-05-28akkoma: reject mstdn.socialstuebinm1-0/+1
2023-05-21akkoma: reject another instancestuebinm1-1/+4
no idea who this is, they just plopped up suddenly
2023-05-04akkoma: add TOSstuebinm1-0/+5
2023-05-04akkoma: reject mastodon.socialstuebinm1-1/+8
2023-04-11manage secrets with sopsstuebinm2-5/+15
not sure if i like this yet, but it seems worth trying it out.
2023-03-24flora: use gitMinimal everywherestuebinm1-3/+3
this is probably not strictly necessary (git & gitMinimal should deduplicate nicely), it's just weird to have two of them.
2023-03-24update inputsstuebinm2-1/+10
also remove some old stuff. also deduplicate the erlangs on my akkoma. also remove chromium, since for some reason hydra hasn't built it yet and I'm not fancying compiling it myself. also remove the whole sshd mosh stuff for the chat, since that broke tmux-on-login.
2023-03-05fix things & make some others simpler, also ipv6 🎉stuebinm1-4/+0
2023-02-20flora: don't have an akkoma that depends on X / GTK+stuebinm1-1/+6
2023-02-20update inputsstuebinm1-1/+1
2023-02-16further akkoma stuff because templating elixir hardstuebinm1-2/+2
… why do we do that, again? But this module has no escape hatch, so I guess I just spend ~twenty minutes on "how do i make an atom"
2023-02-16more akkoma stuffstuebinm1-31/+39
2023-02-16flora: jump to akkoma @ nixpkgs-unstablestuebinm1-83/+88
2023-02-13flora/cgit: unbreak smart http gitstuebinm1-0/+2
2023-02-13blog: add lux bookstuebinm1-0/+18
2022-12-05update to nixos22.11stuebinm1-34/+0
2022-11-12update inputsstuebinm1-5/+1
2022-10-04remove some old stuffstuebinm3-101/+1
2022-09-14cgit hopefully change default branchstuebinm2-1/+31
kinda annoying that i don't get idle-indicators for repos that don't have a master-branch. not sure if this'll fix it though, cgit is weird.
2022-07-31cgit: get rid of lighttpd, the container & git's dumb httpstuebinm1-82/+88
this isn't perfect (and cloning forks is now kinda awkward), but at least cloning things seems to reliably work now. Hurray!
2022-06-14update sources, move to NixOS 22.05stuebinm2-0/+2