Maniack Crudelis
f24034fcfc
Fix systemd helper...
...
Yolo micro decision
7 years ago
Jimmy Monin
b64d6c9961
Fix indentation
7 years ago
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
.
7 years ago
Jimmy Monin
fac62c49ff
Use newest version of ynh_add_nginx_config from #462
...
No more need to deal with "#sub_path_only"
7 years ago
Jimmy Monin
dcb447c208
Don't change original nginx conf file and add change_url
7 years ago
JimboJoe
53d211389e
Merge pull request #44 from Jibec/patch-1
...
use explicit arguments for mysql
7 years ago
Maniack Crudelis
2d21ec6163
Update fix alias_traversal
7 years ago
Maniack Crudelis
f68d61d8a5
logrotate needs -non-append in case of upgrade
...
https://github.com/YunoHost/yunohost/blob/unstable/data/helpers.d/backend#L5
7 years ago
Jean-Baptiste
e9dae27540
use explicit arguments for mysql
7 years ago
Alexandre Aubin
a0eb745db9
Merge pull request #36 from YunoHost/change_url_script
...
[enh] Add a change_url script
7 years ago
Pierre de La Morinerie
ae5844782c
Fix typo in `ynh_add_systemd_config`
7 years ago
frju365
3a26b8b6e8
Merge branch 'master' into change_url_script
7 years ago
Jimmy Monin
39b0e3bb13
Remove YunoHost 2.7.2 helpers from _common.sh
7 years ago
Jimmy Monin
3cef7eb3f7
Handle nginx conf file checksums (additional helper)
7 years ago
Jimmy Monin
fbac88a28d
Put ynh_replace_string back (works with regexps)
7 years ago
Maniack Crudelis
5039df052d
Small corrections
7 years ago
Jimmy Monin
22bc3cc21f
Update nginx conf file checksum
7 years ago
Maniack Crudelis
a625ad79da
[enh] Some corrections
7 years ago
Jimmy Monin
54c393cd99
Add more generic cases
7 years ago
Jimmy Monin
64bbd30989
Set required version to 2.7.2 and remove sudo prefixes
7 years ago
Jimmy Monin
078548ddd5
Merge branch 'master' into change_url_script
7 years ago
Maniack Crudelis
b4c6969284
Upgrade helpers
...
Micro décision
Mise à jour des helpers
7 years ago
Maniack Crudelis
57053e2c13
Fix nginx helper
...
Micro décision
Le nom du helper n'est pas bon.
7 years ago
Maniack Crudelis
094e19b7fc
Fix nginx helper
...
Micro décision
Le nom du helper n'est pas bon.
7 years ago
Jimmy Monin
942d0c033f
Remove sudo prefixes (not needed any more in YunoHost 2.6)
7 years ago
Maniack Crudelis
ec8b0edc07
Merge pull request #38 from YunoHost/add_common_sh
...
Add a _common.sh for new helpers
8 years ago
Jimmy Monin
1e2adaab71
Fix YunoHost version for forthcoming helpers
8 years ago
Maniack Crudelis
b417663e88
Purge common
8 years ago
Maniack Crudelis
32bc0f77b1
Merge pull request #31 from YunoHost/upgrade_install
...
[enh] Upgrade install
8 years ago
Maniack Crudelis
f4869f220d
Merge pull request #32 from YunoHost/upgrade_backup
...
[enh] Upgrade backup
8 years ago
Maniack Crudelis
7f359635b6
Merge pull request #33 from YunoHost/upgrade_remove
...
[enh] Upgrade remove
8 years ago
Maniack Crudelis
3e19ebf12a
Merge pull request #34 from YunoHost/upgrade_restore
...
[enh] Upgrade restore
8 years ago
Jimmy Monin
b21cd9b254
Fix wording and typos
8 years ago
Jimmy Monin
ef65e11261
Fix wording and typos
8 years ago
Jimmy Monin
9d182f9ccc
Fix wording and typos
8 years ago
Jimmy Monin
605a772125
Fix wording and typos
8 years ago
Jimmy Monin
97fd284031
Fix wording and typos
8 years ago
Jimmy Monin
c100968d8b
Advertise helpers temporary inclusion in _common.sh
8 years ago
Maniack Crudelis
eafe4235f4
Fake ynh_restore_file for prepare to this futur helper
8 years ago
Maniack Crudelis
947bde8284
Old way backup
...
But, with a compatibility with the new system
8 years ago
Maniack Crudelis
622d371718
_common.sh
8 years ago
Maniack Crudelis
832fc6523e
_common.sh
8 years ago
Maniack Crudelis
c03c9fc045
_common.sh
8 years ago
Maniack Crudelis
238865c0e3
_common.sh
8 years ago
Maniack Crudelis
922a70929f
_common.sh
8 years ago
Maniack Crudelis
f61108fc8b
_common.sh
8 years ago
Maniack Crudelis
2aff2e83d6
Add a _common.sh for new helpers
8 years ago
Maniack Crudelis
1ff00da69a
[enh] Add a change_url script
8 years ago
Maniack Crudelis
0b61391ade
[enh] Upgrade upgrade script
8 years ago
Maniack Crudelis
54cadaf5fe
[enh] Upgrade restore
8 years ago
Maniack Crudelis
2306b93a05
[enh] Upgrade remove
8 years ago
Maniack Crudelis
f89431e9fd
[enh] Upgrade backup
8 years ago
Maniack Crudelis
2d44b31306
Remove _common.sh
8 years ago
Maniack Crudelis
ea1e9f4f10
[enh] Upgrade install
8 years ago
Maniack Crudelis
41a69686b2
Avoid errors between and /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
8 years ago
Moul
7c82a96ca3
[enh] scripts: use source cmd to retreive helpers.
9 years ago
Moul
daaf1005d5
[enh] create blocks for MySQL and PHP command lines which are optionnals.
9 years ago
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
9 years ago
Jérôme Lebleu
16f11425a2
[fix] There is no old settings to remove at upgrade in this app
9 years ago
Jérôme Lebleu
4fa6a82d8d
[enh] Make use of YunoHost helpers and harden set options
9 years ago
julienmalik
94f4472ab2
Update restore
9 years ago
julienmalik
8367b49627
Update backup
9 years ago
julienmalik
16c2032d17
Merge pull request #12 from YunoHost/envvar
...
Envvar
9 years ago
Jérôme Lebleu
c75e25434a
[fix] Remove old parts from backup/restore and use relative path
9 years ago
Jérôme Lebleu
8abe2a9325
Merge branch 'testing' into envvar
9 years ago
Jérôme Lebleu
e926de87ae
[fix] Define final_path variable in restore script
9 years ago
Jérôme Lebleu
e4befaebe5
[enh] Use boolean for is_public and add a language choice argument
9 years ago
Jérôme Lebleu
760163f823
[fix] Update arguments passed to the scripts
9 years ago
Jérôme Lebleu
afeefc7f85
[fix] Do not call ssowatconf which is already done at the end
9 years ago
Julien Malik
e63364f393
[enh] make backup and restore scripts multiinstance too
9 years ago
Julien Malik
f506747fac
[enh] Support new env. vars. in install script
9 years ago
M5oul
3954654cde
Typo fixes.
9 years ago
mbugeia
5bccfd3267
Implement some best practice and mysql example
9 years ago
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.
9 years ago
zamentur
034fc9a1ed
Revert "[enh] New backup and restore script adapted to 2.4"
...
This reverts commit 420eae2bf8
.
9 years ago
zamentur
420eae2bf8
[enh] New backup and restore script adapted to 2.4
9 years ago
Rémy G.
a35f40d1de
Update backup
...
Won't create backup dir without this sudo
9 years ago
Julien Malik
75932fff3a
Update install
10 years ago
opi
c2a58e1494
[enh] Pass SSO credentials even in public mode.
10 years ago
opi
d53ecb73dc
[fix] Use reload instead of restart.
10 years ago
opi
abdb2bb050
[enh] Add backup/restore scripts.
10 years ago
opi
914b85a251
Initial commit
10 years ago