-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathradicale.xml
More file actions
59 lines (59 loc) · 2.83 KB
/
Copy pathradicale.xml
File metadata and controls
59 lines (59 loc) · 2.83 KB
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
<?xml version="1.0"?>
<Container version="2">
<Name>radicale</Name>
<Repository>tomsquest/docker-radicale</Repository>
<Registry>https://hub.docker.com/r/tomsquest/docker-radicale/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/122788-support-jpdvm2014-templates/</Support>
<Project>https://radicale.org/v3.html</Project>
<Overview>Docker image for Radicale, a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. Template is based on tomsquest's image.

Configuration Instructions: https://github.com/JPDVM2014/radicale</Overview>
<Category>Productivity:</Category>
<Screenshot>https://github.com/JPDVM2014/radicale/blob/main/radicale-login.png?raw=true</Screenshot>
<Screenshot>https://github.com/JPDVM2014/radicale/blob/main/radicale-webui-screen.png?raw=true</Screenshot>
<WebUI>http://[IP]:[PORT:5232]/</WebUI>
<TemplateURL/>
<Icon>https://github.com/JPDVM2014/radicale/blob/main/radicale-icon.jpg?raw=true</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1650851935</DateInstalled>
<DonateText>If you find this template useful, I’d love a coffee!</DonateText>
<DonateLink>https://bmc.link/JPDVM2014</DonateLink>
<Description>Docker image for Radicale, a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. Template is based on tomsquest's image.

Configuration Instructions: https://github.com/JPDVM2014/radicale</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5232</HostPort>
<ContainerPort>5232</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/config</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir/>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="AppData" Target="/config" Default="/mnt/user/appdata/docker-radicale/" Mode="ro" Description="Container Path: /config " Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Data" Target="/data" Default="/mnt/user/docker-radicale" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="WebUI" Target="5232" Default="5232" Mode="tcp" Description="Container Port: 5232" Type="Port" Display="always" Required="true" Mask="false">5232</Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">100</Config>
</Container>