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
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "GoToSocial",
|
|
"port": 8188,
|
|
"available": true,
|
|
"exposable": true,
|
|
"force_expose": true,
|
|
"id": "gotosocial",
|
|
"tipi_version": 5,
|
|
"uid": 1000,
|
|
"gid": 1000,
|
|
"version": "0.9.0",
|
|
"categories": ["social"],
|
|
"description": "Fast, fun, ActivityPub server, powered by Go.",
|
|
"short_desc": "Fast, fun, ActivityPub server, powered by Go.",
|
|
"author": "superseriousbusiness",
|
|
"source": "https://github.com/superseriousbusiness/gotosocial",
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "GoToSocial DB Password",
|
|
"min": 32,
|
|
"env_variable": "GTS_DB_PASSWORD"
|
|
},
|
|
{
|
|
"label": "Sign Ups",
|
|
"type": "text",
|
|
"required": true,
|
|
"options": [
|
|
{
|
|
"label": "Open Sign Up",
|
|
"value": "true"
|
|
},
|
|
{
|
|
"label": "Invite Only",
|
|
"value": "false"
|
|
}
|
|
],
|
|
"env_variable": "GTS_ACCOUNTS_REGISTRATION_OPE"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "SMTP Host",
|
|
"hint": "Your SMTP Server",
|
|
"required": false,
|
|
"env_variable": "GTS_SMTP_HOST"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "SMTP Port",
|
|
"hint": "Your SMTP Port",
|
|
"required": false,
|
|
"env_variable": "GTS_SMTP_PORT"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "SMTP Username",
|
|
"hint": "Your SMTP Server User/Username",
|
|
"required": false,
|
|
"env_variable": "GTS_SMTP_USERNAME"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "SMTP Password",
|
|
"hint": "Your SMTP Server Password",
|
|
"required": false,
|
|
"env_variable": "GTS_SMTP_PASSWORD"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "SMTP From Address",
|
|
"hint": "Make sure the Format is like noreply@example.com",
|
|
"required": false,
|
|
"env_variable": "GTS_SMTP_FROM"
|
|
}
|
|
]
|
|
}
|