app-store/apps/firefly-iii/config.json
Nicolas Meienberger d713238b5c
local domain configs A-G (#676)
* feat(actual-budget): change config to support local domain

* feat(adguard): change config to support local domain

* feat(autobrr): change config to support local domain

* feat(barrage): change config to support local domain

* feat(bazarr): change config to support local domain

* feat(booksonic): change config to support local domain

* feat(bookstack): change config to support local domain

* feat(calibre-web): change config to support local domain

* feat(chatgpt-ui): change config to support local domain

* feat(chatpad): change config to support local domain

* feat(code-server): change config to support local domain

* feat(codex-docs): change config to support local domain

* feat(dailytxt): change config to support local domain

* feat(dashdot): change config to support local domain

* feat(deemix): change config to support local domain

* feat(deluge): change config to support local domain

* feat(dokuwiki): change config to support local domain

* feat(dozzle): change config to support local domain

* feat(duplicati): change config to support local domain

* feat(emulatorjs): change config to support local domain

* feat(excalidraw): change config to support local domain

* feat(filebrowser): change config to support local domain

* feat(filestash): change config to support local domain

* feat(firefly-iii): change config to support local domain

* feat(fireshare): change config to support local domain

* feat(flatnotes): change config to support local domain

* feat(freshrss): change config to support local domain

* feat(ghost): change config to support local domain

* feat(gitea): change config to support local domain

* feat(gotify): change config to support local domain

* feat(gotosocial): change config to support local domain

* feat(grafana): change config to support local domain

* feat(grav): change config to support local domain

* feat(grocy): change config to support local domain
2023-06-10 16:46:05 +02:00

39 lines
845 B
JSON

{
"$schema": "../schema.json",
"name": "Firefly III",
"available": true,
"exposable": true,
"port": 8115,
"tipi_version": 4,
"version": "version-5.7.11",
"id": "firefly-iii",
"categories": ["finance"],
"description": "",
"short_desc": "Firefly III: a personal finances manager ",
"author": "JC5",
"website": "https://www.firefly-iii.org/",
"source": "https://github.com/firefly-iii/firefly-iii",
"form_fields": [
{
"type": "email",
"label": "Your email",
"required": true,
"env_variable": "EMAIL"
},
{
"type": "random",
"min": 32,
"max": 32,
"label": "Random key",
"env_variable": "APP_KEY"
},
{
"type": "random",
"min": 32,
"max": 32,
"label": "Database password",
"env_variable": "MYSQL_PASSWORD"
}
]
}