Commit Graph

199 Commits

Author SHA1 Message Date
Kayou
f5d3e45e9f Use ynh variable for install script 2019-02-27 21:00:17 +01:00
keoma
3dd730607b adding root domain test 2019-02-27 11:54:53 +01:00
keoma
4ac8f287e1 replacing tabs by spaces 2019-02-27 10:53:53 +01:00
keoma
6f71831614 updating script to new standards 2019-02-26 21:13:27 +01:00
keoma
7f1fea7836 update manifest 2019-02-26 21:13:27 +01:00
Keoma Brun
73aa672346 Merge pull request #54 from keomabrun/dev_53
fix #53
2019-02-26 21:12:33 +01:00
keoma
5c90da1a79 fix #53 2019-02-26 21:00:45 +01:00
Alexandre Aubin
b1c667817b Merge pull request #51 from keomabrun/dev_50
fix #50
2019-02-25 23:08:35 +01:00
keoma
7646ffbb28 fix #50 2019-02-25 22:24:19 +01:00
Alexandre Aubin
c3970ac8d9 Improve app description 2019-02-18 00:43:31 +01:00
pitchum
623d8a3045 [mod] Bump to version 1.3.1 2018-12-21 09:09:13 +01:00
Alexandre Aubin
cf2dcfa953 Fix ynh_secure_remove usage 2018-12-18 20:44:24 +01:00
Alexandre Aubin
6ed5edab9d Misc improvements in README ? 2018-12-18 20:44:24 +01:00
Alexandre Aubin
ed60b7782a No need to sudo all over the place 2018-12-18 20:44:24 +01:00
Alexandre Aubin
fe159638f5 rm -rf -> ynh_secure_remove 2018-12-18 20:44:24 +01:00
Alexandre Aubin
fc1d305b2b Clean / simplify / reorganize a few things in install script 2018-12-18 20:44:24 +01:00
Alexandre Aubin
34d8b55b44 This file aint used / needed anymore 2018-12-18 20:44:24 +01:00
Alexandre Aubin
bbc821a632 ynh_die does not exists before helpers sourcing 2018-12-02 23:49:24 +01:00
Alexandre Aubin
2f04d16d4f At the end of the upgrade, restart vpnclient only if it's already active 2018-12-02 23:27:35 +01:00
pitchum
1c06d02d49 [mod] Make package_linter happier than ever. 2018-12-02 19:15:27 +01:00
pitchum
9edd5f3b96 [mod] Reenable abort_if_erros in upgrade script (to make package_linter happy). 2018-12-02 18:52:17 +01:00
Alexandre Aubin
0133fa19cc Update manifest.json ? (#46) 2018-12-02 18:39:34 +01:00
pitchum
0b3ee4e6b6 [mod] Tell package_check that LDAP integration is irrelevent here. 2018-12-02 16:45:32 +01:00
pitchum
f9ab657dbb [mod] Make our package_linter happy again. 2018-12-02 16:29:54 +01:00
pitchum
0e1504556b [mod] Release v1.3.0 1.3.0 2018-12-02 13:30:27 +01:00
pitchum
62ed195729 [fix] Remove sudoers file on app remove. 2018-12-02 13:30:27 +01:00
pitchum
4929faf2be [fix] Backport fixes from my old dev branch. 2018-12-02 13:03:23 +01:00
pitchum
e86d83049e [fix] upgrade script needs sourcing _common.sh and helpers. 2018-12-02 12:23:30 +01:00
pitchum
97c32df3cc [enh] Purge apt dependencies on remove. 2018-12-02 11:22:22 +01:00
pitchum
94bbcdb2db [fix] Create a dedicated system user with proper sudo permissions.
Ref. #41.
2018-12-02 11:22:19 +01:00
pitchum
9d2bc631e5 [wip] Disabling backup and restore scripts (temporarily). 2018-12-02 11:21:48 +01:00
pitchum
639ee4992d [mod] Release v1.2.1 2018-12-02 11:21:07 +01:00
pitchum
53ccf1d4e1 [fix] user/group = www-data in php-fpm config. 2018-12-02 11:20:39 +01:00
pitchum
06089130b2 [mod] Release v1.2.0 2018-12-02 11:20:37 +01:00
pitchum
9bc126ebd3 [fix] upgrade script sets 'final_path' setting. 2018-12-02 11:19:55 +01:00
pitchum
c004113529 Removed hard-coded "vpnadmin" string. 2018-12-02 11:19:55 +01:00
pitchum
993441d89f Rewriting packages scripts. backup (WIP). 2018-12-02 11:19:50 +01:00
pitchum
c47d8e2195 Moar experimental helpers needed. 2018-12-02 11:18:38 +01:00
pitchum
ed17abfd32 Bugfix: revert changes not compatible with stable yunohost. 2018-12-02 11:18:38 +01:00
pitchum
8294528c67 Add missing helpers.
- read_json
- read_manifest
- abort_if_up_to_date
2018-12-02 11:18:38 +01:00
pitchum
432569620c [mod] upgrade, disable auto-backup/restore 2018-12-02 11:18:38 +01:00
pitchum
abd0145d4e [fix] Do not start vpnclient service on first install. 2018-12-02 11:18:38 +01:00
pitchum
abce6aef00 [mod] install and upgrade scripts share some common code. 2018-12-02 11:18:36 +01:00
pitchum
8cbe81be03 [mod] backup script rewritten (inspired and adpated from example_ynh).
Currently neither backup nor restore are useful but are safe enough to
not break the upgrade script. That's what matters for now.
2018-12-02 11:15:06 +01:00
pitchum
f6165c5dc6 [fix] upgrade script renames paths to comply with the new ones. 2018-12-02 11:04:43 +01:00
pitchum
5ff35acd1c [mod] upgrade script simplified: does nothing except a backup. 2018-12-02 11:00:10 +01:00
pitchum
124d11cebe [mod] Hard-coded occurrences of "vpnadmin" replaced with ${app} (where appropriate). 2018-12-02 10:57:10 +01:00
pitchum
0c53667839 [mod] Created file check_process for driving CI builds. 2018-12-02 10:51:58 +01:00
realitygaps
be0f2f54a6 Change password field to type 'password' 2018-12-01 18:56:24 +01:00
Alexandre Aubin
8356355da6 Fix upgrade maybe :< 2018-12-01 18:52:59 +01:00