mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 08:01:00 +00:00
19 lines
1.6 KiB
JSON
19 lines
1.6 KiB
JSON
{
|
|
"repository": "https://github.com/clearflask/clearflask",
|
|
"dockerDocs": "https://github.com/clearflask/clearflask#self-hosting",
|
|
"composeFile": "https://github.com/clearflask/clearflask/blob/master/clearflask-release/src/main/docker/compose/docker-compose.self-host.yml",
|
|
"officialDockerCompose": "https://github.com/clearflask/clearflask/blob/master/clearflask-release/src/main/docker/compose/docker-compose.self-host.yml",
|
|
"officialSelfHostingDocs": "https://github.com/clearflask/clearflask#self-hosting",
|
|
"officialHelmValues": "https://github.com/clearflask/clearflask/blob/master/clearflask-helm/charts/clearflask/values.yaml",
|
|
"officialHelmServerSecretTemplate": "https://github.com/clearflask/clearflask/blob/master/clearflask-helm/charts/clearflask/templates/server/secret.yaml",
|
|
"officialConnectConfigTemplate": "https://github.com/clearflask/clearflask/blob/master/clearflask-helm/charts/clearflask/templates/connect/configmap.yaml",
|
|
"serverImage": "ghcr.io/clearflask/clearflask-server:2.3.1",
|
|
"connectImage": "ghcr.io/clearflask/clearflask-connect:2.3.1",
|
|
"mailpitRepository": "https://github.com/axllent/mailpit",
|
|
"notes": [
|
|
"Issue request: https://github.com/okxlin/appstore/issues/2748",
|
|
"ClearFlask's official Docker compose auto-generates placeholder self-host secrets. The app writes generated secrets to a shared persistent directory before starting the official server and connect entrypoints.",
|
|
"Mailpit is included as a default local SMTP catcher so first-login emails can be inspected during initial setup. Production deployments should switch SMTP settings to a real mail service."
|
|
]
|
|
}
|