version chapril de mobilizon https://mobilizon.chapril.org/
Go to file
JohanBaskovec 010f56acf2 Fix error when running `make` / `docker-compose up`
This fixes an error when running the mobilizon_api container (either
with `make` or `docker-compose up`): the command `mix phx.server`
was run first in the mobilizon_api container, but it
made the container restart every ~10 seconds because of missing
dependencies errors. As a result it became impossible to install
the depencies using
`docker-compose exec api sh -c "cd js && yarn install && cd ../"`,
because that would give this error:
`Error response from daemon: Container
8ff288ad74565bb0773f9b5f8fb39ab62925c16ea0ca77c5d2579cc3013a8464 is
restarting, wait until the container is running`.

This commit fixes this error by running the dependency installation
commands (and compilation and db migration) before `mix phx.server`.
2019-10-22 22:16:18 +02:00
.gitlab/issue_templates Better docs 2019-03-18 12:10:29 +01:00
config Add the optimize filter for uploaded pics 2019-10-21 13:42:45 +02:00
docker Introduce Cypress 2019-10-06 18:28:18 +02:00
js Allow WebP and Gif pics 2019-10-21 13:43:06 +02:00
lib Allow WebP and Gif pics 2019-10-21 13:43:06 +02:00
priv Merge branch 'bug/move-sql-columns-from-varchar-to-text' into 'master' 2019-10-18 11:45:13 +02:00
support support: add setup_db.psql 2019-10-21 14:41:52 +02:00
test Merge branch 'bug/fix-XSS-on-event-title' into 'master' 2019-10-16 19:17:27 +02:00
uploads Move to GraphQL 2018-11-06 10:30:27 +01:00
.credo.exs Notifications on event update 2019-09-30 19:01:46 +02:00
.dockerignore Add .dockerignore 2019-04-18 09:52:39 +02:00
.env.sample Add ability to update/create/delete identities 2019-07-08 16:32:22 +02:00
.formatter.exs Fix mix format and format migrations too 2019-02-22 14:53:09 +01:00
.gitignore support: add setup_db.psql 2019-10-21 14:41:52 +02:00
.gitlab-ci.yml Fix Cypress run on CI 2019-10-16 13:43:41 +02:00
.graphqlconfig.yaml Refactor media upload 2019-05-24 17:29:51 +02:00
CONTRIBUTING.md Fix contribution guide link 2019-10-15 17:45:22 +02:00
Dockerfile Improve docker setup 2019-10-16 11:12:42 +02:00
LICENSE Rename project to Mobilizon 2018-10-11 17:37:39 +02:00
Makefile Fix error when running `make` / `docker-compose up` 2019-10-22 22:16:18 +02:00
README.md Better framasoft logo 2019-09-05 15:30:18 +02:00
SECURITY.md Documentation proofing 2019-05-19 11:38:09 +02:00
docker-compose.test.yml add make test and Remove vue-cli serve 2019-04-30 13:56:07 +02:00
docker-compose.yml Fix error when running `make` / `docker-compose up` 2019-10-22 22:16:18 +02:00
mix.exs Add the optimize filter for uploaded pics 2019-10-21 13:42:45 +02:00
mix.lock Add the optimize filter for uploaded pics 2019-10-21 13:42:45 +02:00
schema.graphql (Hopefully) improve grammar 2019-10-15 21:38:49 +02:00
tsconfig.json Automatically login after registration 2019-10-07 15:29:24 +02:00

README.md

Mobilizon

Mobilizon is your federated organization and mobilization platform. Gather people with a convivial, ethical, and emancipating tool.

Developed with ♥ by Framasoft

Framasoft logo

Introduction

Mobilizon is a tool designed to create platforms for managing communities and events. Its purpose is to help as many people as possible to free themselves from Facebook groups and events, from Meetup, etc.

The Mobilizon software is under a Free licence, so anyone can host a Mobilizon server, called an instance. These instances may federate with each other, so any person with an account on ExampleMeet will be able to register to an event created on SpecimenEvent.

Features

👤 Identities

Do you want to separate your family gatherings from your associative activities or militant mobilizations? You will have the power to create multiple identities from the same account, like so many social masks.


📅 Events and groups

Create your events and make sure they will appeal to everybody. Privacy settings and participants roles are supported. There's no lock-in, you can interact with the event without registration.


Contributing

We appreciate any contribution to Mobilizon. Check our CONTRIBUTING file for more information.

Learn more

Discuss

Follow

Note: Most federation code comes from Pleroma, which is Copyright © 2017-2018 Pleroma Authors - AGPL-3.0