All Projects → YunoHost → example_ynh

YunoHost / example_ynh

Licence: other
Example package for YunoHost applications.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to example ynh

project-organization
YunoHost project organization
Stars: ✭ 31 (-42.59%)
Mutual labels:  yunohost, closember
doc
YunoHost documentation
Stars: ✭ 126 (+133.33%)
Mutual labels:  yunohost, closember
mastodon ynh
Free, open-source social network for YunoHost
Stars: ✭ 67 (+24.07%)
Mutual labels:  yunohost, closember
discourse ynh
Discourse package for YunoHost
Stars: ✭ 23 (-57.41%)
Mutual labels:  yunohost, closember
jellyfin ynh
Jellyfin package for YunoHost
Stars: ✭ 20 (-62.96%)
Mutual labels:  yunohost, closember
wikijs ynh
Modern and powerful wiki app package for YunoHost
Stars: ✭ 19 (-64.81%)
Mutual labels:  yunohost, closember
my webapp ynh
Custom Web app with SFTP access
Stars: ✭ 39 (-27.78%)
Mutual labels:  yunohost, closember
borg ynh
An experimental Borg implementation for YunoHost
Stars: ✭ 18 (-66.67%)
Mutual labels:  yunohost
install script
YunoHost installation scripts
Stars: ✭ 71 (+31.48%)
Mutual labels:  yunohost
wireguard ynh
WireGuard VPN software with a web UI configuration companion, packaged for YunoHost.
Stars: ✭ 24 (-55.56%)
Mutual labels:  yunohost
syncthing ynh
Syncthing package for YunoHost
Stars: ✭ 27 (-50%)
Mutual labels:  yunohost
wgpu-py
Next generation GPU API for Python
Stars: ✭ 210 (+288.89%)
Mutual labels:  closember
grav ynh
Grav, a flat-file CMS packaged for YunoHost
Stars: ✭ 13 (-75.93%)
Mutual labels:  yunohost
shaarli ynh
Shaarli package for YunoHost
Stars: ✭ 20 (-62.96%)
Mutual labels:  yunohost
moulinette
A small Python framework meant to easily create programs with unified CLI and API.
Stars: ✭ 29 (-46.3%)
Mutual labels:  closember
nextcloud ynh
Nextcloud package for YunoHost
Stars: ✭ 120 (+122.22%)
Mutual labels:  yunohost
funkwhale ynh
A modern, convivial and free music server on YunoHost
Stars: ✭ 59 (+9.26%)
Mutual labels:  yunohost
kanboard ynh
Kanboard package for YunoHost
Stars: ✭ 14 (-74.07%)
Mutual labels:  yunohost
gitlab ynh
GitLab package for YunoHost
Stars: ✭ 17 (-68.52%)
Mutual labels:  yunohost
redirect ynh
Redirection app for YunoHost
Stars: ✭ 37 (-31.48%)
Mutual labels:  closember

Packaging an app, starting from this example

  • Copy this app before working on it, using the 'Use this template' button on the Github repo.
  • Edit the manifest.json with app specific info.
  • Edit the install, upgrade, remove, backup and restore scripts, and any relevant conf files in conf/.
  • Edit the change_url and config scripts too, or remove them if you have no use of them
  • Add a LICENSE file for the package. NB: this LICENSE file is not meant to necessarily be the LICENSE of the upstream app - it is only the LICENSE you want this package's code to published with ;). We recommend to use the AGPL-3.
  • Edit doc/DISCLAIMER*.md
  • The README.md files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator

Example app for YunoHost

Integration level Working status Maintenance status
Install Example app with YunoHost

Lire ce readme en français.

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

Overview

Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Features

  • Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
  • Laboris nisi ut aliquip ex ea commodo consequat ;
  • Duis aute irure dolor in reprehenderit in voluptate ;
  • Velit esse cillum dolore eu fugiat nulla pariatur ;
  • Excepteur sint occaecat cupidatat non proident, sunt in culpa."

Shipped version: 1.0~ynh1

Demo: https://demo.example.com

Screenshots

Screenshot of Example app

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].