Oystein Kristoffer Tveit oysteikt
oysteikt pushed to main at mugiten/mugiten 2026-05-31 10:09:01 +02:00
b76d26fd90 screens/library_view: add icon for quicklist
oysteikt closed issue mugiten/mugiten#200 2026-05-31 09:34:08 +02:00
Add a small marker icon at the side of the chosen quick add library list
oysteikt pushed to main at mugiten/mugiten 2026-05-31 09:34:06 +02:00
a9c25444a1 WIP: screens/library_view: add icon for quicklist
oysteikt pushed to main at mugiten/tamerye 2026-05-31 09:32:50 +02:00
87b04ad159 flake.lock: bump
oysteikt pushed to main at mugiten/nix-custom-sqlite 2026-05-31 09:32:33 +02:00
872584dee2 flake.lock: bump
oysteikt created branch versioned-sql-for-archives in mugiten/mugiten 2026-05-31 09:26:16 +02:00
oysteikt pushed to versioned-sql-for-archives at mugiten/mugiten 2026-05-31 09:26:16 +02:00
9cfc94b7fe WIP: services/archive: add versioned queries
oysteikt pushed to main at mugiten/mugiten 2026-05-31 09:10:29 +02:00
dc16a391b9 services/archive: use more well-defined json de/serialization
oysteikt commented on issue mugiten/mugiten#104 2026-05-31 08:39:37 +02:00
Versioned SQL queries for archive generation

This is harder than I initially thought, because old database version might not have all the information available to satisfy the new archive schemas...

I originally planned to only keep the…

oysteikt opened issue Drift/issues#370 2026-05-31 00:13:15 +02:00
Create virtualhost for matrix synapse admin endpoints
oysteikt opened issue mugiten/mugiten#210 2026-05-31 00:09:10 +02:00
Invoke rebalancing algorithms
oysteikt commented on issue Projects/muscl#103 2026-05-30 23:23:43 +02:00
Create database dumps

This seems to be nontrivial without using the mysqldump tool. This does work remote, so we could just invoke it as a subprocess with the credentials provided to the daemon. It would've been nice…

oysteikt pushed to limit-show-db-output at Projects/muscl 2026-05-30 22:51:11 +02:00
772942eed0 WIP: show-db: limit output to 5 tables/users by default
oysteikt created branch limit-show-db-output in Projects/muscl 2026-05-30 22:51:10 +02:00
oysteikt pushed to bekkalokk-mediawiki-matrix-notifs at Drift/pvv-nixos-config 2026-05-30 20:44:31 +02:00
14623252a1 WIP: bekkalokk/mediawiki: install MediawikiMatrixNotifs
ffb2d261ae packages/mediawiki-extensions: add MediawikiMatrixNotifs
Compare 2 commits »
oysteikt created branch bekkalokk-mediawiki-matrix-notifs in Drift/pvv-nixos-config 2026-05-30 20:44:30 +02:00
oysteikt pushed to temmie-userweb-import-all-the-users at Drift/pvv-nixos-config 2026-05-30 20:18:33 +02:00
e56000940a fixup! WIP: temmie/userweb: inject users from passwd into httpd sandbox
oysteikt pushed to master at oysteikt/mediawiki-matrix-notifs 2026-05-30 20:17:29 +02:00
52d2a46c03 Matrix support
3afeab518f Find replace Discord -> Matrix
Compare 2 commits »
oysteikt commented on issue Projects/muscl#200 2026-05-30 19:12:00 +02:00
Set systemd unit type to notify-reload

Debian 12 only supports this via backports. Debian 13 supports this out of the box. Ubuntu 24.04 and newer supports it.

Maybe consider moving it to default and adding a note about debian 12…

oysteikt closed issue Projects/muscl#210 2026-05-30 19:01:58 +02:00
show-db is unreasonably slow, figure out why