Go to file
Maniack Crudelis a85d3f8e3e Add version field
Needed for ynh_install_app_dependencies
2017-08-23 00:31:51 +02:00
conf Merge pull request #24 from YunoHost/update_appsrc 2017-07-01 23:39:02 +02:00
scripts Upgrade helpers 2017-07-21 20:56:26 +02:00
sources Merge pull request #29 from YunoHost/extra_files_dir 2017-06-25 16:39:50 +02:00
.gitignore [enh] Add a really simple gitignore 2016-04-26 15:26:27 +02:00
check_process [enh] Default check_process 2017-06-02 18:03:28 +02:00
LICENSE [enh] Update LICENSE 2017-02-03 21:11:02 +01:00
manifest.json Add version field 2017-08-23 00:31:51 +02:00
README.md [enh] fork isn't the good way as the git repo will starts with commits from example_ynh. 2017-02-04 10:02:28 +01:00

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.