Go to file
2021-04-23 16:33:20 +02:00
.github Rework the PR template to try to make those checkboxes more meaningful 2021-04-23 16:33:20 +02:00
conf Fix systemd stdout/stderr 2020-12-10 13:46:39 +01:00
scripts Typo 2021-04-09 21:16:25 +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.default Remove that stuff about level 5 ... this ain't useful for any app, it's not like we're going to disable the linter entirely. At best we might want to disable some super specific test (historically this feature was kinda relevant because the linter was unreliable, but things improved since then) 2020-12-04 18:55:58 +01:00
LICENSE Fix typos 2018-08-08 23:04:20 +02:00
manifest.json Merge pull request #142 from YunoHost/ask_strings_for_standard_args_obsolete 2021-03-15 02:27:01 +01:00
README.md Fix badges 2021-04-03 17:55:14 +02:00
README_fr.md Fix badges 2021-04-03 17:55:14 +02:00

Usage of this package (REMOVE THIS SECTION BEFORE RELEASE)

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

Example app for YunoHost

Integration level
Install REPLACEBYYOURAPP with YunoHost

Lire ce readme en français.

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

Overview

Quick description of this app.

Shipped version: 1.0

Screenshots

![](Link to a screenshot of this app.)

Demo

  • [Official demo](Link to a demo site for this app.)

Configuration

How to configure this app: From an admin panel, a plain file with SSH, or any other way.

Documentation

  • Official documentation: Link to the official documentation of this app
  • YunoHost documentation: If specific documentation is needed, feel free to contribute.

YunoHost specific features

Multi-user support

Are LDAP and HTTP auth supported? Can the app be used by multiple users?

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • Any known limitations.

Additional information

  • Other info you would like to add about this app.

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


Developer info

Only if you want to use a testing branch for coding, instead of merging directly into master. 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/REPLACEBYYOURAPP_ynh/tree/testing --debug
or
sudo yunohost app upgrade REPLACEBYYOURAPP -u https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug