-
Notifications
You must be signed in to change notification settings - Fork 6
/
openeats.xml
132 lines (132 loc) · 6.49 KB
/
openeats.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0"?>
<Container version="2">
<Name>OpenEats</Name>
<Repository>bramblegb/openeats</Repository>
<Registry>https://hub.docker.com/r/bramblegb/openeats/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/92752-support-openeats-corneliousjd-repo/</Support>
<Project>https://github.com/open-eats/OpenEats</Project>
<Overview>OpenEats is a recipe management site that allows users to create, share, and store their personal collection of recipes.
Requires MariaDB container (I recommend LinuxServer's container)

FIRST RUN: Please wait while the container creats all the necessary tables in the SQL database.
This can take 5-10 minutes or so and the container will have NO log output when it does this.
Please be patient, if you interrupt this by stopping the container it will leave you with a broken database!

Please use support link for more information about this container.</Overview>
<Category>Productivity: Tools: Other:</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/openeats.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1590172584</DateInstalled>
<DonateText>Donate</DonateText>
<DonateLink>http://paypal.me/corneliousjd</DonateLink>
<Description>OpenEats is a recipe management site that allows users to create, share, and store their personal collection of recipes.
Requires MariaDB container (I recommend LinuxServer's container)

FIRST RUN: Please wait while the container creats all the necessary tables in the SQL database.
This can take 5-10 minutes or so and the container will have NO log output when it does this.
Please be patient, if you interrupt this by stopping the container it will leave you with a broken database!

Please use support link for more information about this container.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8760</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/openeats/</HostDir>
<ContainerDir>/code/site-media/</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>master</Value>
<Name>OPENEATS_VERSION</Name>
<Mode/>
</Variable>
<Variable>
<Value>*</Value>
<Name>ALLOWED_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value>openeats</Value>
<Name>SUPERUSER_NAME</Name>
<Mode/>
</Variable>
<Variable>
<Value>password</Value>
<Name>SUPERUSER_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MYSQL_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value>3306</Value>
<Name>MYSQL_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value>openeats</Value>
<Name>MYSQL_DATABASE</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MYSQL_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>MYSQL_ROOT_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>DJANGO_SECRET_KEY</Name>
<Mode/>
</Variable>
<Variable>
<Value>False</Value>
<Name>DJANGO_DEBUG</Name>
<Mode/>
</Variable>
<Variable>
<Value>en</Value>
<Name>NODE_LOCALE</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="HTTP Port" Target="80" Default="8760" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">8760</Config>
<Config Name="Appdata" Target="/code/site-media/" Default="/mnt/user/appdata/openeats/" Mode="rw" Description="Container Path: /code/site-media/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/openeats/</Config>
<Config Name="OPENEATS_VERSION" Target="OPENEATS_VERSION" Default="master" Mode="" Description="Version of OpenEats to pull" Type="Variable" Display="always" Required="true" Mask="false">master</Config>
<Config Name="ALLOWED_HOST" Target="ALLOWED_HOST" Default="*" Mode="" Description="Either * (all) or local IP, openeatas.domain.com" Type="Variable" Display="always" Required="true" Mask="false">*</Config>
<Config Name="SUPERUSER_NAME" Target="SUPERUSER_NAME" Default="openeats" Mode="" Description="Initial superuser account name" Type="Variable" Display="always" Required="true" Mask="false">openeats</Config>
<Config Name="SUPERUSER_PASSWORD" Target="SUPERUSER_PASSWORD" Default="password" Mode="" Description="Initial superuser account password" Type="Variable" Display="always" Required="true" Mask="true">password</Config>
<Config Name="MYSQL_HOST" Target="MYSQL_HOST" Default="" Mode="" Description="SQL server host address" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_PORT" Target="MYSQL_PORT" Default="3306" Mode="" Description="SQL server port number" Type="Variable" Display="always" Required="true" Mask="false">3306</Config>
<Config Name="MYSQL_DATABASE" Target="MYSQL_DATABASE" Default="openeats" Mode="" Description="SQL server database to connect to" Type="Variable" Display="always" Required="true" Mask="false">openeats</Config>
<Config Name="MYSQL_USER" Target="MYSQL_USER" Default="" Mode="" Description="SQL server user" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_ROOT_PASSWORD" Target="MYSQL_ROOT_PASSWORD" Default="" Mode="" Description="SQL server password" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="DJANGO_SECRET_KEY" Target="DJANGO_SECRET_KEY" Default="" Mode="" Description="Enter a randomized set of 32 characters here" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="DJANGO_DEBUG" Target="DJANGO_DEBUG" Default="False" Mode="" Description="Set debug mode" Type="Variable" Display="advanced-hide" Required="true" Mask="false">False</Config>
<Config Name="NODE_LOCALE" Target="NODE_LOCALE" Default="en" Mode="" Description="English: en German: de Spanish: es French: fr" Type="Variable" Display="advanced-hide" Required="true" Mask="false">en</Config>
</Container>