You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Maniack Crudelis d3f4117369 [fix] Fix the issue alias_traversal (#45)
* Fix the issue alias_traversal

https://github.com/yandex/gixy/blob/master/docs/en/plugins/aliastraversal.md

* Update fix alias_traversal

* Don't change original nginx conf file and add change_url

* Use newest version of ynh_add_nginx_config from #462
No more need to deal with "#sub_path_only"

* Revert "Use newest version of ynh_add_nginx_config from #462" as it's not released (and subject to discussions)!

This reverts commit fac62c49ff.

* Fix indentation
7 years ago
conf [fix] Fix the issue alias_traversal (#45) 7 years ago
scripts [fix] Fix the issue alias_traversal (#45) 7 years ago
sources Merge pull request #29 from YunoHost/extra_files_dir 8 years ago
.gitignore [enh] Add a really simple gitignore 9 years ago
LICENSE [enh] Update LICENSE 8 years ago
README.md [enh] fork isn't the good way as the git repo will starts with commits from example_ynh. 8 years ago
check_process.default Update and rename check_process to check_process.default 7 years ago
manifest.json [fix] Clean useless version 7 years ago

README.md

Example app for YunoHost

Description of the app.

Usage

  • Copy this app before work on it.
  • Edit conf/nginx.conf file to match application prerequisites.
  • Edit manifest.json with application specific information.
  • Edit the install, upgrade, remove, backup, and restore scripts.
  • Add a LICENSE file for the package.
  • Edit README.md.

More information on the documentation page:
https://yunohost.org/packaging_apps

Upgrade this package:
sudo yunohost app upgrade --verbose example -u https://github.com/YunoHost-Apps/example_ynh

Multi-user: Yes/No. How about the ldap and HTTP auth support.