{pkgs,jolheiser,config,...}:letport=3663;host="recipes.${jolheiser.domain}";in{age.secrets.mealie.file=../../secrets/mealie.age;services={mealie={enable=true;# TODO remove this hack once mealie tests work againpackage=pkgs.mealie.overrideAttrs(_:_:{doCheck=false;checkPhase=''echo "Skipping tests for mealie"'';installCheckPhase=''echo "Skipping install tests for mealie"'';});listenAddress="localhost";inheritport;settings={BASE_URL="https://${host}";ALLOW_PASSWORD_LOGIN="false";};credentialsFile=config.age.secrets.mealie.path;};caddy.virtualHosts."${host}".extraConfig=''
reverse_proxy localhost:${builtins.toStringport} '';};}