Skip to content

Commit

Permalink
mealie update (#429)
Browse files Browse the repository at this point in the history
* Fix FocalBoard Permisions

#368

* Update Template and Icon

Update template to reflect repository move, and linking directly to mealie icon within CA-Templates

* Update focalboard.xml

* correct backslashes
  • Loading branch information
catduckgnaf authored Sep 26, 2023
1 parent 3481ac6 commit b54ff68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added templates/img/mealiev1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions templates/mealiev1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Beta>true</Beta>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/138058-support-catduck-mealie-v1/</Support>
<Project>https://hay-kot.github.io/mealie/</Project>
<Project>https://github.com/mealie-recipes/mealie</Project>
<Overview>A self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. &#xD;
&#xD;
&#xD;
Expand All @@ -19,7 +19,7 @@ Please read https://hay-kot.github.io/mealie/documentation/getting-started/updat
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/mealiev1.xml</TemplateURL>
<Icon>https://hay-kot.github.io/mealie/assets/img/favicon.png</Icon>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/mealiev1.png</Icon>
<Config Name="Front End Port" Target="3000" Default="3000" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false"></Config>
<Config Name="App Data" Target="/app/data" Default="/mnt/user/appdata/mealiev1" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/mealiev1</Config>
<Config Name="API Port" Target="9000" Default="" Mode="tcp" Description="" Type="Port" Display="advanced" Required="true" Mask="false">9000</Config>
Expand All @@ -30,7 +30,7 @@ Please read https://hay-kot.github.io/mealie/documentation/getting-started/updat
<Config Name="SMTP_USER" Target="SMTP_USER" Default="" Mode="" Description="Put the SMTP user here. &#13;&#10;Usually your email" Type="Variable" Display="always" Required="true" Mask="false">[email protected]</Config>
<Config Name="SMTP_PASSWORD" Target="SMTP_PASSWORD" Default="" Mode="" Description="Put your SMTP Password:&#13;&#10;Likely you will need a specific app password" Type="Variable" Display="always" Required="true" Mask="false">******</Config>
<Config Name="SMTP_PORT" Target="SMTP_PORT" Default="" Mode="" Description="Put the SMTP Port here" Type="Variable" Display="always" Required="true" Mask="false">587</Config>
<Config Name="BASE_URL" Target="BASE_URL" Default="" Mode="" Description="Enter your domain, such as reseverse proxy here" Type="Variable" Display="always" Required="false" Mask="false">https://mydomain.net</Config>
<Config Name="BASE_URL" Target="BASE_URL" Default="" Mode="" Description="Enter your domain, such as reseverse proxy here" Type="Variable" Display="always" Required="false" Mask="false">https://mealie.mydomain.net</Config>
<Config Name="DEFAULT_GROUP" Target="DEFAULT_GROUP" Default="home" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">home</Config>
<Config Name="MAX_WORKERS" Target="MAX_WORKERS" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">1</Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
Expand Down

0 comments on commit b54ff68

Please sign in to comment.