-
Notifications
You must be signed in to change notification settings - Fork 6
/
onetimesecret.xml
108 lines (108 loc) · 4.93 KB
/
onetimesecret.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
<?xml version="1.0"?>
<Container version="2">
<Name>OneTimeSecret</Name>
<Repository>siw36/onetimesecret</Repository>
<Registry>https://hub.docker.com/r/siw36/onetimesecret/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/104402-support-onetimesecret-corneliousjd-repo/</Support>
<Project>https://github.com/siw36/onetimesecret</Project>
<Overview>Containerized OneTimeSecret with customization, and without paid/account features.
&lt;br&gt;
Just simple, secure password sharing.
&lt;br&gt;
Keep sensitive info (passwords) out of your email &amp; chat logs.
&lt;br&gt;
&lt;br&gt;
Requires Redis container with a password set on it! See support thread for more information.</Overview>
<Requires>Redis container installed</Requires>
<Category>Productivity: Security: Tools:</Category>
<WebUI>http://[IP]:[PORT:7143]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/onetimesecret.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1616186528</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Containerized OneTimeSecret with customization, and without paid/account features.
&lt;br&gt;
Just simple, secure password sharing.
&lt;br&gt;
Keep sensitive info (passwords) out of your email &amp; chat logs.
&lt;br&gt;
&lt;br&gt;
Requires Redis container with a password set on it! See support thread for more information.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>7143</HostPort>
<ContainerPort>7143</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value>onetime.domain.com</Value>
<Name>OTS_DOMAIN</Name>
<Mode/>
</Variable>
<Variable>
<Value>CHANGEME</Value>
<Name>OTS_MASTER_KEY</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>OTS_REDIS_HOST</Name>
<Mode/>
</Variable>
<Variable>
<Value>6379</Value>
<Name>OTS_REDIS_PORT</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>OTS_REDIS_PW</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>OTS_IMAGE_FAV_ICON</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>OTS_IMAGE_LOGO</Name>
<Mode/>
</Variable>
<Variable>
<Value>#DD4A22</Value>
<Name>OTS_COLOR</Name>
<Mode/>
</Variable>
<Variable>
<Value>false</Value>
<Name>OTS_SSL</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Web Interface Port" Target="7143" Default="7143" Mode="tcp" Description="Container Port: 7143" Type="Port" Display="always" Required="false" Mask="false">7143</Config>
<Config Name="OTS_DOMAIN" Target="OTS_DOMAIN" Default="onetime.domain.com" Mode="" Description="Domain/host for generated links, either IP:7134 or sub.domain.com" Type="Variable" Display="always" Required="true" Mask="false">onetime.domain.com</Config>
<Config Name="OTS_MASTER_KEY" Target="OTS_MASTER_KEY" Default="" Mode="" Description="Please change to a randomly generated value for encryption." Type="Variable" Display="always" Required="true" Mask="false">CHANGEME</Config>
<Config Name="OTS_REDIS_HOST" Target="OTS_REDIS_HOST" Default="" Mode="" Description="Redis host address." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="OTS_REDIS_PORT" Target="OTS_REDIS_PORT" Default="6379" Mode="" Description="Redis port number." Type="Variable" Display="always" Required="true" Mask="false">6379</Config>
<Config Name="OTS_REDIS_PW" Target="OTS_REDIS_PW" Default="" Mode="" Description="Redis password, which is required." Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="OTS_IMAGE_FAV_ICON" Target="OTS_IMAGE_FAV_ICON" Default="" Mode="" Description="Optional link to a favicon.ico file." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="OTS_IMAGE_LOGO" Target="OTS_IMAGE_LOGO" Default="" Mode="" Description="Optional link to a logo file." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="OTS_COLOR" Target="OTS_COLOR" Default="#DD4A22" Mode="" Description="Change the color theme of the web interface." Type="Variable" Display="always" Required="false" Mask="false">#DD4A22</Config>
<Config Name="OTS_SSL" Target="OTS_SSL" Default="false" Mode="" Description="Changes how URLs are generated, with HTTPS or without (set to true for use behind reverse proxy!)" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
</Container>