mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Updated to version 2.8.0
This commit is contained in:
parent
6630f55a35
commit
7285bd235c
6 changed files with 8 additions and 22 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
[![Installer Monica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=monica)
|
||||
|
||||
Shipped version: **2.7.1**
|
||||
Shipped version: **2.8.0**
|
||||
<p align="center"><img src="37693034-5783b3d6-2c93-11e8-80ea-bd78438dcd51.png"></p>
|
||||
<h1 align="center">Personal Relationship Manager</h1>
|
||||
|
||||
|
|
16
conf/.env
16
conf/.env
|
@ -55,7 +55,8 @@ APP_EMAIL_NEW_USERS_NOTIFICATION=yunomail
|
|||
# Default locale used in the application.
|
||||
APP_DEFAULT_LOCALE=language
|
||||
|
||||
# Ability to disable signups on your instance. Can be true or false. Default to false.
|
||||
# Ability to disable signups on your instance.
|
||||
# Can be true or false. Default to false.
|
||||
APP_DISABLE_SIGNUP=true
|
||||
|
||||
# Enable user email verification.
|
||||
|
@ -90,17 +91,6 @@ CHECK_VERSION=true
|
|||
# features. We use Stripe to do this.
|
||||
REQUIRES_SUBSCRIPTION=false
|
||||
|
||||
# ONLY NECESSARY IF MONICA REQUIRES A SUBSCRIPTION TO WORK
|
||||
# Leave blank unless you know what you are doing.
|
||||
STRIPE_KEY=
|
||||
STRIPE_SECRET=
|
||||
PAID_PLAN_MONTHLY_FRIENDLY_NAME=
|
||||
PAID_PLAN_MONTHLY_ID=
|
||||
PAID_PLAN_MONTHLY_PRICE=
|
||||
PAID_PLAN_ANNUAL_FRIENDLY_NAME=
|
||||
PAID_PLAN_ANNUAL_ID=
|
||||
PAID_PLAN_ANNUAL_PRICE=
|
||||
|
||||
# Change this only if you know what you are doing
|
||||
CACHE_DRIVER=database
|
||||
SESSION_DRIVER=file
|
||||
|
@ -119,7 +109,7 @@ AWS_BUCKET=
|
|||
AWS_SERVER=
|
||||
|
||||
# Allow Two Factor Authentication feature on your instance
|
||||
2FA_ENABLED=false
|
||||
MFA_ENABLED=false
|
||||
|
||||
# CLIENT ID and SECRET used for the official mobile application
|
||||
# This is to make sure that only the mobile application that you approve can
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/monicahq/monica/archive/v2.7.1.zip
|
||||
SOURCE_SUM=d9bdb6508d23835a0b6f45332fa15a58959ab7bf8052670465c7bb67812c17aa
|
||||
SOURCE_URL=https://github.com/monicahq/monica/archive/v2.8.0.zip
|
||||
SOURCE_SUM=72670426bf3ffd64827d0d0fce32469fc895b800580d1c81f0213e52b468e1c6
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=v2.7.1.zip
|
||||
SOURCE_FILENAME=v2.8.0.zip
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"url": "https://monica.com",
|
||||
"license": "GPL-3.0",
|
||||
"version": "2.7.1",
|
||||
"version": "2.8.0",
|
||||
"maintainer": {
|
||||
"name": "Sebastian Gumprich",
|
||||
"email": "yunohost@gumpri.ch",
|
||||
|
|
2
sources/extra_files/app/.gitignore
vendored
2
sources/extra_files/app/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
2
sources/patches/.gitignore
vendored
2
sources/patches/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
Loading…
Reference in a new issue