No description
Find a file
2025-11-10 20:25:30 +01:00
.github New source autoupdate mechanism 2023-03-28 01:04:05 +02:00
conf cleaning 2025-01-22 09:54:07 +01:00
doc make app url clickable 2024-01-02 01:01:17 +01:00
scripts [fix] Datadir should not be available from www-data by default 2025-07-07 13:25:47 +02:00
.editorconfig Add editorconfig 2025-07-14 11:40:15 +02:00
.gitattributes Use .gitattributes to mark READMEs as autogenerated (#245) 2025-08-11 22:13:46 +00:00
.gitignore Helpers 2.1 2024-09-03 13:39:06 +02:00
config_panel.toml.example Apps repo default branch is now main 2025-04-21 19:58:30 +02:00
LICENSE Fixing dead link in LICENSE 2023-02-22 22:44:21 +01:00
manifest.toml Apps repo default branch is now main 2025-04-21 19:58:30 +02:00
README.md Auto-update READMEs 2025-11-10 20:25:30 +01:00
tests.toml Apps repo default branch is now main 2025-04-21 19:58:30 +02: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.