The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

bubble_role.json 281 B

123456789101112
  1. {
  2. "name": "algo-0.0.1",
  3. "priority": 400,
  4. "template": true,
  5. "install": "node",
  6. "config": [
  7. {"name": "server_name", "value": "[[node.fqdn]]"},
  8. {"name": "endpoint", "value": "[[node.ip4]]"},
  9. {"name": "ssl_port", "value": "[[node.sslPort]]"}
  10. ],
  11. "tgzB64": ""
  12. }