Commit Graph

197 Commits

Author SHA1 Message Date
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
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
f0fc975b88 soju: remove extraConfig, now it's in enableMessageLogging 2024-11-19 23:17: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
390e0a7ed5 rm imapsync 2024-11-07 16:48:25 +02: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
93c33ac6b3 immich: add backups 2024-10-01 16:48:55 +03:00
f7c2cadaf8 rm photoprism 2024-10-01 16:42:15 +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
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
7594f32c7a fwminex: enable tpm2 unlock 2024-08-28 08:09:36 +03:00
bb58bcfed5 finish/fix moving age.secrets 2024-08-27 08:57:17 +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
bc6cc6eb84 ssh8022: expand to more clients and servers 2024-08-25 11:37:56 +03:00
21e84bb162 ssh8022: split client and server 2024-08-25 11:07:35 +03:00
c4da312209 ssh8022 2024-08-24 22:00:37 +03:00
7df65d6466 precompressed: +zstd 2024-08-24 18:45:51 +03:00
9bb81cb1c9 CSP 2024-08-24 17:10:23 +03:00
37239ac18a more observatory headers
https://developer.mozilla.org/en-US/observatory/analyze?host=git.jakstys.lt
2024-08-24 16:27:29 +03:00
f929079fe2 jakstys.lt: headers 2024-08-24 16:22:11 +03:00