nextcloud: add recognize app #285
Labels
No labels
Bug
Docs
Feature request
Good for newcomers
Infra
Privacy
Refactoring or migration
Security
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/infra#285
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "nextcloud-recognize-app"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds https://github.com/nextcloud/recognize - "Smart media tagging and face recognition with on-premises machine learning models."
An alternative way I found online that would allow us to keep nextcloud app autoUpdates enabled:
Also this could get merged after updating our infra to NixOS 24.11 in #278 to use the backported version of recognize instead of using the unstable overlay.
We could package all our necessary apps as nix packages and have them updated via nvfetcher, tho that's a llot more involved
The Nextcloud Apps auto update has broken our Nextcloud once in the past. I would be in favor of having all Nextcloud Apps in
nix
.From a quick review, the following Apps would need to be packaged:
We can also use fetchzip instead of packaging:
Example: https://git.pub.solar/hensoko/nixos-config/src/branch/main/hosts/chonk/nextcloud-apps.nix#L21
c4aa25f711
to0595124a1e
0595124a1e
to0d7b88af11
nextcloud: add recognize app, disable apps autoUpdateto nextcloud: add recognize appFound out in the end that it's totally possible to have both apps from the Nextcloud app store installed via UI and apps installed via nix. This is ready for review.
0d7b88af11
to4c6911ea6f
LGTM