-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfirefoxsync.xml
70 lines (70 loc) · 3.18 KB
/
firefoxsync.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
<?xml version="1.0"?>
<Container version="2">
<Name>firefoxsync</Name>
<Repository>crazymax/firefox-syncserver</Repository>
<Registry>https://hub.docker.com/r/crazymax/firefox-syncserver/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://hub.docker.com/r/crazymax/firefox-syncserver/</Support>
<Project/>
<Overview>Firefox Sync Server image based on Python Alpine Linux.</Overview>
<Category/>
<WebUI/>
<TemplateURL>https://github.com/CHBMB/docker-templates/blob/master/firefoxsync.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CHBMB/docker-templates/master/img/firefox.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<DonateText/>
<DonateLink/>
<Description>Firefox Sync Server image based on Python Alpine Linux.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5000</HostPort>
<ContainerPort>5000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw,slave</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>http://localhost:5000</Value>
<Name>SYNCSERVER_PUBLIC_URL</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>FF_SYNCSERVER_SECRET</Name>
<Mode/>
</Variable>
<Variable>
<Value>true</Value>
<Name>FF_SYNCSERVER_ALLOW_NEW_USERS</Name>
<Mode/>
</Variable>
<Variable>
<Value>false</Value>
<Name>FF_SYNCSERVER_FORCE_WSGI_ENVIRON</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Gunicorn Port" Target="5000" Default="" Mode="tcp" Description="Container Port: 5000" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
<Config Name="Appdata" Target="/data" Default="" Mode="rw,slave" Description="Container Path: /data" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Public URL" Target="SYNCSERVER_PUBLIC_URL" Default="" Mode="" Description="Must be edited to point to the public URL of your server" Type="Variable" Display="always" Required="false" Mask="false">http://localhost:5000</Config>
<Config Name="Secret Key" Target="FF_SYNCSERVER_SECRET" Default="" Mode="" Description="This is a secret key used for signing authentication tokens. It should be long and randomly-generated." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Allow New Users" Target="FF_SYNCSERVER_ALLOW_NEW_USERS" Default="" Mode="" Description="Set this to false to disable new-user signups on the server. Only request by existing accounts will be honoured" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
<Config Name="Force WSGI" Target="FF_SYNCSERVER_FORCE_WSGI_ENVIRON" Default="" Mode="" Description="Set this to true to work around a mismatch between public_url and the application URL as seen by python, which can happen in certain reverse-proxy hosting setups" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
</Container>