No description
Find a file
2025-06-03 16:35:58 +02:00
.github Initial commit 2025-06-03 15:35:56 +01:00
conf Initial commit 2025-06-03 15:35:56 +01:00
doc Initial commit 2025-06-03 15:35:56 +01:00
scripts Initial commit 2025-06-03 15:35:56 +01:00
.gitattributes Initial commit 2025-06-03 15:35:56 +01:00
.gitignore Initial commit 2025-06-03 15:35:56 +01:00
config_panel.toml.example Initial commit 2025-06-03 15:35:56 +01:00
LICENSE Initial commit 2025-06-03 15:35:56 +01:00
manifest.toml Initial commit 2025-06-03 15:35:56 +01:00
README.md Auto-update READMEs 2025-06-03 16:35:58 +02:00
tests.toml Initial commit 2025-06-03 15:35:56 +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

📦 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.