mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-28 23:47:40 +01:00
rename
This commit is contained in:
43
zzz_draft_overleaf/config.json
Normal file
43
zzz_draft_overleaf/config.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"arch": [
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "web-based collaborative LaTeX editor",
|
||||
"environment": {
|
||||
"REDIS_HOST": "localhost",
|
||||
"REDIS_PASSWORD": "",
|
||||
"REDIS_PORT": "6379",
|
||||
"SHARELATEX_MONGO_URL": "mongodb://mongo/sharelatex",
|
||||
"SHARELATEX_REDIS_HOST": "redis",
|
||||
"TEXMFVAR": "/var/lib/sharelatex/tmp/texmf-var"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/overleaf-{arch}",
|
||||
"map": [
|
||||
"addon_config:rw"
|
||||
],
|
||||
"name": "DO NOT USE Overleaf",
|
||||
"options": {
|
||||
"EMAIL_CONFIRMATION_DISABLED": "true",
|
||||
"ENABLED_LINKED_FILE_TYPES": "url,project_file",
|
||||
"ENABLE_CONVERSIONS": "true",
|
||||
"SHARELATEX_APP_NAME": "Overleaf Community Edition"
|
||||
},
|
||||
"panel_icon": "mdi:bitcoin",
|
||||
"ports": {
|
||||
"80/tcp": 80
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Web UI port"
|
||||
},
|
||||
"schema": {
|
||||
"EMAIL_CONFIRMATION_DISABLED": "bool",
|
||||
"ENABLED_LINKED_FILE_TYPES": "str",
|
||||
"ENABLE_CONVERSIONS": "bool",
|
||||
"SHARELATEX_APP_NAME": "str"
|
||||
},
|
||||
"slug": "overleaf",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "0.2.1",
|
||||
"webui": "http://[HOST]:[PORT:80]"
|
||||
}
|
||||
Reference in New Issue
Block a user