mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 02:44:05 +02:00
Optional change of php limits
https://github.com/alexbelgium/hassio-addons/issues/1028
This commit is contained in:
@@ -117,6 +117,9 @@
|
|||||||
"default_phone_region": "match(^[A-Z]{2}$)?",
|
"default_phone_region": "match(^[A-Z]{2}$)?",
|
||||||
"disable_updates": "bool?",
|
"disable_updates": "bool?",
|
||||||
"elasticsearch_server": "str?",
|
"elasticsearch_server": "str?",
|
||||||
|
"env_memory_limit": "str?",
|
||||||
|
"env_post_max_size": "str?",
|
||||||
|
"env_upload_max_filesize": "str?",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?",
|
"networkdisks": "str?",
|
||||||
@@ -130,6 +133,6 @@
|
|||||||
"uart": true,
|
"uart": true,
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||||
"version": "27.1.2-2",
|
"version": "27.1.2-3",
|
||||||
"webui": "https://[HOST]:[PORT:443]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user