Commit Graph

726 Commits

Author SHA1 Message Date
4253e78b07 vm: only x86_64-linux 2024-12-02 19:47:05 +02:00
e079259376 rm vno3-rp3b 2024-12-01 23:06:26 +02:00
08c740909f rm vno3-rp3b 2024-12-01 22:36:04 +02:00
ef378cb921 jakstpub: no "requires" 2024-12-01 18:41:19 +02:00
9269d2bda4 move hdd to fwminex 2024-12-01 18:31:56 +02:00
687e468f90 vno3-rp3b: rm zfs 2024-12-01 16:54:24 +02:00
ab7dc58882 vno3-rp3b: moving to btrfs 2024-12-01 16:45:06 +02:00
a828518243 vno3-rp3b: make chronyd more aggressive on large drift 2024-11-22 19:42:26 +02:00
ec8a506161 mtworx: tailscale: acceptDNS 2024-11-21 07:03:31 +02:00
c1b86c6c26 re-enable immich 2024-11-20 22:30:10 +02:00
9427ac5f5c fwminex: remove immich for now
```
Nov 20 16:17:38 fwminex systemd[1]: Started Immich backend server (Self-hosted photo and video backup solution).
Nov 20 16:17:38 fwminex immich[3803141]: + mkdir /data/M-Camera
Nov 20 16:17:38 fwminex immich[3803141]: + bindfs -u immich -g immich /var/run/immich/bind-paths/M-Camera /data/M-Camera
Nov 20 16:17:38 fwminex immich[3803141]: + mkdir /data/Pictures
Nov 20 16:17:38 fwminex immich[3803141]: + bindfs -u immich -g immich /var/run/immich/bind-paths/Pictures /data/Pictures
Nov 20 16:17:38 fwminex immich[3803141]: + exec setpriv --ruid immich --inh-caps -all /nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/bin/server
Nov 20 16:17:39 fwminex immich[3803141]: Starting api worker
Nov 20 16:17:39 fwminex immich[3803141]: Starting microservices worker
Nov 20 16:17:40 fwminex immich[3803141]: [Nest] 3803141  - 11/20/2024, 4:17:40 PM     LOG [Microservices:EventRepository] Initialized websocket server
Nov 20 16:17:40 fwminex immich[3803141]: [Nest] 3803141  - 11/20/2024, 4:17:40 PM    WARN [Microservices:DatabaseService] Could not run vector reindexing checks. If the extension was updated, please restart the Postgres instance.
Nov 20 16:17:40 fwminex immich[3803141]: QueryFailedError: pgvecto.rs: The extension is upgraded so all index files are outdated.
Nov 20 16:17:40 fwminex immich[3803141]: ADVICE: Delete all index files. Please read `https://docs.pgvecto.rs/admin/upgrading.html`
Nov 20 16:17:40 fwminex immich[3803141]:     at PostgresQueryRunner.query (/nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:219:19)
Nov 20 16:17:40 fwminex immich[3803141]:     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Nov 20 16:17:40 fwminex immich[3803141]:     at async DataSource.query (/nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/node_modules/typeorm/data-source/DataSource.js:350:20)
Nov 20 16:17:40 fwminex immich[3803141]:     at async DatabaseRepository.shouldReindex (/nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/dist/repositories/database.repository.js:136:25)
Nov 20 16:17:40 fwminex immich[3803141]:     at async DatabaseService.checkReindexing (/nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/dist/services/database.service.js:144:17)
Nov 20 16:17:40 fwminex immich[3803141]:     at async /nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/dist/services/database.service.js:93:13
Nov 20 16:17:40 fwminex immich[3803141]:     at async /nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/dist/repositories/database.repository.js:197:23 {
Nov 20 16:17:40 fwminex immich[3803141]:   query: 'SELECT idx_status FROM pg_vector_index_stat WHERE indexname = $1',
Nov 20 16:17:40 fwminex immich[3803141]:   parameters: [ 'clip_index' ],
Nov 20 16:17:40 fwminex immich[3803141]:   driverError: error: pgvecto.rs: The extension is upgraded so all index files are outdated.
Nov 20 16:17:40 fwminex immich[3803141]:   ADVICE: Delete all index files. Please read `https://docs.pgvecto.rs/admin/upgrading.html`
Nov 20 16:17:40 fwminex immich[3803141]:       at /nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/node_modules/pg/lib/client.js:535:17
Nov 20 16:17:40 fwminex immich[3803141]:       at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Nov 20 16:17:40 fwminex immich[3803141]:       at async PostgresQueryRunner.query (/nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:184:25)
Nov 20 16:17:40 fwminex immich[3803141]:       at async DataSource.query (/nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/node_modules/typeorm/data-source/DataSource.js:350:20)
Nov 20 16:17:40 fwminex immich[3803141]:       at async DatabaseRepository.shouldReindex (/nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/dist/repositories/database.repository.js:136:25)
Nov 20 16:17:40 fwminex immich[3803141]:       at async DatabaseService.checkReindexing (/nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/dist/services/database.service.js:144:17)
Nov 20 16:17:40 fwminex immich[3803141]:       at async /nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/dist/services/database.service.js:93:13
Nov 20 16:17:40 fwminex immich[3803141]:       at async /nix/store/vf72vvry2bjlrq8mdhgvx6f93v9i2gir-immich-1.120.1/dist/repositories/database.repository.js:197:23 {
Nov 20 16:17:40 fwminex immich[3803141]:     length: 234,
Nov 20 16:17:40 fwminex immich[3803141]:     severity: 'ERROR',
Nov 20 16:17:40 fwminex immich[3803141]:     code: 'XX000',
Nov 20 16:17:40 fwminex immich[3803141]:     detail: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     hint: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     position: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     internalPosition: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     internalQuery: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     where: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     schema: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     table: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     column: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     dataType: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     constraint: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:     file: 'error.rs',
Nov 20 16:17:40 fwminex immich[3803141]:     line: '125',
Nov 20 16:17:40 fwminex immich[3803141]:     routine: 'vectors::error::check_client'
Nov 20 16:17:40 fwminex immich[3803141]:   },
Nov 20 16:17:40 fwminex immich[3803141]:   length: 234,
Nov 20 16:17:40 fwminex immich[3803141]:   severity: 'ERROR',
Nov 20 16:17:40 fwminex immich[3803141]:   code: 'XX000',
Nov 20 16:17:40 fwminex immich[3803141]:   detail: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   hint: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   position: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   internalPosition: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   internalQuery: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   where: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   schema: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   table: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   column: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   dataType: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   constraint: undefined,
Nov 20 16:17:40 fwminex immich[3803141]:   file: 'error.rs',
Nov 20 16:17:40 fwminex immich[3803141]:   line: '125',
Nov 20 16:17:40 fwminex immich[3803141]:   routine: 'vectors::error::check_client'
Nov 20 16:17:40 fwminex immich[3803141]: }
Nov 20 16:17:40 fwminex immich[3803141]: microservices worker error: QueryFailedError: pgvecto.rs: The extension is upgraded so all index files are outdated.
Nov 20 16:17:40 fwminex immich[3803141]: ADVICE: Delete all index files. Please read `https://docs.pgvecto.rs/admin/upgrading.html`
Nov 20 16:17:40 fwminex immich[3803141]: microservices worker exited with code 1
Nov 20 16:17:40 fwminex immich[3803141]: Killing api process
```
2024-11-20 16:21:34 +02:00
fa03ae8947 lint 2024-11-20 16:14:23 +02:00
c5aa2c8435 deployerbot: fix hostname 2024-11-20 16:09:01 +02:00
6f8dcf66fc deployerbot: make vno3-rp3b optional again 2024-11-20 16:07:44 +02:00
591aca8408 vm: +pkgs 2024-11-19 23:27:31 +02:00
f0fc975b88 soju: remove extraConfig, now it's in enableMessageLogging 2024-11-19 23:17:56 +02:00
e480d603ce vm and mtworx: upgrade kernel packages 2024-11-19 22:42:56 +02:00
e1b782a3c6 24.11
did not test samba and headscale yet

https://github.com/juanfont/headscale/issues/2210#issuecomment-2480130747
2024-11-19 22:32:19 +02:00
3c472ee51a vno1-gdrx: +lutris, move diffoscope to desktop 2024-11-19 21:47:18 +02:00
e887c29d4f vno1-gdrx: +diffoscope 2024-11-16 09:59:26 +02:00
21f634027f add guix 2024-11-12 09:06:36 +02:00
390e0a7ed5 rm imapsync 2024-11-07 16:48:25 +02:00
accc91672b fixing printing 2024-11-03 20:19:59 +02:00
f1d6c30127 more printing 2024-11-03 17:56:22 +02:00
a93beea67d vno3-rp3b: printing.openFirewall 2024-11-03 17:54:46 +02:00
3f5f650683 add CNCUPSMF3010ZK.ppd 2024-11-03 17:48:29 +02:00
42ac66df2d vno3-rp3b: +printing 2024-11-03 17:38:21 +02:00
4b4e870352 mtworx: normal mode 2024-10-30 21:41:07 +02:00
6dc17e3829 mtworx: bump kernel to 6.11 2024-10-30 09:45:18 +02:00
d823edc69f +tcpflow 2024-10-25 00:47:52 +03:00
37a55d7ee3 rm mediamtx 2024-10-21 15:17:13 +03:00
5ffff18bb2 mediamtx: allow camera 2024-10-21 15:06:33 +03:00
4e2ee9dd21 vno1-gdrx: +mediamtx 2024-10-21 14:56:15 +03:00
cf133635fa vno1-gdrx: linuxPackages_latest 2024-10-16 16:31:01 +03:00
f10d8a15b1 mtworx: tz 2024-10-13 07:48:31 +02:00
1ea857ddf3 traveling 2024-10-11 01:11:36 -04:00
5ece7745e2 alt-svc 2024-10-09 22:52:35 -04:00
b140fb1866 caddy: http3 seems to be no longer experimental 2024-10-09 22:36:34 -04:00
3d4d8766d8 jakstys.lt: http/3 2024-10-09 22:23:28 -04:00
aa531bdd90 mtworx: Eastern 2024-10-09 07:59:32 -07:00
8f4803afc1 rm iodine
doesn't work :/
2024-10-08 13:43:58 -07:00
34f8cc0c2e iodine: default to legacy options 2024-10-08 13:36:08 -07:00
f191e2b5ed iodine: change ip to 10.89.175.0/24 2024-10-08 13:34:25 -07:00
0e22ad4631 iodine: do not forward to nsd 2024-10-08 13:29:54 -07:00
464e50b4eb mtworx: do not enable iodione by default 2024-10-07 19:58:30 -07:00
501d701d77 mtworx: +iodine 2024-10-07 19:52:14 -07:00
76d2a2d522 iodine: add -c
Otherwise getting

    dropped login request from user  from unexpected source x.y.z.k
2024-10-08 02:37:09 +00:00
47dbc24e72 iodine: add domain, fix param 2024-10-08 02:18:50 +00:00
93a09b29a5 fra1-b: +iodine 2024-10-07 18:57:55 -07:00
34aeab823d Arrived 2024-10-07 05:16:36 -07:00
7545609607 mtworx tlp 2024-10-05 20:05:41 +03:00
93c33ac6b3 immich: add backups 2024-10-01 16:48:55 +03:00
f7c2cadaf8 rm photoprism 2024-10-01 16:42:15 +03:00
e034b6f087 rm mount-test
done
2024-10-01 15:55:43 +03:00
6b02aec518 work with caps 2024-10-01 15:52:20 +03:00
121fb237a7 immich: +bind-paths 2024-10-01 14:36:41 +03:00
00f806f63a fra1-b: use spipe with shorthand 2024-09-30 22:26:54 +03:00
daa5448b50 bindAsUser: not necessary 2024-09-29 23:36:01 +03:00
98248b2e5b immich: mounting works 2024-09-29 22:33:46 +03:00
dc32165b5c immich: +bindPaths wip 2024-09-27 20:04:41 +03:00
1c0dd07612 re-enable immich 2024-09-27 15:46:44 +03:00
7fbfef8528 disable for now 2024-09-27 15:25:32 +03:00
f5a0bab032 fwminex: +immich 2024-09-27 15:03:43 +03:00
defc3b5ffc remove traces of evolution and thunderbird 2024-09-26 17:26:32 +03:00
f212b654c2 Revert "vno1-gdrx: +tilemaker"
This reverts commit c619ec4f2d.
2024-09-26 17:23:38 +03:00
c619ec4f2d vno1-gdrx: +tilemaker 2024-09-26 15:31:44 +03:00
39880a2b77 mtworx: +dnsmasq 2024-09-20 14:36:34 +03:00
da3e4fce99 ping_exporter: +vno3-rp3b 2024-09-17 11:40:34 +03:00
7690758032 ping exporter: remove 127.0.0.1 2024-09-16 15:30:22 +03:00
8df4f79f0a prometheus: relabel to instance 2024-09-16 15:26:01 +03:00
550d1c05e1 ping: relabel 2024-09-16 15:10:54 +03:00
77b5094616 ping_exporter: +fwminex 2024-09-16 14:53:02 +03:00
c9d69cc3e6 ping_exporter: also add to fra1-b and vno1-gdrx 2024-09-16 14:50:14 +03:00
4eb57ba5e7 ping: +fb.com 2024-09-16 12:52:07 +03:00
d174731bbb ping exporter: s/settings/options 2024-09-16 11:04:45 +03:00
676d847ab3 ping exporter: disable ipv6 2024-09-16 10:57:04 +03:00
4a2f0b90af more ping 2024-09-16 10:52:45 +03:00
3530f6af34 ping exporter: import to prometheus 2024-09-15 15:20:48 +03:00
a27b47a6ea fra1-b: fix hostname 2024-09-15 15:02:16 +03:00
97f2a41960 add ping exporter 2024-09-15 15:01:14 +03:00
157406c367 weather: DynamicUser=true 2024-09-15 08:26:49 +03:00
151ee19ee7 weather: reduce scrape_interval 2024-09-15 08:14:58 +03:00
a094145cec weather: use source of truth for port 2024-09-15 07:47:47 +03:00
605d340aa0 rewrite weather in go 2024-09-15 07:36:17 +03:00
918c4ccf61 weather: increase scrape interval 2024-09-13 16:45:54 +03:00
26d06a2ebf prometheus: import from weather exporter 2024-09-13 16:32:36 +03:00
3b8a40fe95 +weather 2024-09-13 16:30:56 +03:00
e13aefa161 prometheus: increase retentionTime, increase hass scrape interval 2024-09-13 09:09:02 +03:00
ca1a1b04a9 add hass_p7_50 2024-09-12 17:11:48 +03:00
0ee81ef5b6 vno1-gdrx: +thunderbird 2024-09-04 22:43:23 +03:00
0944592e27 vno1-gdrx: +librecad 2024-09-04 16:49:22 +03:00
7594f32c7a fwminex: enable tpm2 unlock 2024-08-28 08:09:36 +03:00
5dd533cf34 tpm2: vno1-gdrx works 2024-08-28 08:09:27 +03:00
945f94bf37 open up borgbackup-fwminex to motiejus 2024-08-27 08:58:21 +03:00
bb58bcfed5 finish/fix moving age.secrets 2024-08-27 08:57:17 +03:00
748d42d9e0 add borgbackup-fwminex 2024-08-27 08:54:37 +03:00
01e86db54c move secrets from flake.nix to host config 2024-08-27 08:50:57 +03:00
c2e58f1314 rm sshguard 2024-08-27 08:44:05 +03:00
0e48ec63f4 ssh8022: opn global firewall by default 2024-08-27 08:39:32 +03:00
96a98405ad fra1-b: block global sshd 2024-08-27 08:36:02 +03:00