1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
Monica package for YunoHost
Find a file
yalh76 d141ad2882 Fix upgrade
./upgrade: line 189: [: : integer expression expected
2020-06-11 20:59:22 +02:00
conf Fix nginx 2020-06-11 13:46:00 +02:00
scripts Fix upgrade 2020-06-11 20:59:22 +02:00
.gitignore Initial 2017-06-08 13:32:01 +02:00
37693034-5783b3d6-2c93-11e8-80ea-bd78438dcd51.png Few changes in manifest.json and added monica bear picture 2018-05-28 21:19:52 +05:30
check_process Fix upgrade 2020-06-11 20:59:22 +02:00
issue_template.md Apply example_ynh 2020-06-11 03:13:15 +02:00
LICENSE Few changes in manifest.json and added monica bear picture 2018-05-28 21:19:52 +05:30
manifest.json [YEP-2.1] You should specify the type of the argument 'language' 2020-06-11 13:44:07 +02:00
pull_request_template.md Apply example_ynh 2020-06-11 03:13:15 +02:00
README.md Apply example_ynh 2020-06-11 03:13:15 +02:00

Monica app for YunoHost

Integration level
Install Monica with YunoHost

This package allows you to install Monica quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Monica is an open-source web application to organize the interactions with your loved ones. I call it a PRM, or Personal Relationship Management. Think of it as a CRM (a popular tool used by sales teams in the corporate world) for your friends or family.

Shipped version: 2.17.0

Screenshots

Configuration

Change the settings of the app by changing the values in .env

YunoHost specific features

Multi-user support

First User Registration: Visit the app domain after the installation is complete to register as first user. After the first user is registered the registration will be locked. You can open the register for all by changing the value APP_DISABLE_SIGNUP to false in .env. There is no admin interface in the Monica app currently.

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Introduction

What works?

  • Update and remove script
  • Upgrade script
  • Backup and restore script (Need testing)
  • Multi-instance (Need testing)
  • make root domain redirect to index.php
  • Chang URL (Need testing,backup before trying this)
  • LDAP/SSO support
  • Make monica installable into subdirectory (eg. https://example.com/monica/)

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/monica_ynh/tree/testing --debug
or
sudo yunohost app upgrade monica -u https://github.com/YunoHost-Apps/monica_ynh/tree/testing --debug