-
Notifications
You must be signed in to change notification settings - Fork 1
/
wikijs.xml
95 lines (95 loc) · 4.38 KB
/
wikijs.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
<?xml version="1.0"?>
<Container version="2">
<Name>wikijs</Name>
<Repository>requarks/wiki:beta</Repository>
<Registry>https://hub.docker.com/r/requarks/wiki/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/requarks/wiki/</Support>
<Project>https://github.com/Requarks/wiki</Project>
<Overview>A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
</Overview>
<Category>Cloud: Productivity: Status:Beta</Category>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/wikijs.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/wikijs.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Wiki.js is an open source project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider becoming a patron or donating to our OpenCollective.</DonateText>
<DonateLink>https://opencollective.com/wikijs</DonateLink>
<Description>A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown
</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort></HostPort>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>DB_TYPE</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>DB_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>DB_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>DB_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>DB_PASS</Name>
<Mode/>
</Variable>
<Variable>
<Value>wikijs</Value>
<Name>DB_NAME</Name>
<Mode/>
</Variable>
<Variable>
<Value>false</Value>
<Name>DB_SSL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>DB_FILEPATH</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="false" Mask="false"></Config>
<Config Name="Logs" Target="/logs" Default="" Mode="rw" Description="Container Path: /logs" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Database Type" Target="DB_TYPE" Default="mariadb" Mode="" Description="DB_TYPE : Type of database (mysql, postgres, mariadb, mssql or sqlite)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Database Host" Target="DB_HOST" Default="192.168.1.2" Mode="" Description="DB_HOST : Hostname or IP of the database" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Database Port" Target="DB_PORT" Default="3306" Mode="" Description="DB_PORT : Port of the database" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Database User" Target="DB_USER" Default="wikijs" Mode="" Description="DB_USER : Username to connect to the database" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Database Password" Target="DB_PASS" Default="secretpassword" Mode="" Description="DB_PASS : Password to connect to the database" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Database Name" Target="DB_NAME" Default="wikijs" Mode="" Description="DB_NAME : Database name" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Optional: Database SSL" Target="DB_SSL" Default="false" Mode="" Description="DB_SSL : Set to either 1 or true to enable. (optional, off if omitted)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="DB_FILEPATH" Target="DB_FILEPATH" Default="" Mode="" Description="For SQLite only: DB_FILEPATH : Path to the SQLite file" Type="Variable" Display="always" Required="false" Mask="false"></Config>
</Container>