1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Upgrade to 0.1.0-2019-07-28

This commit is contained in:
yalh76 2019-07-28 15:33:34 +02:00
parent a02a5e7726
commit b4fd5ac8aa
5 changed files with 6 additions and 8 deletions

View file

@ -13,7 +13,7 @@ MobiliZon aims to solve existing platform's problems to organize events in a dec
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. 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.
**Shipped version:** 0.1.0-2019-07-06 **Shipped version:** 0.1.0-2019-07-28
## Important points to read before installing ## Important points to read before installing

View file

@ -1,6 +1,7 @@
# Settings # Settings
MOBILIZON_INSTANCE_NAME="__NAME__" MOBILIZON_INSTANCE_NAME="__NAME__"
MOBILIZON_INSTANCE_HOST="__DOMAIN__" MOBILIZON_INSTANCE_HOST="__DOMAIN__"
MOBILIZON_INSTANCE_PORT=__PORT__
MOBILIZON_INSTANCE_EMAIL="__ADMIN_EMAIL__" MOBILIZON_INSTANCE_EMAIL="__ADMIN_EMAIL__"
MOBILIZON_INSTANCE_REGISTRATIONS_OPEN=true MOBILIZON_INSTANCE_REGISTRATIONS_OPEN=true
@ -10,7 +11,6 @@ GRAPHQL_API_FULL_PATH=""
# APP # APP
MIX_ENV=prod MIX_ENV=prod
MOBILIZON_INSTANCE_PORT=__PORT__
MOBILIZON_LOGLEVEL="info" MOBILIZON_LOGLEVEL="info"
MOBILIZON_SECRET="__SECRET__" MOBILIZON_SECRET="__SECRET__"
@ -20,5 +20,3 @@ MOBILIZON_DATABASE_PASSWORD="__DB_PWD__"
MOBILIZON_DATABASE_DBNAME="__DB_NAME__" MOBILIZON_DATABASE_DBNAME="__DB_NAME__"
MOBILIZON_DATABASE_HOST="localhost" MOBILIZON_DATABASE_HOST="localhost"
MOBILIZON_DATABASE_PORT="5432" MOBILIZON_DATABASE_PORT="5432"
MOBILIZON_LOGLEVEL="info"

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/69fb1ec8287f196205ffb560c262c26f58e27519/mobilizon-69fb1ec8287f196205ffb560c262c26f58e27519.tar.gz SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/6d80bf43ea75d93cb7987792fa46974f77d330e8/mobilizon-6d80bf43ea75d93cb7987792fa46974f77d330e8.tar.gz
SOURCE_SUM=536e429f99f5bf957bab37822be98fc5557b3b87f186f65a63eb5a65d531ee41 SOURCE_SUM=a8441bd946a8cf5262585119ad9a77c0737f9ae4ed6c7497be8229179ad592b9
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Your federated organization and mobilization platform.", "en": "Your federated organization and mobilization platform.",
"fr": "Votre plateforme fédérée d'organisation et de mobilisation." "fr": "Votre plateforme fédérée d'organisation et de mobilisation."
}, },
"version": "0.1.0-2019-07-06~ynh1", "version": "0.1.0-2019-07-28~ynh1",
"url": "https://joinmobilizon.org/", "url": "https://joinmobilizon.org/",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"maintainer": { "maintainer": {

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="postgresql postgresql-contrib openssl make git postgis " pkg_dependencies="build-essential inotify-tools postgresql postgresql-client postgresql-contrib git curl gnupg openssl postgis make gcc libc-dev argon2 imagemagick"
extra_pkg_dependencies="elixir esl-erlang" extra_pkg_dependencies="elixir esl-erlang"
#================================================= #=================================================