-
Notifications
You must be signed in to change notification settings - Fork 1
/
synapse.xml
80 lines (80 loc) · 2.77 KB
/
synapse.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
<?xml version="1.0"?>
<Container version="2">
<Name>synapse</Name>
<Repository>matrixdotorg/synapse</Repository>
<Registry>https://hub.docker.com/r/matrixdotorg/synapse/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/matrix-org/synapse</Support>
<Project>https://matrix.org/docs/projects/server/synapse</Project>
<Overview>Synapse is the most widely installed Matrix homeserver implementation. It is a reference "homeserver" implementation of Matrix from the core development team at matrix.org

```
docker run -it --rm 
-v /path/to/data:/data 
-e SYNAPSE_SERVER_NAME=matrix.server.com 
-e SYNAPSE_REPORT_STATS=yes 
-e UID=99 
-e GID=100 
matrixdotorg/synapse:latest 
generate
```</Overview>
<Category>Cloud: Network:Messenger Status:Stable</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/synapse.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled></DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Synapse is the most widely installed Matrix homeserver implementation. It is a reference "homeserver" implementation of Matrix from the core development team at matrix.org

```
docker run -it --rm 
-v /path/to/data:/data 
-e SYNAPSE_SERVER_NAME=matrix.server.com 
-e SYNAPSE_REPORT_STATS=yes 
-e UID=99 
-e GID=100 
matrixdotorg/synapse:latest 
generate
```</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8008</HostPort>
<ContainerPort>8008</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="Port" Target="8008" Default="" Mode="tcp" Description="Container Port: 8008" Type="Port" Display="always" Required="false" Mask="false"></Config>
<Config Name="Data" 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>