1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
YunoHost apps catalog
Find a file
2017-03-11 08:36:35 +01:00
locales Translated using Weblate (French) 2017-03-07 20:33:23 +01:00
.gitignore Update .gitignore 2015-10-25 17:01:26 +01:00
add_or_update.py [enh] add_or_update.py accept app id instead of url 2016-09-17 22:58:59 +02:00
change_level.py [enh] change_level.py uses int not and have sanity checks for that 2017-01-30 23:47:59 +01:00
community.json Corrections levels abantecart et leed 2017-03-10 22:29:57 +01:00
dev.json Update dev.json 2017-02-14 15:34:50 +01:00
generate_translation_file.py [enh] add strings from community.json 2017-03-07 01:10:41 +01:00
get_packager_email_addresses.sh [fix] remove file names before sorting and removing duplicate. 2016-03-09 15:49:37 +01:00
LICENSE Add license file. 2016-03-08 18:51:17 +01:00
list_builder.py [enh] handle level modification in caching 2017-01-31 00:04:52 +01:00
official.json Update Kanboard to 1.0.40 2017-03-11 08:36:35 +01:00
README.md This procedure is not valid anymore 2017-02-24 09:26:37 +01:00
screenshot.jpg [enh] Simplify application list 2015-10-05 10:31:36 +02:00
should_i_rebuild.sh [enh] Build dev app list 2017-02-14 14:57:50 +01:00
update_translations.py [enh] add script to update translations 2017-03-07 01:12:39 +01:00

YunoHost apps directory

![roundcube](https://yunohost.org/images/roundcube.png) ![ttrss](https://yunohost.org/images/ttrss.png) ![wordpress](https://yunohost.org/images/wordpress.png) ![transmission](https://yunohost.org/images/transmission.png) ![jappix](https://yunohost.org/images/jappix.png)

Here you will find the repositories and versions of every apps integrated in YunoHost.

https://yunohost.org/apps

Lists

  • official.json contains the repository information of validated apps.
  • community.json contains all references to known YunoHost packages. If you want to add your app to the list, please send a Pull Request

Usage

The official package list is automatically fetched. If you want to enable the community package list on your YunoHost instance:

sudo yunohost app fetchlist -n community -u https://yunohost.org/community.json

Contributing

screenshot

How to add your app to the community list

  • Fork and edit the community list
  • Add your app's ID and git information at the right alphabetical place
  • Indicate the app's functioning state: notworking, inprogress, or working
  • Send a Pull Request

App example addition:

    "wallabag": {
        "branch": "master",
        "revision": "c2fc62438ac5c9503e3f4ebfdc425ec03a0ec0c0",
        "url": "https://github.com/abeudin/wallabag_ynh.git",
        "state": "working"
    }

Helper script

You can use the add_or_update.py python script to add or update your app from one of the 2 json files.

Usage:

./add_or_update.py [community.json OR official.json] [github url OR app name [github url OR app name [github url OR app name ...]]]

More information on yunohost.org/packaging_apps