-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
3481ac6
commit b54ff68
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. 
 | ||

 | ||

 | ||
|
@@ -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> | ||
|
@@ -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. 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: 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> | ||
|