Yalh
18916f692b
Fix installation
7 years ago
Yalh
d4227ddd74
adding addition exmaple_ynh files
7 years ago
Yalh
88d6867da5
Correct licence for [YEP-1.3]
7 years ago
Yalh
803e8ff4a6
Apply example_Ynh to solve CI error:
https://travis-ci.org/YunoHost-Apps/my_webapp_ynh/builds/481615933?utm_source=github_status&utm_medium=notification
7 years ago
Maniack Crudelis
ae1791160a
Create pull_request_template.md
Duplicated from https://github.com/YunoHost-Apps/searx_ynh/pull/35 , merged as a micro decision
8 years ago
Maniack Crudelis
6c3615e5b5
Merge pull request #25 from YunoHost-Apps/testing
Testing
8 years ago
frju365
a1523db4f1
Merge pull request #18 from anmol26s/patch-1
Force https
8 years ago
anmol26s
696cdd7ddc
Corrected indentation
Thanks
8 years ago
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.
9 years ago
Maniack Crudelis
5f1bee30dd
Merge pull request #17 from YunoHost-Apps/testing
Testing
9 years ago
Maniack Crudelis
4a6fdbdfef
Complete refactoring
* Refactoring
* Fix typos and code spacing
* Change user group
9 years ago
euZebe
5978853dfd
add gentle reminder about the SFTP port to use, which could have been changed by the administrator ( #12 )
9 years ago
Maniack Crudelis
b630b85643
Fix #8 service ssh reload ( #9 )
* Fix #8 service ssh reload
9 years ago
Laurent Peuch
92df1735d6
Merge pull request #4 from YunoHost-Apps/fix_ssh_reloading_on_installation
[fix] sshd service is not accessible anymore from "service"
9 years ago
Laurent Peuch
01c587ecde
[fix] sshd service is not accessible anymore from "service"
9 years ago
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.
9 years ago
Maniack Crudelis
bf0b780958
Merge pull request #5 from YunoHost-Apps/remove-redmine-ref
Retour issues sur github
9 years ago
Laurent Peuch
ba31794ffc
[enh] test adding a .travis-yaml with package_linter
9 years ago
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.
9 years ago
Moul
785afd9ac3
[mod] manifest: fix 'license' field
9 years ago
Moul
18c9a46493
[enh] specifiy at password asking the number of need chars.
9 years ago
Laurent Peuch
c52418b955
Update README.md
10 years ago
Jérôme Lebleu
b0ffe1939e
[fix] Do not force HTTPS until Let's Encrypt is supported at least
10 years ago
Jérôme Lebleu
df47382a4b
[fix] Imrpove nginx conf without .well-known blocking ( fix #2 )
10 years ago
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 :)
10 years ago
jeromelebleu
2931051b04
[doc] Update README.md with typo fix and links
10 years ago
Jérôme Lebleu
133dd08717
[enh] Check password strength and check if user exists at removal
10 years ago
Jérôme Lebleu
52869bcf5a
[ref] Rename mysql_db argument to with_mysql for comprehension
10 years ago
jeromelebleu
1245610751
Update README.md
10 years ago
Jérôme Lebleu
9fea67c20c
[enh] Update the upgrade script and document how to migrate
10 years ago
Jérôme Lebleu
643223ec31
[enh] Update backup and restore scripts to fit changes
10 years ago
Jérôme Lebleu
b6886dcbec
[fix] Correct regex for hidden files in nginx.conf
10 years ago
Jérôme Lebleu
a63e229fe0
[fix] Specify services in manifest.json
10 years ago
Jérôme Lebleu
1e98b92d70
[enh] Deny access to hidden files and handle robots.txt in nginx.conf
10 years ago
Jérôme Lebleu
f48ff2c48e
Add LICENSE and use GPL-3 in the manifest
10 years ago
Jérôme Lebleu
66225a1fe5
[enh] Rewrite scripts and app to offer an SFTP access instead
10 years ago
Jérôme Lebleu
ffb503f463
[enh] Update .gitignore
10 years ago
Jérôme Lebleu
e64d8dfb22
[clean] Remove sources for future update
10 years ago
Le Kload
4f7af3b880
Merge pull request #12 from Psycojoker/patch-1
add "packaging_format" key to manifest.json
10 years ago
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/
10 years ago
Le Kload
25e2b3666f
Merge pull request #11 from taziden/patch-1
let's use https for displaying cat pics
10 years ago
taziden
1f574b0896
let's use https for displaying cat pics
No more insecure connection warning in the browser.
10 years ago
Le Kload
fbf26cfae1
Merge pull request #10 from zamentur/master
[enh] Add backup/restore scripts
10 years ago
zamentur
77b5449711
[enh] Add backup/restore scripts
10 years ago
zamentur
f7332f1e15
[fix] No json object error with manifest
10 years ago
Le Kload
67d6236f76
Merge pull request #9 from opi/patch-2
[enh] Add services list in manifest
10 years ago
opi
299b61965b
[enh] Add services list in manifest
10 years ago
Le Kload
a335e2f332
[fix] Ensure 'files' directory creation
10 years ago
kload
d769d6292e
[fix] Remove php5-fpm pool at application removal
11 years ago
kload
2899cd7fee
[enh] Make Cheryl to work + fetch libs from local
11 years ago