Commit Graph

48 Commits (e3e27af7b8cb362098f29d91f53caf7027fb4e96)

Author SHA1 Message Date
Maniack Crudelis f293009100 Small fixes
Maniack Crudelis 4438f47c2a
Merge pull request from yalh76/services
Adding ynh_systemd_action
yalh76 1bd3e11340 Adding title for config file checksum during upgrade
yalh76 ff1d963eac Adding ynh_systemd_action
Maniack Crudelis 197269fbd8 Use new 3.5 helpers
Pierre Bourré ff6db9a05b Getops
Kayou 0e702da9cb
Merge pull request from YunoHost/remove-normalize-url
Normalizing url ain't needed anymore
Alexandre Aubin 3f2a78ea0b
Put back normalization in update script with a note about YunoHost 2.7
Alexandre Aubin 10457c5893 Normalizing url ain't needed anymore
Kayou e4f08bd4be
Use the same dependencies variable
Jimmy Monin 25f0a3018a Cosmetic changes on info messages
Maniack Crudelis 160964c0bc Ensures consistency
Alexandre Aubin a95fca5a43 Misc wording tweaks
JimboJoe 0c1bec02e4
Update scripts/upgrade
Co-Authored-By: maniackcrudelis <maniackcrudelis@users.noreply.github.com>
Maniack Crudelis 05d5511136 Global upgrade
Maniack Crudelis 397a241df6
Remove sub_path_only for nginx from upgrade script
Jimmy Monin 1c9c94ef65 Various typo fixes
Maniack Crudelis 846e701632
Merge branch 'master' into add_comments
Maniack Crudelis 8a2330837b Add comments and upgrade some stuff
Maniack Crudelis d3f4117369 [fix] Fix the issue alias_traversal ()
* Fix the issue alias_traversal

https://github.com/yandex/gixy/blob/master/docs/en/plugins/aliastraversal.md

* Update fix alias_traversal

* Don't change original nginx conf file and add change_url

* Use newest version of ynh_add_nginx_config from 
No more need to deal with "#sub_path_only"

* Revert "Use newest version of ynh_add_nginx_config from #462" as it's not released (and subject to discussions)!

This reverts commit fac62c49ff.

* Fix indentation
Jimmy Monin e2911b3db0 Revert "Use newest version of ynh_add_nginx_config from #462" as it's not released (and subject to discussions)!
This reverts commit fac62c49ff.
Jimmy Monin fac62c49ff Use newest version of ynh_add_nginx_config from
No more need to deal with "#sub_path_only"
Jimmy Monin dcb447c208 Don't change original nginx conf file and add change_url
Maniack Crudelis 2d21ec6163 Update fix alias_traversal
Maniack Crudelis f68d61d8a5
logrotate needs -non-append in case of upgrade
https://github.com/YunoHost/yunohost/blob/unstable/data/helpers.d/backend#L5
Pierre de La Morinerie ae5844782c Fix typo in `ynh_add_systemd_config`
Maniack Crudelis 5039df052d Small corrections
Maniack Crudelis a625ad79da [enh] Some corrections
Maniack Crudelis 094e19b7fc Fix nginx helper
Micro décision
Le nom du helper n'est pas bon.
Jimmy Monin 942d0c033f Remove sudo prefixes (not needed any more in YunoHost 2.6)
Jimmy Monin 9d182f9ccc Fix wording and typos
Maniack Crudelis 922a70929f _common.sh
Maniack Crudelis 0b61391ade [enh] Upgrade upgrade script
Maniack Crudelis 41a69686b2 Avoid errors between and /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
Moul 7c82a96ca3 [enh] scripts: use source cmd to retreive helpers.
Moul daaf1005d5 [enh] create blocks for MySQL and PHP command lines which are optionnals.
Moul bdbe0ac79e [enh] review, variables, typo, syntax, fixes
- update yunohost package version dependency
- use variable for $nginx_conf
- rename $final_path to $src_path variable for data path
- other small fixes
Jérôme Lebleu 16f11425a2 [fix] There is no old settings to remove at upgrade in this app
Jérôme Lebleu 4fa6a82d8d [enh] Make use of YunoHost helpers and harden set options
Jérôme Lebleu 8abe2a9325 Merge branch 'testing' into envvar
Jérôme Lebleu e4befaebe5 [enh] Use boolean for is_public and add a language choice argument
Jérôme Lebleu 760163f823 [fix] Update arguments passed to the scripts
Jérôme Lebleu afeefc7f85 [fix] Do not call ssowatconf which is already done at the end
Julien Malik f506747fac [enh] Support new env. vars. in install script
mbugeia 5bccfd3267 Implement some best practice and mysql example
polytan02 cfcb62cd97 Dedicated php-fpm process
Addition of base commands to manage a dedicated php-fpm process very easily
Standard empty app is not modified or changed.
opi c2a58e1494 [enh] Pass SSO credentials even in public mode.
opi 914b85a251 Initial commit