mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Updated to version 2.9.0
This commit is contained in:
parent
3eaf8b61a8
commit
cf8e415b0e
4 changed files with 13 additions and 11 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)
|
[![Installer Monica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=monica)
|
||||||
|
|
||||||
Shipped version: **2.8.1**
|
Shipped version: **2.9.0**
|
||||||
<p align="center"><img src="37693034-5783b3d6-2c93-11e8-80ea-bd78438dcd51.png"></p>
|
<p align="center"><img src="37693034-5783b3d6-2c93-11e8-80ea-bd78438dcd51.png"></p>
|
||||||
<h1 align="center">Personal Relationship Manager</h1>
|
<h1 align="center">Personal Relationship Manager</h1>
|
||||||
|
|
||||||
|
|
14
conf/.env
14
conf/.env
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# Welcome, friend ❤. Thanks for trying out Monica. We hope you'll have fun.
|
||||||
|
#
|
||||||
|
|
||||||
# Two choices: local|production. Use local if you want to install Monica as a
|
# Two choices: local|production. Use local if you want to install Monica as a
|
||||||
# development version. Use production otherwise.
|
# development version. Use production otherwise.
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
|
@ -85,18 +89,16 @@ SENTRY_LARAVEL_DSN=
|
||||||
# Default to true.
|
# Default to true.
|
||||||
CHECK_VERSION=true
|
CHECK_VERSION=true
|
||||||
|
|
||||||
# Have access to paid features available on https://monicahq.com, for free.
|
|
||||||
# Can be true or false. Default to false.
|
|
||||||
# If set to true, that means your users will have to pay to access the paid
|
|
||||||
# features. We use Stripe to do this.
|
|
||||||
REQUIRES_SUBSCRIPTION=false
|
|
||||||
|
|
||||||
# Change this only if you know what you are doing
|
# Change this only if you know what you are doing
|
||||||
CACHE_DRIVER=database
|
CACHE_DRIVER=database
|
||||||
SESSION_DRIVER=file
|
SESSION_DRIVER=file
|
||||||
SESSION_LIFETIME=120
|
SESSION_LIFETIME=120
|
||||||
QUEUE_DRIVER=sync
|
QUEUE_DRIVER=sync
|
||||||
|
|
||||||
|
# Maximum allowed size for uploaded files, in kilobytes.
|
||||||
|
# Make sure this is an integer, without commas or spaces.
|
||||||
|
DEFAULT_MAX_UPLOAD_SIZE=10240
|
||||||
|
|
||||||
# Default filesystem to store uploaded files.
|
# Default filesystem to store uploaded files.
|
||||||
# Possible values: public|s3
|
# Possible values: public|s3
|
||||||
DEFAULT_FILESYSTEM=public
|
DEFAULT_FILESYSTEM=public
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://github.com/monicahq/monica/archive/v2.8.1.zip
|
SOURCE_URL=https://github.com/monicahq/monica/archive/v2.9.0.zip
|
||||||
SOURCE_SUM=130d886412483e2a80703fde42b09181d572ca355ce1144c5bf7db8fa9010cb0
|
SOURCE_SUM=4a4f4ce341950b39f5c07c0066d56063179af91c5857d34553dc30ec77a44e1c
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=v2.8.0.zip
|
SOURCE_FILENAME=v2.9.0.zip
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://monica.com",
|
"url": "https://monica.com",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"version": "2.8.1",
|
"version": "2.9.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Sebastian Gumprich",
|
"name": "Sebastian Gumprich",
|
||||||
"email": "yunohost@gumpri.ch",
|
"email": "yunohost@gumpri.ch",
|
||||||
|
|
Loading…
Reference in a new issue