The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

bubble_role.json 362 B

vor 4 Jahren
123456789101112
  1. {
  2. "name": "nginx-0.0.1",
  3. "priority": 500,
  4. "template": true,
  5. "config": [
  6. {"name": "server_name", "value": "[[node.fqdn]]"},
  7. {"name": "letsencrypt_email", "value": "[[configuration.letsencryptEmail]]"},
  8. {"name": "ssl_port", "value": "[[configuration.nginxPort]]"},
  9. {"name": "admin_port", "value": "[[node.adminPort]]"}
  10. ],
  11. "tgzB64": ""
  12. }