A place your community is happy to call home.
https://bonfirenetworks.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 days ago | |
---|---|---|
.env.sample | 2 days ago | |
.gitignore | 4 months ago | |
README.md | 3 days ago | |
abra.sh | 4 months ago | |
compose.yml | 2 days ago | |
entrypoint.sh.tmpl | 4 months ago | |
secrets.sh | 3 months ago |
README.md
bonfire
A coop-cloud recipe for deploying Bonfire
- Category: Apps
- Status: 1, alpha
- Image:
bonfirenetworks/bonfire
, 4, upstream - Healthcheck:
- Backups:
- Email:
- Tests:
- SSO:
Basic usage
- Install
abra
on your computer - Prepare your server with
abra server add --provision your-server.domain.name server_username 22
- Deploy the
coop-cloud/traefik
proxy if you haven't already abra app new --secrets bonfire
abra app config your-server.domain.name
to check and edit the config (there are comments to explain the different options)abra app deploy your-server.domain.name
- Open the configured domain in your browser and sign up!
Upgrades
abra app deploy --force your-server.domain.name
FAQ
The app isn't starting
On the server, try this command to see what services are starting or not: docker service ls
and this one to debug why one isn't starting: docker service ps $container_name
How can I get to the app's Elixir console?
abra app run your-server.domain.name app bin/bonfire remote