Commit graph

6 commits

Author SHA1 Message Date
33bbf715b5
Add lsof 2026-02-07 15:30:09 -05:00
a2799f5e54 Build a new monitoring stack 2026-01-31 23:09:56 -05:00
de73b2dc27
Monitoring time with Grafana & Prometheus 2025-01-14 21:22:35 -05:00
eead479245 Pass inputs around instead of each individual input 2024-12-04 21:39:03 -05:00
1eb75018d3 Change Audiobookshelf mountpoint to service's default
This is being done as a step before moving to the nix version of ABS.
That change would be included here too, but I ran into a bug:

```
[2024-12-02 19:53:46.433] FATAL: [Server] Unhandled rejection: [Error: EACCES: permission denied, mkdir '/metadata'] {
  errno: -13,
  code: 'EACCES',
  syscall: 'mkdir',
  path: '/metadata'
}
promise: Promise {
  <rejected> [Error: EACCES: permission denied, mkdir '/metadata'] {
    errno: -13,
    code: 'EACCES',
    syscall: 'mkdir',
    path: '/metadata'
  }
}

```

No idea why yet so the container lives on.

To setup the mountpoint, I ran `zfs set mountpoint=legacy
orico/audiobookshelf` and created the directory used as the mount in the
`fileSystems` section.
2024-12-02 21:43:50 -05:00
493ac02c33 Setup nixnuc, rework home manager files 2023-12-16 22:50:07 -05:00