-
Notifications
You must be signed in to change notification settings - Fork 1
/
matrix-whatsapp.xml
58 lines (58 loc) · 1.89 KB
/
matrix-whatsapp.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
<?xml version="1.0"?>
<Container version="2">
<Name>matrix-whatsapp</Name>
<Repository>dock.mau.dev/tulir/mautrix-whatsapp</Repository>
<Registry/>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project>https://maunium.net/go/mautrix-whatsapp/</Project>
<Overview>A Matrix-WhatsApp puppeting bridge</Overview>
<Category>Cloud: Network:Messenger Status:Stable</Category>
<WebUI/>
<TemplateURL/>
<Icon/>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled></DateInstalled>
<DonateText/>
<DonateLink/>
<Description>A Matrix-WhatsApp puppeting bridge</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>29318</HostPort>
<ContainerPort>29318</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>UID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>GID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Host Port 1" Target="29318" Default="" Mode="tcp" Description="Container Port: 29318" Type="Port" Display="always" Required="false" Mask="false">29318</Config>
<Config Name="Host Path 1" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Variable: GID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
</Container>