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
anmol26s 6538bf55f8 Force https
I observed if we open monica.domain.tld it opens in http. To force https by default I added 
 # Force https
  if ($scheme = http) {
    rewrite ^ https://$server_name$request_uri? permanent;
  }
2017-07-24 12:14:22 +05:30
conf Force https 2017-07-24 12:14:22 +05:30
scripts update version 2017-07-19 20:20:13 +02:00
.gitignore Initial 2017-06-08 13:32:01 +02:00
install update version 2017-07-17 21:48:01 +02:00
LICENSE Initial 2017-06-08 13:32:01 +02:00
manifest.json update manifest to fix some errors and spelling mistakes 2017-07-19 20:20:05 +02:00
README.md update version 2017-07-02 15:26:52 +02:00

Monica app for YunoHost

Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family.

TODO

  • LDAP/SSO support
    • As for now, the specified admin user with the password admin is created in monica
  • Make monica installable into subdirectory (eg. https://example.com/monica/)
    • Currently it is only possible to install monica into the root of a domain (eg. https://example.com/)
    • This is due to a limitation in monica, not yunohost!
    • See here for the current progress.
  • make root domain redirect to index.php

Notes for Upgrading

  • Check for changes in .env