Go to file
yalh76 b24df66a9c
Merge pull request #188 from YunoHost/reorder
Reorder php-fpm and nginx
2022-06-07 21:38:14 +02:00
.github Update updater.sh 2022-03-24 10:47:23 +01:00
conf Remove HTTPS redirection 2021-11-16 22:31:57 +01:00
doc Markdown title ftw 2021-08-23 14:16:47 +02:00
scripts Reorder php-fpm and nginx 2022-05-31 01:56:33 +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
LICENSE Update LICENSE to use official yunohost documentation website 2021-10-27 09:07:54 +02:00
README.md Stupid typo in README 2022-02-17 18:35:34 +01:00
README_fr.md Update with auto-generated README 2021-05-10 17:52:42 +02:00
check_process Update check_process 2022-03-04 20:57:26 +01:00
config_panel.toml.example Update config_panel.toml.example 2021-10-06 19:51:34 +02:00
manifest.json Reorder install arguments 2022-03-04 20:53:21 +01:00

README.md

Packaging an app, starting from this example


Example app for YunoHost

Integration level Install example with YunoHost

Lire ce readme en français.

This package allows you to install example quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Explain in a few (10~15) words the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)

Shipped version: 1.0~ynh1

Demo: https://demo.example.com

Screenshots

Disclaimers / important information

  • Any known limitations, constrains or stuff not working, such as (but not limited to):

    • requiring a full dedicated domain ?
    • architectures not supported ?
    • not-working single-sign on or LDAP integration ?
    • the app requires an important amount of RAM / disk / .. to install or to work properly
    • etc...
  • Other infos that people should be aware of, such as:

    • any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...)
    • how to configure / administrate the application if it ain't obvious
    • upgrade process / specificities / things to be aware of ?
    • security considerations ?

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug
or
sudo yunohost app upgrade example -u https://github.com/YunoHost-Apps/example_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps