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

15 commits

Author SHA1 Message Date
Sebastian Gumprich
21cf8bc971 update to monica 0.7.1 2017-10-30 21:32:31 +01:00
Sebastian Gumprich
7f8dc9efd7 complete revamp 2017-09-15 18:45:18 +02:00
Sebastian Gumprich
ac4780c887 update version 2017-07-26 20:53:42 +02:00
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
Sebastian Gumprich
6fe4ebe1ec update version, install new dependency 2017-06-23 18:46:50 +02:00
Sebastian Gumprich
3a8ab5b0b9 make index.php root 2017-06-23 18:46:33 +02:00
Sebastian Gumprich
3508e67e35 update monica version 2017-06-20 19:07:55 +02:00
Sebastian Gumprich
f054d5cfd2 install and use php7 2017-06-13 22:18:05 +02:00
Sebastian Gumprich
9cbfd86ce6 update version 2017-06-13 22:16:09 +02:00
Sebastian Gumprich
5de85c0b37 disable debug mode 2017-06-13 22:15:54 +02:00
Sebastian Gumprich
423d1e3bc0 add src file to replace custom installer 2017-06-12 22:25:46 +02:00
Sebastian Gumprich
5b1a71cab5 add initial user creation 2017-06-12 22:25:31 +02:00
Sebastian Gumprich
a32a80d63f update nginx config for laravel 2017-06-12 22:24:37 +02:00
Sebastian Gumprich
25a897a477 update env file 2017-06-12 22:23:08 +02:00
Sebastian Gumprich
42f54956c9 Initial 2017-06-08 13:32:01 +02:00