automated-setup/script/config.sample.json

27 lines
1.1 KiB
JSON

{
"host": "192.168.1.100",
"port": 22,
"password": "initial_root_password_for_first_setup",
"customer": "acme",
"domain": "acme.com",
"company_name": "Acme Corporation",
"tools": [
"portainer",
"n8n",
"baserow",
"chatwoot",
"nextcloud",
"uptime-kuma"
],
"skip_ssl": false,
"action": "all",
"_comment_tools": "Available tools: activepieces, baserow, calcom, chatwoot, diun-watchtower, documenso, ghost, gitea, gitea-drone, glitchtip, html, keycloak, librechat, listmonk, minio, n8n, nextcloud, nocodb, odoo, penpot, portainer, poste, redash, squidex, stirlingpdf, typebot, umami, uptime-kuma, windmill, wordpress. Use 'all' to deploy everything.",
"_comment_action": "Available actions: upload (upload files only), env (run env_setup.sh), setup (run setup.sh), all (complete deployment)",
"_comment_skip_ssl": "Set to true to skip SSL certificate generation during setup",
"_comment_password_vs_key": "Use 'password' for initial root setup, or use 'key' with path to SSH private key for subsequent access via stefan user"
}