mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
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:
parent
6032546c16
commit
30b3d4ffc7
2 changed files with 7 additions and 4 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue