mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-31 16:00:09 +00:00
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/fc6803fd-5743-438d-86b8-068ce48b1411 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
28 lines
888 B
JSON
28 lines
888 B
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-ddclient",
|
|
"display_name": "DDclient (deSEC DDNS)",
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/ddclient",
|
|
"image": "ghcr.io/nextcloud-releases/aio-ddclient",
|
|
"image_tag": "%AIO_CHANNEL%",
|
|
"restart": "unless-stopped",
|
|
"environment": [
|
|
"TZ=%TIMEZONE%",
|
|
"NC_DOMAIN=%NC_DOMAIN%",
|
|
"DESEC_TOKEN=%DESEC_TOKEN%"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_ddclient",
|
|
"destination": "/config",
|
|
"writeable": true
|
|
}
|
|
],
|
|
"backup_volumes": [
|
|
"nextcloud_aio_ddclient"
|
|
]
|
|
}
|
|
]
|
|
}
|