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-03-09 11:03:38 +01:00
.github Update issue templates 2021-02-16 13:47:57 +01:00
.local/share assocs & deps 2021-02-18 14:45:59 +01:00
.sobelow assocs & deps 2021-02-18 14:45:59 +01:00
assets style 2021-03-09 09:04:30 +01:00
config Update config 2021-03-09 11:03:38 +01:00
lib Merge branch 'main' into new-ap-adapter 2021-03-09 09:51:04 +01:00
priv tagging 2021-03-06 16:22:44 +01:00
test Use modular AP adapter 2021-03-03 11:27:59 +01:00
.dockerignore WIP 2020-11-14 17:05:58 +01:00
.formatter.exs initial commit 2020-08-05 09:39:59 +02:00
.gitignore misc 2021-01-20 09:57:27 +01: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 list 2021-02-21 19:52:16 +01:00
deps.git tagging 2021-03-06 16:22:44 +01:00
deps.hex assocs 2021-02-11 10:27:30 +01:00
docker-compose.yml misc 2021-01-20 09:57:27 +01:00
Dockerfile.dev disable optimisation that doesn't work 2021-01-22 19:06:48 +01:00
LICENSE initial commit 2020-08-05 09:39:59 +02:00
Makefile deps list 2021-02-21 19:52:16 +01:00
mess.exs oops, forgot mess 2020-09-10 12:29:10 +00:00
mix.exs add milestones 2021-03-02 15:38:17 +01:00
mix.lock tagging 2021-03-06 16:22:44 +01:00
README.md Update README.md 2021-02-02 19:21:29 +01:00

Bonfire

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

Handy commands

  • mix cpub.deps.update - updates commonspub dep versions
  • mix cpub.deps.clean - cleans the compiled deps so config is reread
  • mix cpub.deps - both of the above

If using Docker, just replace mix with make mix- in the above commands, so for example mix cpub.deps becomes make mix-cpub.deps.

Copyright (c) 2020 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/.