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

61 commits

Author SHA1 Message Date
Moul
c8b5cd8118 [enh] scripts: rename variable final_path to src_path. 2016-06-26 21:29:14 +02:00
Moul
7c6e3b79ec [enh] scripts: small fixes.
- ssowatconf is no more necessary at the end of the install script.
2016-06-26 21:29:14 +02:00
Moul
4eeef49340 [fix] bash header. 2016-06-26 21:29:14 +02:00
Moul
e0dfae9f96 [enh] manifest: update to YunoHost 2.4. 2016-06-26 21:29:14 +02:00
Moul
dbf32f1fe8 [enh] add GNU GPLv3 license. 2016-06-26 21:29:14 +02:00
Moul
4ff9d7c1ff Update Readme. 2016-06-26 21:29:14 +02:00
Moul
c7ba48cdb7 Update manifest with latest rules. 2016-06-26 21:29:14 +02:00
ewilly
356e469fdd Fix plugin configuration & update from admin page 2016-06-26 21:29:14 +02:00
M5oul
28b9ec7e4a Set app public by default
A website/blog is mainly used public.
2016-06-26 21:29:14 +02:00
M5oul
4305c46b70 Retrieve domain variable
Retrieve domain variable which is used after
2016-06-26 21:29:14 +02:00
matlink
78d5945e1c [fix] removing useless .htaccess
whatever, it was removed anyway just after to be copied.
2016-06-26 21:29:12 +02:00
matlink
e1fd9094dc Multi-instance
I think this is all that is needed :) Your scripts are very clean so YunoHost takes care of the rest (adds __1, __2, etc... behind $app names).
2016-06-26 21:28:59 +02:00
matlink
c1014462b8 [fix] fixing #13 2016-06-26 21:28:35 +02:00
matlink
467a79cac2 [upd] adding .htaccess 2016-06-26 21:28:29 +02:00
matlink
86f7de3a47 update to new version 2016-06-26 21:28:27 +02:00
matlink
bbdb6c0306 [upd] added line to be conform to new yuno update 2016-06-26 21:28:21 +02:00
matlink
1828ca9abc [fix] adding ssowat protection for admin panel 2016-06-26 21:28:19 +02:00
matlink
26d3a7574c [fix] allowing /data/images folder to allow images links 2016-06-26 21:28:18 +02:00
matlink
d7e4fd20bf [fix] adding domain into /etc/hosts for install on subdomains 2016-06-26 21:28:16 +02:00
matlink
32e69ea6eb [fix] removing data folder before restoring the backed one 2016-06-26 21:28:13 +02:00
matlink
57d4c06538 [enh] adding backup and restore scripts 2016-06-26 21:28:12 +02:00
matlink
3d66fcd610 removing superfluous slash 2016-06-26 21:27:59 +02:00
Julien Malik
9ffe909647 [fix] remove install.php when upgrading 2016-06-26 21:27:58 +02:00
Julien Malik
6228b6f803 [enh] remove useless .htaccess 2016-06-26 21:27:58 +02:00
Julien Malik
0e87c50673 [enh] remove useless .htaccess 2016-06-26 21:27:58 +02:00
Julien Malik
3eaffb354c [enh] remove additionnal / 2016-06-26 21:27:58 +02:00
Julien Malik
615b4f3946 [fix] fix permission issue on data dir 2016-06-26 21:27:58 +02:00
Julien Malik
365e1f36ec [fix] yet another unnecessary sudo 2016-06-26 21:27:58 +02:00
Julien Malik
c30389edcd [fix] remove unnecessary sudo 2016-06-26 21:27:58 +02:00
Julien Malik
a7b70b00bb [enh] urlencode when sending param via curl, and clearer command line 2016-06-26 21:27:58 +02:00
Julien Malik
69646e9adb [enh] add type tag to manifest install params 2016-06-26 21:27:58 +02:00
Julien Malik
c7e8704ef3 [enh] set permission to root except data dir 2016-06-26 21:27:57 +02:00
Julien Malik
90a9ec6cbf [enh] indentation 2016-06-26 21:27:57 +02:00
Julien Malik
5007dcc9fb [fix] remove bad substitution
This causes the following error :
install: line 13: ${$domain%?}: bad substitution

I guess the intended subtitution was :
  domain=${domain%?}
instead, which removes the last character of domain, and thus is wrong.
2016-06-26 21:27:57 +02:00
Julien Malik
d89bce8d36 [fix] license in manifest is deprecated 2016-06-26 21:27:57 +02:00
matlink
a9560d724d Update README.md
TODO has been done
2016-06-26 21:27:57 +02:00
matlink
ff66175225 trying something 2016-06-26 21:27:35 +02:00
matlink
1dab3f13b6 update languages 2016-06-26 21:27:34 +02:00
matlink
7dc480f69b now remove install.php after install 2016-06-26 21:27:32 +02:00
matlink
f10898e608 fix substitution error 2016-06-26 21:27:31 +02:00
matlink
0680d4d25a fix issue with skipped_uris 2016-06-26 21:27:29 +02:00
matlink
4d8fc16339 fix issue with variables 2016-06-26 21:27:28 +02:00
matlink
d1ac02203a adding admin password 2016-06-26 21:27:26 +02:00
matlink
3c0bce1caa testing 2016-06-26 21:27:25 +02:00
matlink
818e73a589 testing 2016-06-26 21:27:23 +02:00
matlink
64b90f2198 testing 2016-06-26 21:27:21 +02:00
matlink
868d194c68 testing 2016-06-26 21:27:17 +02:00
matlink
af9f17b5b7 testing 2016-06-26 21:27:16 +02:00
matlink
d196e76844 Update README.md 2016-06-26 21:27:12 +02:00
matlink
cf392a5c96 fixed path error 2016-06-26 21:21:18 +02:00