No description
  • Shell 64.6%
  • toml 35.4%
Find a file
2026-02-18 20:21:17 +01:00
.github Initial commit 2026-02-18 20:21:14 +01:00
conf Initial commit 2026-02-18 20:21:14 +01:00
doc Initial commit 2026-02-18 20:21:14 +01:00
scripts Initial commit 2026-02-18 20:21:14 +01:00
.editorconfig Initial commit 2026-02-18 20:21:14 +01:00
.gitattributes Initial commit 2026-02-18 20:21:14 +01:00
.gitignore Initial commit 2026-02-18 20:21:14 +01:00
config_panel.toml.example Initial commit 2026-02-18 20:21:14 +01:00
LICENSE Initial commit 2026-02-18 20:21:14 +01:00
manifest.toml Initial commit 2026-02-18 20:21:14 +01:00
README.md Auto-update READMEs 2026-02-18 20:21:17 +01:00
tests.toml Initial commit 2026-02-18 20:21:14 +01:00

Packaging an app, starting from this example


Logo of Example app Example app, packaged for YunoHost

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)

🌐 Official app website App Demo Version: 1.0~ynh1

Screenshots

Screenshot of Example app

📦 Developer info

Automatic tests level

🛠️ Upstream Example app repository: https://some.forge.com/example/example

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/example_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade example -u https://github.com/YunoHost-Apps/example_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.