Fix DailyTXT Installer (#579)

* Fix DailyTXT Installer

* Update config.json
This commit is contained in:
DrMxrcy 2023-05-23 13:35:13 -04:00 committed by GitHub
parent 31faf48361
commit cd71221bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "dailytxt", "id": "dailytxt",
"tipi_version": 2, "tipi_version": 3,
"version": "1.0.12", "version": "1.0.12",
"categories": [ "categories": [
"utilities" "utilities"
@ -26,7 +26,6 @@
"label": "Allow User Registrastion", "label": "Allow User Registrastion",
"hint": "Set it to true intially to create the first user.", "hint": "Set it to true intially to create the first user.",
"placeholder": "true", "placeholder": "true",
"required": true,
"default": true, "default": true,
"env_variable": "DAILYTXT_ALLOW_REGISTRATION" "env_variable": "DAILYTXT_ALLOW_REGISTRATION"
} }