Maniack Crudelis
cccc014552
Normalization from example_ynh
7 years ago
Maniack Crudelis
b371fdbe8a
Move from ci-apps-dev to ci-apps-hq
7 years ago
JimboJoe
927524b3aa
Merge pull request #35 from YunoHost-Apps/testing
Testing
7 years ago
Maniack Crudelis
b4ab39a97c
Update pull_request_template.md
7 years ago
Maniack Crudelis
c0f51d42d7
Merge pull request #34 from YunoHost-Apps/package_upgrade
Package upgrade
7 years ago
Kayou
4f37db1582
Bump version number
7 years ago
Kayou
7bae826582
Remove unnecessary comments
7 years ago
Maniack Crudelis
95df8a88fd
Merge branch 'testing' into package_upgrade
7 years ago
Maniack Crudelis
34f47c9e5d
Merge pull request #31 from yalh76/master
Apply example_ynh
7 years ago
Maniack Crudelis
15d6c49e7f
Merge branch 'package_upgrade' of https://github.com/YunoHost-apps/my_webapp_ynh into package_upgrade
7 years ago
Maniack Crudelis
8c2f9fa5c7
Add progression with ynh_print_info
7 years ago
Maniack Crudelis
5e39182584
Merge branch 'testing' into package_upgrade
7 years ago
Maniack Crudelis
ddcf06a309
Merge pull request #32 from alexAubin/patch-1
Update README
7 years ago
Maniack Crudelis
d5e9add734
Use ynh_backup_if_checksum_is_different instead of a dedicated function
7 years ago
Maniack Crudelis
6fa397587f
Give up upgrade from very old version
7 years ago
Maniack Crudelis
0f0bef3b8c
Use php7
7 years ago
Maniack Crudelis
034e5fc83c
Normalization from example_ynh
7 years ago
Alexandre Aubin
ef16ba2157
Update README
- Rework some explaination about the whole SFTP thing + add link to FileZilla doc
- Remove section about update (too old ?) and backup/restore (now integrated with the usual scripts)
7 years ago
yalh76
53d69b3677
Update links from Jenkins to CI
7 years ago
Yalh
06d1b5a5c5
Removing deprecated ynh_webpath_available
7 years ago
Maniack Crudelis
14373bc73c
Clean scripts
7 years ago
Yalh
b0a9db465b
Fix install
7 years ago
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