Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy with Balena #427

Open
smarthomeagentur opened this issue Oct 11, 2024 · 5 comments
Open

Deploy with Balena #427

smarthomeagentur opened this issue Oct 11, 2024 · 5 comments

Comments

@smarthomeagentur
Copy link

Is there any tutorial or guide on how to deploy with balena? I tried today and some questions came up. like how to get the default user und password for login after deployment

@ab77
Copy link
Contributor

ab77 commented Nov 7, 2024

Does this help?

@smarthomeagentur
Copy link
Author

This one I know and it works so far with a docker instance. But its not meant to go with balena or balena cloud in my case.

@ab77
Copy link
Contributor

ab77 commented Nov 8, 2024

This one I know and it works so far with a docker instance. But its not meant to go with balena or balena cloud in my case.

If you want to run openBalena on balenaOS, you can push the composition as-is (mostly). We test this deployment scenario.

@smarthomeagentur
Copy link
Author

yea I can imagine. But would be nice to have a doku which vars to set and so on. Like the other balena projects for example: https://github.com/balena-io-experimental/browser
I know this one is far more complex but without knowlege this is so much try and error to find everything out

@ab77
Copy link
Contributor

ab77 commented Nov 11, 2024

From here, these are configurable:

DNS_TLD: openBalena DNS (ie. https://api.{{dns_tld}})
ORG_UNIT: for self-signed SSL certs
PRODUCTION_MODE: true|false
SUPERUSER_EMAIL: openBalena admin login email address
VERBOSE: true|false
ACME_EMAIL: for automatic SSL certs expiry notification
CLOUDFLARE_API_TOKEN or GANDI_API_TOKEN: for automatic SSL certs via ACME DNS01 handshake
HAPROXY_CRT + HAPROXY_KEY + ROOT_CA: for custom SSL cert(s)

If you want to contribute a markdown table with the above, that would be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants