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.
23 lines
708 B
Markdown
23 lines
708 B
Markdown
# Example app for YunoHost
|
|
|
|
- [Yunohost project](https://yunohost.org)
|
|
- [Exemple app website](https://example.com)
|
|
|
|
Description of the app.
|
|
|
|
## Usage
|
|
- Fork this app before work on it.
|
|
- Edit `conf/nginx.conf` file to match application prerequisites.
|
|
- Edit manifest with application specific information.
|
|
- Edit the install, upgrade, remove, backup, restore scripts.
|
|
- Add a `LICENSE` file for the package.
|
|
- Edit this readme.
|
|
|
|
**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.
|