forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
duckdns.json
35 lines (35 loc) · 1.26 KB
/
duckdns.json
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
{
"DuckDNS": {
"website": "https://www.duckdns.org/",
"version": "1.1",
"description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/duckdns' target='_blank'>https://hub.docker.com/r/linuxserver/duckdns</a>, available for amd64 and arm64 architecture.</p>",
"containers": {
"duckdns": {
"image": "linuxserver/duckdns",
"launch_order": 1,
"environment": {
"PUID": {
"description": "Enter a valid UID to run DuckDNS as.",
"label": "UID to run Duck DNS as.",
"index": 1
},
"PGID": {
"description": "Enter a valid GID to use along with the above UID. ",
"label": "GID to run Duck DNS as.",
"index": 2
},
"SUBDOMAINS": {
"description": "Enter a valid Subdomain. Multiple subdomains allowed, comma separated, no spaces",
"label": "Subdomain(s)",
"index": 3
},
"TOKEN": {
"description": "Authentication/API Token for DuckDNS",
"label": "Token for Duck DNS",
"index": 4
}
}
}
}
}
}