Hook Mealie into OpenAI to import via image

With this, I should be able to upload an image of a recipe and have it
parsed. This will make digitizing existing ones a lot easier, and much
faster.
This commit is contained in:
Gene Liverman 2025-04-06 21:23:39 -04:00
parent 6032546c16
commit 30b3d4ffc7
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY
2 changed files with 7 additions and 4 deletions

View file

@ -640,7 +640,10 @@ in {
owner = "${username}";
path = "${config.users.users.${username}.home}/.private-env";
};
mealie.mode = "0444";
mealie = {
mode = "0444";
restartUnits = ["mealie.service"];
};
nextcloud_admin_pass.owner = config.users.users.nextcloud.name;
tailscale_key = {
restartUnits = [ "tailscaled-autoconnect.service" ];