The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

12 rindas
281 B

  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. }