-
Notifications
You must be signed in to change notification settings - Fork 6
/
siliconnotes.xml
27 lines (27 loc) · 1.31 KB
/
siliconnotes.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
<?xml version="1.0"?>
<Container version="2">
<Name>SiliconNotes</Name>
<Repository>bityard/silicon</Repository>
<Registry>https://hub.docker.com/r/bityard/silicon</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/cu/silicon/issues</Support>
<Project>https://github.com/cu/silicon</Project>
<Overview>A somewhat lightweight, low-friction personal knowledge base with few frills.
Note that you will need to chmod 777 your /mnt/user/appdata/siliconnotes folder to get this to run.</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:5000]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/siliconnotes.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1673889761</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="Web Interface" Target="5000" Default="5000" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
<Config Name="AppData" Target="/home/silicon/instance" Default="/mnt/user/appdata/siliconnotes" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/siliconnotes</Config>
</Container>