yukkop
7d0b335626
fix?: matrix-cluster-users
2026-05-31 11:09:52 +00:00
yukkop
5a069130f7
fix: matrix-cluster-users
2026-05-31 11:04:56 +00:00
yukkop
7d0c0370ed
fix: hardware: some
2026-05-31 10:58:25 +00:00
yukkop
35de436105
fix: lab: gitea
2026-05-31 10:56:58 +00:00
yukkop
4099f2f27e
fix: gitea: now works
2026-05-29 21:27:53 +00:00
snuff
4c7533a3df
fix(gitea)?: syntax
2026-05-29 20:38:16 +03:00
snuff
a9fadc65d0
fix(gitea)?: postgres socket peer auth for gitea
2026-05-29 20:17:08 +03:00
snuff
7817c65b9e
fix?: +gitea v3
2026-05-29 20:07:27 +03:00
snuff
258f95cddc
fix?: +gitea v2
2026-05-29 18:43:31 +03:00
snuff
0c45b64f1c
fix?: +gitea
2026-05-29 18:37:02 +03:00
snuff
0835cf9b30
feat?: +gitea
2026-05-29 18:29:47 +03:00
yukkop
5813481d86
feat: matrix-cluster: hz
2026-05-27 19:04:56 +00:00
yukkop
a53ad7780b
Merge branch 'master' of github.com:hectic-lab/util.nix
2026-05-27 18:51:33 +00:00
yukkop
2acfddb03b
fix!: matrix-cluster: +jitsy
2026-05-27 18:51:18 +00:00
yukkop
cefef5c6a4
fix: mechabellum: api
2026-05-27 18:48:29 +00:00
yukkop
e16f6add77
feat: matrix-cluster: shared users
2026-05-27 12:54:15 +00:00
yukkop
47167d09d2
feat: matrix-cluster: shared users
2026-05-27 12:41:51 +00:00
yukkop
dbea099675
fix: matrix
2026-05-25 23:12:05 +00:00
yukkop
a72cf624aa
feat: matrix prepare move to poland
2026-05-25 07:48:16 +00:00
yukkop
8fb937d77c
feat: matrix: diferent servers one home server
2026-05-25 07:11:43 +00:00
yukkop
9b8428c8ce
fix: some recomendations
2026-05-24 15:08:40 +00:00
yukkop
abbbcc4ba8
fix: element
2026-05-24 14:54:01 +00:00
yukkop
e2448eab8d
fix: element
2026-05-23 23:11:58 +00:00
yukkop
72319bdf69
some
2026-05-23 22:57:09 +00:00
yukkop
007d3a71fe
fix: hectic-lab: mechabellum
2026-05-23 20:53:30 +00:00
yukkop
88a937beee
feat: hectic-lab: mechabellum for lismy
2026-05-23 19:40:36 +00:00
yukkop
eab1ba5064
chore: devide xrays systems
2026-05-23 18:27:02 +00:00
yukkop
9f03d1a804
chore: hectic-lab: +vismajor in matrix
2026-05-23 18:17:27 +00:00
yukkop
e0a17460d9
fix
2026-05-23 17:13:49 +00:00
yukkop
95e8e041a9
chore: hecitc-lab: +lvgkcfjl email to hectic-lab
2026-05-23 14:11:27 +00:00
yukkop
d2bdcb3667
fix: media-browser: view button
2026-05-23 12:18:05 +00:00
yukkop
56f369cf61
fix: media-browser: synced files
2026-05-23 12:03:56 +00:00
yukkop
e4b0b3d96e
feat: media-browser: preview for local files
2026-05-23 11:56:04 +00:00
yukkop
3de60e9701
feat: media-browser for matrix
2026-05-23 11:46:58 +00:00
yukkop
e2720b7d5b
fix: matrix: s3 sync
2026-05-23 11:22:49 +00:00
yukkop
919190e7b4
feat: matrix: s3 object storage
2026-05-23 09:59:34 +00:00
yukkop
990e184ae3
fix?: support bot
2026-05-23 08:50:10 +00:00
yukkop
16178ede49
chore: hecitc-lab: add lvgkcfjl to matrix
2026-05-23 08:49:51 +00:00
yukkop
5eb5f5985d
feat: hectic-lab: matrix 100mb max file
2026-05-23 06:47:34 +00:00
yukkop
559bcddcdc
feat: hectic-lab: users for matrix
2026-05-22 21:19:52 +00:00
yukkop
af0fb1055c
feat: module: ~matrix
2026-05-22 20:13:47 +00:00
yukkop
87aff4e447
feat: +package merge-archive
2026-05-22 07:45:47 +00:00
yukkop
2cabde19fe
feat: deploy: 1 no tty option
2026-05-05 20:19:52 +00:00
yukkop
1701a07649
feat: lab: +models
2026-05-04 10:19:38 +00:00
yukkop
a04e8f0849
feat: lab: configure olama models
2026-05-04 05:41:25 +00:00
yukkop
3c579f5a2f
Merge branch 'master' of github.com:hectic-lab/util.nix
2026-05-03 22:07:13 +00:00
yukkop
11fd897a25
feat: lab: configure olama
2026-05-03 22:06:57 +00:00
yukkop
36052b9602
fix: db-tool: NO_TTY
2026-05-03 15:35:22 +00:00
yukkop
1dd2d5bb98
fix: posix-helpers
2026-05-03 05:23:23 +00:00
yukkop
fa510a08cb
fix(db-tool): prevent fd leak from logger to long-running daemons
...
The hectic logger opens fd 3 as a dup of stderr. Child processes inherit
this fd, and daemonized PostgreSQL/PostgREST keeping it open prevents the
terminal from returning to the prompt after the spawning script exits.
- Add with_closed_fds helper that runs commands in a subshell with fds
3-9 redirected to /dev/null
- Inline the helper into both database and postgres-init builds
- Wrap pg_ctl start and postgrest with the helper
2026-05-03 03:14:15 +00:00