1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00
Commit graph

165 commits

Author SHA1 Message Date
Maniack Crudelis
6c3615e5b5
Merge pull request #25 from YunoHost-Apps/testing
Testing
2018-04-17 21:23:27 +02:00
frju365
a1523db4f1
Merge pull request #18 from anmol26s/patch-1
Force https
2017-11-03 22:21:42 +01:00
anmol26s
696cdd7ddc
Corrected indentation
Thanks
2017-11-04 00:35:45 +05:30
anmol26s
3eaaaf665f Force https
Every time this app is installed, the nginx file needs to edited to force the https. This should be there by default in the nginx config file.
2017-10-26 02:25:46 +05:30
Maniack Crudelis
5f1bee30dd Merge pull request #17 from YunoHost-Apps/testing
Testing
2017-10-14 16:21:02 +02:00
Maniack Crudelis
4a6fdbdfef Complete refactoring
* Refactoring
* Fix typos and code spacing
* Change user group
2017-09-26 07:19:17 +02:00
euZebe
5978853dfd add gentle reminder about the SFTP port to use, which could have been changed by the administrator (#12) 2017-07-24 12:05:32 +02:00
Maniack Crudelis
b630b85643 Fix #8 service ssh reload (#9)
* Fix #8 service ssh reload
2017-03-26 15:03:15 +02:00
Laurent Peuch
92df1735d6 Merge pull request #4 from YunoHost-Apps/fix_ssh_reloading_on_installation
[fix] sshd service is not accessible anymore from "service"
2017-01-25 21:41:19 +01:00
Laurent Peuch
01c587ecde [fix] sshd service is not accessible anymore from "service" 2017-01-25 21:21:11 +01:00
Maniack Crudelis
1ac00a8f89 Ajout check_process
Ajout du fichier check_process pour l'intégration continue.
Le package ne peut pas être testé correctement sans ce fichier.
2017-01-01 12:27:19 +01:00
Maniack Crudelis
bf0b780958 Merge pull request #5 from YunoHost-Apps/remove-redmine-ref
Retour issues sur github
2016-12-26 17:27:29 +01:00
Laurent Peuch
ba31794ffc [enh] test adding a .travis-yaml with package_linter 2016-12-20 06:55:31 +01:00
Maniack Crudelis
2e34b51404 Retour issues sur github
Suite à la décision sur les issues des applications.
https://forum.yunohost.org/t/tickets-pour-la-gestion-des-applications/2154/37

Les issues reviennent sur github.
2016-12-17 13:55:50 +01:00
Moul
785afd9ac3 [mod] manifest: fix 'license' field 2016-12-11 22:14:46 +01:00
Moul
18c9a46493 [enh] specifiy at password asking the number of need chars. 2016-12-11 22:12:19 +01:00
Laurent Peuch
c52418b955 Update README.md 2016-08-10 15:39:06 +02:00
Jérôme Lebleu
b0ffe1939e [fix] Do not force HTTPS until Let's Encrypt is supported at least 2016-05-23 12:35:48 +02:00
Jérôme Lebleu
df47382a4b [fix] Imrpove nginx conf without .well-known blocking (fix #2) 2016-05-23 10:09:16 +02:00
Pierre de La Morinerie
192a8c3e46 Fix path to root directory
SInce installing Yunohost 2.4, I couldn't display the `index.html` page of a vanilla my_webapp installation (404). Nginx logs displayed this error:

> [error] 6345#0: *218 open() "/usr/share/nginx/htmlindex.php" failed (2: No such file or directory), client: 82.66.214.87, server: kemenaran.eu, request: "GET /index.html HTTP/1.1", host: "kemenaran.eu"

Steps to reproduce:

1. Install Yunohost 2.4
2. Add a new custom domain (e.g. mydomain.com)
3. Install a my_webapp using this custom domain
4. Attempt to open `mydomain.com./index.html` in a web browser

Adding this trailing slash solves the issue. I'm not sure this is how it should be solved, but it fixed a painful issue for me :)
2016-05-23 05:35:20 +02:00
jeromelebleu
2931051b04 [doc] Update README.md with typo fix and links 2016-05-19 19:11:24 +02:00
Jérôme Lebleu
133dd08717 [enh] Check password strength and check if user exists at removal 2016-05-15 12:14:52 +02:00
Jérôme Lebleu
52869bcf5a [ref] Rename mysql_db argument to with_mysql for comprehension 2016-05-15 12:14:52 +02:00
jeromelebleu
1245610751 Update README.md 2016-05-14 22:50:03 +02:00
Jérôme Lebleu
9fea67c20c [enh] Update the upgrade script and document how to migrate 2016-05-14 22:44:50 +02:00
Jérôme Lebleu
643223ec31 [enh] Update backup and restore scripts to fit changes 2016-05-14 20:50:26 +02:00
Jérôme Lebleu
b6886dcbec [fix] Correct regex for hidden files in nginx.conf 2016-05-14 20:47:45 +02:00
Jérôme Lebleu
a63e229fe0 [fix] Specify services in manifest.json 2016-05-14 20:15:19 +02:00
Jérôme Lebleu
1e98b92d70 [enh] Deny access to hidden files and handle robots.txt in nginx.conf 2016-05-14 20:09:45 +02:00
Jérôme Lebleu
f48ff2c48e Add LICENSE and use GPL-3 in the manifest 2016-05-14 19:29:13 +02:00
Jérôme Lebleu
66225a1fe5 [enh] Rewrite scripts and app to offer an SFTP access instead 2016-05-14 19:26:10 +02:00
Jérôme Lebleu
ffb503f463 [enh] Update .gitignore 2016-05-14 19:16:37 +02:00
Jérôme Lebleu
e64d8dfb22 [clean] Remove sources for future update 2016-05-14 19:14:31 +02:00
Le Kload
4f7af3b880 Merge pull request #12 from Psycojoker/patch-1
add "packaging_format" key to manifest.json
2016-03-31 21:00:24 +02:00
Laurent Peuch
8736047522 add "packaging_format" key to manifest.json
Following the decision taken during last meeting.

See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/
2016-03-28 18:45:57 +02:00
Le Kload
25e2b3666f Merge pull request #11 from taziden/patch-1
let's use https for displaying cat pics
2016-01-19 22:24:16 +01:00
taziden
1f574b0896 let's use https for displaying cat pics
No more insecure connection warning in the browser.
2016-01-19 18:46:53 +01:00
Le Kload
fbf26cfae1 Merge pull request #10 from zamentur/master
[enh] Add backup/restore scripts
2016-01-11 12:20:07 +01:00
zamentur
77b5449711 [enh] Add backup/restore scripts 2016-01-11 00:22:54 +01:00
zamentur
f7332f1e15 [fix] No json object error with manifest 2016-01-11 00:22:24 +01:00
Le Kload
67d6236f76 Merge pull request #9 from opi/patch-2
[enh] Add services list in manifest
2015-11-22 16:45:41 +01:00
opi
299b61965b [enh] Add services list in manifest 2015-11-22 16:14:45 +01:00
Le Kload
a335e2f332 [fix] Ensure 'files' directory creation 2015-11-16 01:37:25 +01:00
kload
d769d6292e [fix] Remove php5-fpm pool at application removal 2015-08-22 11:56:44 +02:00
kload
2899cd7fee [enh] Make Cheryl to work + fetch libs from local 2015-08-22 11:39:25 +02:00
kload
0d067d051c [enh] Replace FTP by a simple PHP file manager 2015-08-21 22:02:48 +02:00
Le Kload
80fd338682 Merge pull request #8 from julienmalik/patch-3
Update nginx.conf
2015-02-01 03:22:03 +01:00
Julien Malik
2a88f770bf Update nginx.conf 2015-01-19 08:21:46 +01:00
Alexis Gavoty
f86819cc8f Merge pull request #7 from julienmalik/patch-2
[enh] new manifest specs
2015-01-03 16:57:09 +01:00
Julien Malik
62c7b7ab34 [enh] new manifest specs 2014-12-31 17:56:04 +01:00