Commit graph

19 commits

Author SHA1 Message Date
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