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

75 commits

Author SHA1 Message Date
anmol26s
af22e8922e
Updated readme 2018-05-28 22:03:13 +05:30
anmol26s
606f5fd52c Few changes in manifest.json and added monica bear picture 2018-05-28 21:19:52 +05:30
anmol26s
170737fcc3 Fixed https://github.com/YunoHost-Apps/monica_ynh/issues/13,https://github.com/YunoHost-Apps/monica_ynh/issues/3,tried to make app working state,use dedicate user 2018-05-28 17:54:43 +05:30
Sebastian Gumprich
25143c8bf5
Update check_process 2018-05-21 12:46:09 +02:00
Sebastian Gumprich
6a1bb1d2c2
Merge pull request #15 from anmol26s/patch-2
Updated to 2.0.1
2018-05-01 20:44:49 +02:00
anmol26s
c628ab6173
Updated to 2.0.1 2018-05-01 01:52:36 +05:30
Sebastian Gumprich
b010d0cd5b
Update README.md 2018-03-12 21:45:34 +01:00
Sebastian Gumprich
ba4da1f7d9 update version 2017-11-20 15:05:56 +01:00
Sebastian Gumprich
911736d0bc Merge branch 'master' of github.com:YunoHost-Apps/monica_ynh 2017-10-30 21:32:42 +01:00
Sebastian Gumprich
21cf8bc971 update to monica 0.7.1 2017-10-30 21:32:31 +01:00
Sebastian Gumprich
54c7379445 Update manifest.json 2017-09-24 20:10:18 +02:00
Sebastian Gumprich
17ba856691 add php install to restore script 2017-09-22 19:33:23 +02:00
Sebastian Gumprich
b400ee8827 disable inccorect path check 2017-09-20 21:39:03 +02:00
Sebastian Gumprich
bd34b89c21 use package helpers 2017-09-20 21:24:47 +02:00
Sebastian Gumprich
7265a3a35b improve scripts 2017-09-17 12:28:44 +02:00
Sebastian Gumprich
15bdedcb1d add GPLv3 license 2017-09-17 12:24:17 +02:00
Sebastian Gumprich
98ab75a66d update check, remove md5sums 2017-09-16 21:15:42 +02:00
Sebastian Gumprich
ce18c69ebd add check_process 2017-09-15 20:52:14 +02:00
Sebastian Gumprich
f6a4d4e1ff add ynh_abort_if_errors 2017-09-15 20:43:45 +02:00
Sebastian Gumprich
7f8dc9efd7 complete revamp 2017-09-15 18:45:18 +02:00
Sebastian Gumprich
29654a541a update version, add composer update 2017-09-03 18:37:46 +02:00
Sebastian Gumprich
ac4780c887 update version 2017-07-26 20:53:42 +02:00
Sebastian Gumprich
7f821cf8fb Merge pull request #4 from anmol26s/patch-1
Force https
2017-07-24 16:55:07 +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
95941f8b65 update version 2017-07-19 20:20:13 +02:00
Sebastian Gumprich
4ad04ed341 update manifest to fix some errors and spelling mistakes 2017-07-19 20:20:05 +02:00
Sebastian Gumprich
65d874c038 update version 2017-07-17 21:48:01 +02:00
Sebastian Gumprich
02e4c78b14 add php packages 2017-07-09 17:54:44 +02:00
Sebastian Gumprich
4a5cf4d6af update version 2017-07-09 17:02:31 +02:00
Sebastian Gumprich
3c3d711b20 add php install to upgrade script 2017-07-02 21:15:54 +02:00
Sebastian Gumprich
5e01ed27ce move php install commands 2017-07-02 21:11:42 +02:00
Sebastian Gumprich
7c3bb76eab update version 2017-07-02 21:05:02 +02:00
Sebastian Gumprich
bc7a793ea6 add back php zip module 2017-07-02 15:39:58 +02:00
Sebastian Gumprich
bb1ecb0a09 update version 2017-07-02 15:26:52 +02:00
Sebastian Gumprich
968a041e75 Delete cdaea00.tar.gz 2017-06-28 21:38:15 +02:00
Sebastian Gumprich
5fff44f50a update version 2017-06-23 21:00:45 +02:00
Sebastian Gumprich
24818b7c66 remove composer update 2017-06-23 19:17:05 +02:00
Sebastian Gumprich
ecc3e9d26e remove quiet option 2017-06-23 19:09:30 +02:00
Sebastian Gumprich
daabbbeaec add dep-install to upgrade 2017-06-23 18:50:31 +02:00
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
2b0a795f9c globally install bower 2017-06-23 17:04:05 +02:00
Sebastian Gumprich
aa4a9174a3 globally install pnpm 2017-06-23 16:22:52 +02:00
root
8e6c7ec984 fix upgrade script with broken install 2017-06-20 17:38:49 +00:00
Sebastian Gumprich
8a83da7e1b add sudo to more commands 2017-06-20 19:33:26 +02:00
Sebastian Gumprich
b5aa1d8302 add sudo to more commands 2017-06-20 19:31:15 +02:00
Sebastian Gumprich
228ffffa3e add composer update to upgrade script 2017-06-20 19:26:18 +02:00
Sebastian Gumprich
20aa00b624 Update upgrade 2017-06-20 19:10:50 +02:00
Sebastian Gumprich
9e0b03ffe6 update nodejs helpers and installation 2017-06-20 19:07:55 +02:00
Sebastian Gumprich
3508e67e35 update monica version 2017-06-20 19:07:55 +02:00