Minor changes

This commit is contained in:
rasmus-kirk
2025-06-03 09:05:43 +02:00
parent 02449686c7
commit 3688659a49
2 changed files with 31 additions and 10 deletions
+23 -2
View File
@@ -1,9 +1,21 @@
# Changelog
## Unreleased
## 2025-06-03
Added:
- Added Readarr Audiobook for running two readarr instances (one for audiobooks, one for regular books)
- `nixarr` command
- `nixarr fix-permissions`
- Sets correct permissions for any directory managed by Nixarr.
- `nixarr list-api-keys`
- Lists API keys of supported enabled services.
- `nixarr list-unlinked <path>`
- Lists unlinked directories and files, in the given directory. Use the
jdupes command to hardlink duplicates from there.
- `wipe-uids-gids`
- The update on 2025-06-03 causes issues with UID/GIDs, see the below
migration section.
- Added Readarr Audiobook for running two readarr instances (one intended
for audiobooks, one intended for regular books)
- Audiobookshelf service, with expose options
- Port configurations on:
- Radarr
@@ -12,6 +24,15 @@ Added:
- Readarr
- Lidarr
Migration:
- Due to how UID/GID's are handled in this new version, certain services
may break. To ammend this, run:
```bash
sudo nixarr wipe-uids-gids
sudo nixos-rebuild ...
sudo nixarr fix-permissions
```
## 2025-05-28
Added: