d713238b5c
* 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
32 lines
863 B
JSON
32 lines
863 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "DailyTxT",
|
|
"port": 8156,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "dailytxt",
|
|
"tipi_version": 4,
|
|
"version": "1.0.12",
|
|
"categories": ["utilities"],
|
|
"description": "DailyTxT is an encrypted Diary Web-App to write down your stories of the day and to find them again easily.",
|
|
"short_desc": "Encrypted Diary Web-App",
|
|
"author": "PhiTux",
|
|
"source": "https://github.com/PhiTux/DailyTxT",
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "DailyTXT Secret Key",
|
|
"min": 32,
|
|
"env_variable": "DAILYTXT_SECRET_KEY"
|
|
},
|
|
{
|
|
"type": "boolean",
|
|
"label": "Allow User Registrastion",
|
|
"hint": "Set it to true intially to create the first user.",
|
|
"placeholder": "true",
|
|
"default": true,
|
|
"env_variable": "DAILYTXT_ALLOW_REGISTRATION"
|
|
}
|
|
]
|
|
}
|