@@ -35,8 +35,8 @@ The simplest configuration is when Nextcloud is installed on the host and Docker
3535.. mermaid ::
3636
3737 stateDiagram-v2
38- classDef docker fill: #1f97ee, color: transparent , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
39- classDef nextcloud fill: #006aa3, color: transparent , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
38+ classDef docker fill: #1f97ee, color: white , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
39+ classDef nextcloud fill: #006aa3, color: white , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
4040 classDef python fill: #1e415f, color: white, stroke: #364c53, stroke-width: 1px
4141
4242 Host
@@ -73,8 +73,8 @@ Suggested way to communicate with Docker via `Docker Socket Proxy container <htt
7373.. mermaid ::
7474
7575 stateDiagram-v2
76- classDef docker fill: #1f97ee, color: transparent , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
77- classDef nextcloud fill: #006aa3, color: transparent , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
76+ classDef docker fill: #1f97ee, color: white , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
77+ classDef nextcloud fill: #006aa3, color: white , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
7878 classDef python fill: #1e415f, color: white, stroke: #364c53, stroke-width: 1px
7979
8080 Host
@@ -124,8 +124,8 @@ In this case, the AppAPI uses a Docker Socket Proxy deployed on remote host to a
124124.. mermaid ::
125125
126126 stateDiagram-v2
127- classDef docker fill: #1f97ee, color: transparent , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
128- classDef nextcloud fill: #006aa3, color: transparent , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
127+ classDef docker fill: #1f97ee, color: white , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
128+ classDef nextcloud fill: #006aa3, color: white , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
129129 classDef python fill: #1e415f, color: white, stroke: #364c53, stroke-width: 1px
130130
131131 Direction LR
@@ -170,8 +170,8 @@ Suggested way to communicate with Docker: via ``docker-socket-proxy``.
170170.. mermaid ::
171171
172172 stateDiagram-v2
173- classDef docker fill: #1f97ee, color: transparent , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
174- classDef nextcloud fill: #006aa3, color: transparent , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
173+ classDef docker fill: #1f97ee, color: white , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
174+ classDef nextcloud fill: #006aa3, color: white , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
175175 classDef python fill: #1e415f, color: white, stroke: #364c53, stroke-width: 1px
176176
177177 Host
@@ -220,9 +220,9 @@ In the case of AppAPI in Docker AIO setup (installed in Nextcloud container).
220220.. mermaid ::
221221
222222 stateDiagram-v2
223- classDef docker fill: #1f97ee, color: transparent , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
224- classDef docker2 fill: #1f97ee, color: transparent , font-size: 20px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
225- classDef nextcloud fill: #006aa3, color: transparent , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
223+ classDef docker fill: #1f97ee, color: white , font-size: 34px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
224+ classDef docker2 fill: #1f97ee, color: white , font-size: 20px, stroke: #364c53, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/docker.png) no-repeat center center / contain
225+ classDef nextcloud fill: #006aa3, color: white , font-size: 34px, stroke: #045987, stroke-width: 1px, background: url(https://raw.githubusercontent.com/nextcloud/documentation/master/admin_manual/exapps_management/img/nextcloud.svg) no-repeat center center / contain
226226 classDef python fill: #1e415f, color: white, stroke: #364c53, stroke-width: 1px
227227
228228 Host
0 commit comments