The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

bubble_role.json 477 B

4 anos atrás
4 anos atrás
4 anos atrás
1234567891011121314
  1. {
  2. "name": "nginx-0.0.1",
  3. "priority": 500,
  4. "template": true,
  5. "config": [
  6. {"name": "server_name", "value": "[[node.fqdn]]"},
  7. {"name": "server_alias", "value": "[[network.networkDomain]]"},
  8. {"name": "letsencrypt_email", "value": "[[configuration.letsencryptEmail]]"},
  9. {"name": "ssl_port", "value": "[[node.sslPort]]"},
  10. {"name": "admin_port", "value": "[[node.adminPort]]"},
  11. {"name": "install_type", "value": "[[installType]]"}
  12. ],
  13. "tgzB64": ""
  14. }