1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
Commit graph

68 commits

Author SHA1 Message Date
yalh76
f67554baa1 remove not needed files after build 2021-05-18 23:28:39 +02:00
yalh76
0415ee9a86 Several fixes 2021-05-18 23:28:39 +02:00
yalh76
50b756a5e6 Apply last example_ynh 2021-05-18 23:28:39 +02:00
e6f4eb3d1c Local build, to be sure of which version we use 2021-05-18 23:28:39 +02:00
a6e87ff237 Use config file instead of writing config in systemd file 2021-02-07 13:40:19 +01:00
Salamandar
f69c54c53d Rollback to 2.0.2 because of upstream bug.
Keep yunohost version at 2.0.3~ynh3 to force an "update".
Force version installed by yarn.
2021-02-07 11:42:10 +01:00
7029742de2 Fix permissions on installed files.
Try to fix "unknown command -p".
2021-01-25 17:08:06 +01:00
yalh76
74ea9c33b3
Update scripts/upgrade 2020-10-21 00:09:05 +02:00
ericgaspar
713a913ebd
Small typos 2020-10-13 09:08:33 +02:00
ericgaspar
95f7f7a068
Upgrade to v.2.0.2 2020-10-13 08:47:33 +02:00
Félix Piédallu
39da33232b Remove --time, fix progressions 2020-07-01 10:20:07 +02:00
Félix Piédallu
94e407e0fb Cleanup scripts, add checks for automatic variables 2020-07-01 10:15:20 +02:00
Félix Piédallu
213d950508 Update install,upgrade scripts and systemd service to remove log redirection 2020-06-30 17:29:11 +02:00
yalh76
d2f32be8ed Update upgrade 2020-06-16 23:07:13 +02:00
yalh76
370d562e89 Merge branch 'master' into service_integration 2020-06-16 22:55:28 +02:00
yalh76
26a5c52d5b Change step upgrade step order
to be compliant with install script
2020-06-04 17:26:46 +02:00
yalh76
6e9e1728b0 Revert "Change upgrade steps order"
This reverts commit 265e7b02ca.
2020-06-04 17:24:38 +02:00
yalh76
265e7b02ca
Change upgrade steps order
to be homogeneous with install steps order
2020-06-04 17:22:45 +02:00
yalh76
67437ba64d Adding service integration step during upgrade 2020-06-04 16:52:38 +02:00
yalh76
49c7cbcd29
improving modify a config file step during upgrade 2020-05-30 14:59:12 +02:00
Maniack Crudelis
f293009100 Small fixes 2019-05-07 12:03:25 +02:00
Maniack Crudelis
4438f47c2a
Merge pull request #82 from yalh76/services
Adding ynh_systemd_action
2019-05-06 12:05:52 +02:00
yalh76
1bd3e11340 Adding title for config file checksum during upgrade 2019-05-02 20:47:26 +02:00
yalh76
ff1d963eac Adding ynh_systemd_action 2019-05-02 20:44:22 +02:00
Maniack Crudelis
197269fbd8 Use new 3.5 helpers 2019-04-18 19:58:47 +02:00
Pierre Bourré
ff6db9a05b Getops 2019-04-16 00:32:39 +02:00
Kayou
0e702da9cb
Merge pull request #77 from YunoHost/remove-normalize-url
Normalizing url ain't needed anymore
2019-03-25 23:40:07 +01:00
Alexandre Aubin
3f2a78ea0b
Put back normalization in update script with a note about YunoHost 2.7 2019-03-07 22:44:41 +01:00
Alexandre Aubin
10457c5893 Normalizing url ain't needed anymore 2019-03-07 20:05:03 +01:00
Kayou
e4f08bd4be
Use the same dependencies variable 2019-03-05 23:11:52 +01:00
Jimmy Monin
25f0a3018a Cosmetic changes on info messages 2019-02-17 17:58:02 +01:00
Maniack Crudelis
160964c0bc Ensures consistency 2019-02-14 01:35:47 +01:00
Alexandre Aubin
a95fca5a43 Misc wording tweaks 2019-02-13 18:40:20 +01:00
JimboJoe
0c1bec02e4
Update scripts/upgrade
Co-Authored-By: maniackcrudelis <maniackcrudelis@users.noreply.github.com>
2019-02-10 20:06:53 +01:00
Maniack Crudelis
05d5511136 Global upgrade 2019-02-10 15:02:38 +01:00
Maniack Crudelis
397a241df6
Remove sub_path_only for nginx from upgrade script 2018-07-29 20:14:08 +02:00
Jimmy Monin
1c9c94ef65 Various typo fixes 2018-07-01 09:57:16 +02:00
Maniack Crudelis
846e701632
Merge branch 'master' into add_comments 2018-06-29 19:38:36 +02:00
Maniack Crudelis
8a2330837b Add comments and upgrade some stuff 2018-06-28 22:05:35 +02:00
Maniack Crudelis
d3f4117369 [fix] Fix the issue alias_traversal (#45)
* 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 #462
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
2018-06-23 14:45:28 +02:00
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.
2018-05-27 16:05:00 +02:00
Jimmy Monin
fac62c49ff Use newest version of ynh_add_nginx_config from #462
No more need to deal with "#sub_path_only"
2018-05-27 15:50:56 +02:00
Jimmy Monin
dcb447c208 Don't change original nginx conf file and add change_url 2018-05-27 15:44:58 +02:00
Maniack Crudelis
2d21ec6163 Update fix alias_traversal 2018-01-03 23:24:48 +01:00
Maniack Crudelis
f68d61d8a5
logrotate needs -non-append in case of upgrade
https://github.com/YunoHost/yunohost/blob/unstable/data/helpers.d/backend#L5
2017-12-08 15:09:44 +01:00
Pierre de La Morinerie
ae5844782c Fix typo in ynh_add_systemd_config 2017-10-12 16:36:00 +05:30
Maniack Crudelis
5039df052d Small corrections 2017-09-05 17:48:23 +02:00
Maniack Crudelis
a625ad79da [enh] Some corrections 2017-08-28 23:55:51 +02:00
Maniack Crudelis
094e19b7fc Fix nginx helper
Micro décision
Le nom du helper n'est pas bon.
2017-07-21 20:41:23 +02:00
Jimmy Monin
942d0c033f Remove sudo prefixes (not needed any more in YunoHost 2.6) 2017-07-05 18:10:43 +02:00