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
|`GLOBAL_WORKSPACE`| string |`mergin`| Namespace (part of URL) for all projects. All projects belong to this single workspace with certain permissions (see below). |
107
-
|`GLOBAL_STORAGE`| integer |`10737418240`| Storage limit <MainPlatformName /> can use to store projects (last version) in bytes (default is 10 GB). Should be reasonably large. |
108
-
|`LOCAL_PROJECTS`| string |`./projects`| Directory to store projects on container. Please refer to volume mapping in docker-compose file. |
109
-
|`TEMP_DIR`| string | Result of `gettempdir()` call | Trash directory for temp files being cleaned regularly. Please refer to volume mapping in docker-compose file. |
110
-
|`MAINTENANCE_FILE`| string |`/data/MAINTENANCE`| File to indicate server is in maintenance - read only mode. Please refer to volume mapping in docker-compose file. |
111
-
|`BLACKLIST`| string |`.mergin/`, `.DS_Store`, `.directory`| Pattern to ignore when syncing files. |
112
-
|`FILE_EXPIRATION`| integer |`172800`| When GeoPackage file was updated with "<NoSpellcheckid="diffable" />" change, original data are being removed (as they can be reconstructed on demand) to save disk space. File lifetime in seconds. |
113
-
|`LOCKFILE_EXPIRATION`| integer |`300`| Time in seconds for project being locked while updated. If no change happens to project in such time, lockfile is removed. |
114
-
|`MAX_CHUNK_SIZE`| integer |`10485760`| Maximum size of file chunk to be uploaded (and received by server) in bytes. |
115
-
|`MAX_DOWNLOAD_ARCHIVE_SIZE`| integer |`1073741824`| Maximum size of project zip archive in bytes for direct download. Too large projects may take too long to download or never complete in one request. |
116
-
|`USE_X_ACCEL`| Boolean |`false`| Whether to use nginx do serve files. Should be enabled if used with nginx proxy for performance reasons. Read more [here](https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/). |
117
-
|`CLOSED_ACCOUNT_EXPIRATION`| integer |`1`| Time in days after user closed his account to all projects and files are permanently deleted. Please note than until user is removed username/email is occupied. |
118
-
|`DELETED_PROJECT_EXPIRATION`| integer|`7`| Lifetime in days for deleted project. Expired projects are removed permanently without possibility to restore afterwards. |
119
-
|`PROJECT_ACCESS_REQUEST`| integer |`604800`| Lifetime of active project access request in seconds. |
120
-
|`TEMP_EXPIRATION`| integer |`7`| Time in days after files in temporary folder are permanently deleted. |
|`GLOBAL_WORKSPACE`⭐️ | string |`mergin`| Namespace (part of URL) for all projects. All projects belong to this single workspace with certain permissions (see below). |
107
+
|`GLOBAL_STORAGE`⭐️ | integer |`10737418240`| Storage limit <MainPlatformName /> can use to store projects (last version) in bytes (default is 10 GB). Should be reasonably large. |
108
+
|`LOCAL_PROJECTS`| string |`./projects`| Directory to store projects on container. Please refer to volume mapping in docker-compose file. |
109
+
|`TEMP_DIR`| string | Result of `gettempdir()` call | Trash directory for temp files being cleaned regularly. Please refer to volume mapping in docker-compose file. |
110
+
|`MAINTENANCE_FILE`| string |`/data/MAINTENANCE`| File to indicate server is in maintenance - read only mode. Please refer to volume mapping in docker-compose file. |
111
+
|`BLACKLIST`| string |`.mergin/`, `.DS_Store`, `.directory`| Pattern to ignore when syncing files. |
112
+
|`FILE_EXPIRATION`| integer |`172800`| When GeoPackage file was updated with "<NoSpellcheckid="diffable" />" change, original data are being removed (as they can be reconstructed on demand) to save disk space. File lifetime in seconds. |
113
+
|`LOCKFILE_EXPIRATION`| integer |`300`| Time in seconds for project being locked while updated. If no change happens to project in such time, lockfile is removed. |
114
+
|`MAX_CHUNK_SIZE`| integer |`10485760`| Maximum size of file chunk to be uploaded (and received by server) in bytes. |
115
+
|`MAX_DOWNLOAD_ARCHIVE_SIZE`| integer |`1073741824`| Maximum size of project zip archive in bytes for direct download. Too large projects may take too long to download or never complete in one request. |
116
+
|`USE_X_ACCEL`⭐️ | Boolean |`false`| Whether to use nginx do serve files. Should be enabled if used with nginx proxy for performance reasons. Read more [here](https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/). |
117
+
|`CLOSED_ACCOUNT_EXPIRATION`| integer |`1`| Time in days after user closed his account to all projects and files are permanently deleted. Please note than until user is removed username/email is occupied. |
118
+
|`DELETED_PROJECT_EXPIRATION`| integer|`7`| Lifetime in days for deleted project. Expired projects are removed permanently without possibility to restore afterwards. |
119
+
|`PROJECT_ACCESS_REQUEST`| integer |`604800`| Lifetime of active project access request in seconds. |
120
+
|`TEMP_EXPIRATION`| integer |`7`| Time in days after files in temporary folder are permanently deleted. |
0 commit comments