You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QFieldCloud has a containerized architecture with multiple containers and volumes.
9
9
10
10
11
-
!
11
+
!
12
12
13
-
See an interactive version of [the drawing above](https://excalidraw.com/#json=D2nvh_kmi5HAFVQne4atD,D9gsC0i14V491ZsCp-FLMw).
13
+
See an interactive version of [the drawing above](https://excalidraw.com/#json=7rUYYLuU9kkRrvR3acb8R,6l4zHy4gvz8WYcb9z5O1jQ).
14
14
15
15
!!! note
16
16
For simplicity and clarity all graphs show the so called "happy path" without detailing the error handling through the process.
@@ -131,6 +131,19 @@ If `minio` is running, please make sure the host's firewall allows port `8009`,
131
131
Single shot container to create the required buckets on the Object Storage under **[`minio`] File Storage**.
132
132
133
133
134
+
#### [`webdav`] Alternative File Storage
135
+
136
+
Local WebDAV storage used for development, using WebDAV protocol and specifications.
137
+
138
+
The data is stored on the **[`webdav_data`]** volume.
139
+
140
+
Can alternatively be used in place of the `minio` File Storage for storing the files. Can optionally be used for storing only attachments on it.
141
+
142
+
!!! info
143
+
The webdav storage is optional, it is not a requirement for the system to work properly.
144
+
145
+
If used, the webdav storage service should be replaced by a proper WebDAV server, e.g. NextCloud.
146
+
134
147
#### [`db`] App PostgreSQL
135
148
136
149
Local PostgreSQL database server to host the data for the **[`app`] QFieldCloud App**.
@@ -160,6 +173,11 @@ Stores dynamically created user PostGIS databases.
160
173
Stores data for the **[`minio`] S3 service**.
161
174
162
175
176
+
#### [`webdav_data`]
177
+
178
+
Stores data for the **[`webdav`] storage service** if present.
0 commit comments