Bonfire - tend to your digital life in community. Customise and host your own online space and control your experience at the most granular level.
Go to file
2021-04-20 16:52:18 +02:00
.github CI 2021-04-20 16:42:24 +02:00
.sobelow updates from main branch 2021-04-20 15:07:54 +02:00
assets updates from main branch 2021-04-20 15:07:54 +02:00
config Merge branch 'with-valueflows-api' 2021-04-20 16:06:51 +02:00
lib 2021 2021-04-20 15:33:19 +02:00
priv CI 2021-04-20 16:42:24 +02:00
test updates from main branch 2021-04-20 15:07:54 +02:00
.dockerignore updates from main branch 2021-04-20 15:07:54 +02:00
.formatter.exs updates from main branch 2021-04-20 15:07:54 +02:00
.gitignore updates from main branch 2021-04-20 15:07:54 +02:00
.iex.exs recompiling deps 2020-11-10 15:45:38 +01:00
.tool-versions updates 2020-11-28 11:12:32 +00:00
DEPENDENCIES.md deps 2021-04-20 16:13:34 +02:00
deps.git add website 2021-04-20 16:24:49 +02:00
deps.hex updates from main branch 2021-04-20 15:07:54 +02:00
docker-compose.release.yml updates from main branch 2021-04-20 15:07:54 +02:00
docker-compose.yml updates from main branch 2021-04-20 15:07:54 +02:00
Dockerfile.dev disable optimisation that doesn't work 2021-01-22 19:06:48 +01:00
Dockerfile.release updates from main branch 2021-04-20 15:07:54 +02:00
git-publish.sh updates from main branch 2021-04-20 15:07:54 +02:00
LICENSE initial commit 2020-08-05 09:39:59 +02:00
Makefile cmd 2021-04-20 16:14:57 +02:00
mess.exs oops, forgot mess 2020-09-10 12:29:10 +00:00
mix.exs up 2021-04-20 16:52:18 +02:00
mix.lock up 2021-04-20 16:52:18 +02:00
README.md Merge branch 'with-valueflows-api' 2021-04-20 16:06:51 +02:00

Bonfire

This app is part of the Bonfire ecosystem and bundles the following extensions:

Handy commands

  • Upgrade the app + extensions: make update (or make d-update if using docker)
  • Wipe clean Bonfire extensions builds so they get recompiled: mix bonfire.deps.clean (necessary after changing config such as in config/bonfire_data.exs)
  • Clone a git dep and use the local version, eg: make dep-clone-local dep="bonfire_me" repo=https://github.com/bonfire-networks/bonfire_me
  • Automatically commit and push all your changes to local forks (caution, here be dragons!): make bonfire-push-all-update
  • Migrate DB when the app is running: Bonfire.Repo.ReleaseTasks.migrate
  • More handy commands: make help and mix help

Copyright (c) 2021 Bonfire Contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.