Commit graph

27 commits

Author SHA1 Message Date
5dbcce7686
Add linting, formatting, and CI infrastructure
- Add deadnix, nixfmt, and statix to flake inputs
- Add formatter output to flake for nix fmt support
- Add deadnix, nixfmt, statix to Home Manager packages
- Add GitHub Actions workflow for CI validation
- Add .pre-commit-config.yaml with hooks for nixfmt, deadnix, and statix
- Support x86_64-darwin in formatter
2026-03-22 18:32:20 -04:00
a2799f5e54 Build a new monitoring stack 2026-01-31 23:09:56 -05:00
d347228cbb
Migrate to Nix's Pinchflat from container
The primary motivator here was that the NFO files from Pinchflat had the
path to everything starting at `/downloads` and that didn't work well
with Jellyfin who saw the real path to the files
2026-01-24 14:49:24 -05:00
c10c155b79
Setup Pinchflat
This sets up the container to run as the jellyfin user and to download
to the folder where I store things from YouTube for Jellyfin already.
2025-11-10 19:35:05 -05:00
bfb7cfdd41
Update ABS 2025-10-21 23:06:54 -04:00
17f37458e7
Update ABS 2025-10-05 20:33:13 -04:00
4354e75f83
Fix MtnMeshBot: run as root, use tag, update .env
Prior to this, I had tried to run as my user but that doesn't work here.
It seems you have to use the version of running containers built into
home-manager if you want rootless podman.
2025-08-17 15:05:16 -04:00
5bb15f3119
Add mountain-mesh-bot-discord 2025-08-15 08:02:11 -04:00
cd4d9f0a9e
Update abs container to what is in Nix 25.05 2025-08-15 07:24:16 -04: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
6e55d662af Update Audiobookshelf container 2024-12-02 21:43:50 -05:00
2299bac78c Fix hsts syntax 2024-08-28 11:27:44 -04:00
43915e5148 Fixing a random breakage
This sucks... I really want to undo it later or otherwise make the
public stuff move back to the dmz :(
2024-06-29 20:04:38 -04:00
06d6f9ff58 Setup PsiTransfer as an oci-container 2024-04-12 08:52:23 -04:00
bf76a1dbc3 Get Tandoor and Wallabag working in Docker Compose
Podman compose kept crashing, switching back to Docker without any other changes fixed things... :(
2024-04-11 17:29:54 -04:00
b839db1186 Move Audiobookshelf into containers subdirectory 2024-04-11 17:29:54 -04:00
7878e5438f Move Audiobookshelf service to nixnuc 2024-04-11 17:29:54 -04:00
15fdeb66ea Cut over to "production" ports :) 2024-04-05 21:20:09 -04:00
080790dfee Give the container enough time to actually get started
When dealing with a bunch of new certs, it takes more than 1 minute to start
2024-04-05 21:19:47 -04:00
0d49a28dc2 Use Gandi's name server as acme resolver 2024-04-05 21:19:03 -04:00
2396277028 Setup virtualhosts back by mini-watcher 2024-04-05 21:18:06 -04:00
aeb1546879 Just use IPv4 for now 2024-04-05 15:07:42 -04:00
28f2b32c20 ddclient and real domain 2024-04-05 14:46:18 -04:00
8e1b2bb05e Working nginx with tls 2024-04-05 09:30:41 -04:00
e9793beb7b Got dns-01 based certs 2024-04-04 23:41:46 -04:00
f149ed3b1b More nginx settings 2024-04-04 18:19:08 -04:00
e282662919 Reorganize 2024-04-02 23:33:07 -04:00