chore(koillection): remove redundant "https enabled" env var
This commit is contained in:
parent
9121195828
commit
4a74dcc624
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "../schema.json",
|
||||||
"name": "Koillection",
|
"name": "Koillection",
|
||||||
"available": true,
|
"available": true,
|
||||||
"port": 8050,
|
"port": 8050,
|
||||||
|
@ -12,12 +13,8 @@
|
||||||
"author": "https://github.com/benjaminjonard",
|
"author": "https://github.com/benjaminjonard",
|
||||||
"source": "https://github.com/benjaminjonard/koillection",
|
"source": "https://github.com/benjaminjonard/koillection",
|
||||||
"website": "https://koillection.github.io/",
|
"website": "https://koillection.github.io/",
|
||||||
|
"supported_architectures": ["amd64", "arm64"],
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"label": "https enable",
|
|
||||||
"env_variable": "KOILLECTION_HTTPS_ENABLED"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
"label": "database user",
|
"label": "database user",
|
||||||
|
|
|
@ -14,7 +14,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- APP_DEBUG=0
|
- APP_DEBUG=0
|
||||||
- APP_ENV=prod
|
- APP_ENV=prod
|
||||||
- HTTPS_ENABLED={KOILLECTION_HTTPS_ENABLED}
|
- HTTPS_ENABLED={APP_EXPOSED}
|
||||||
- UPLOAD_MAX_FILESIZE=20M
|
- UPLOAD_MAX_FILESIZE=20M
|
||||||
- PHP_MEMORY_LIMIT=512M
|
- PHP_MEMORY_LIMIT=512M
|
||||||
- PHP_TZ=${TZ}
|
- PHP_TZ=${TZ}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user