Skip to content

Latest commit

 

History

History
258 lines (234 loc) · 18.2 KB

apps.md

File metadata and controls

258 lines (234 loc) · 18.2 KB

#Apps   

<script type="text/template" id="app-template">

Description: {app_description}

Last update (UTC): {app_update}

Maintainer: {app_maintainer} ({app_mail})

Git: {app_git} ({app_branch})

Documentation
</script> <script> function timeConverter(UNIX_timestamp) { var a = new Date(UNIX_timestamp*1000); var months = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']; var year = a.getFullYear(); var month = months[a.getMonth()]; var date = a.getDate(); var hour = a.getHours(); var min = a.getMinutes(); if (hour < 10) { hour = '0' + hour; } if (min < 10) { min = '0' + min; } var time = date+' '+month+' '+year+' at '+hour+':'+min; return time; } $(document).ready(function () { $.getJSON('/list.json', function(app_list) { // Cast as array var app_list = $.map(app_list, function(el) { return el; }); // Sort alpha app_list.sort(function(a, b){ if (a.manifest.id > b.manifest.id) {return 1;} else if (a.manifest.id < b.manifest.id) {return -1;} return 0; }); $.each(app_list, function(k, infos) { app_id = infos.manifest.id; html = $('#app-template').html() .replace(/{app_id}/g, app_id) .replace(/{app_name}/g, infos.manifest.name) .replace('{app_description}', infos.manifest.description.en) .replace(/{app_git}/g, infos.git.url) .replace('{app_branch}', infos.git.branch) .replace('{app_update}', timeConverter(infos.lastUpdate)); if (infos.manifest.developer) { html = html .replace('{app_maintainer}', infos.manifest.developer.name) .replace('{app_mail}', infos.manifest.developer.email); } if (infos.manifest.maintainer) { html = html .replace('{app_maintainer}', infos.manifest.maintainer.name) .replace('{app_mail}', infos.manifest.maintainer.email); } $('#app-accordion').append(html); $('.app_'+ app_id).attr('id', 'app_'+ app_id); }); }); $(".inprogress").each(function() { $(this).html( 'in progress' ); }); $(".ready").each(function() { $(this).html( 'ready' ); }); }); </script>

Work in progress

The following applications are being worked on by a growing number of packagers.

They are NOT validated by the packaging team, and as such, no official support is provided for them.

You can test them, at your own risk, by installing them either through the administration web interface by choosing "Install custom app", or using the moulinette:

yunohost app install https://github.com/<packager>/<app_repository>

The packagers will appreciate your remarks. If you test them and find issues, or have ideas for improvement, do not hesitate to file issues directly on their repositories project page.


Name Packager State URL repositories Description
20euros Moul
https://github.com/M5oul/20euros_ynh Clone of 2048 game with euros
243 Moul
https://github.com/M5oul/243_ynh Clone of 2048 game: goal reach 243
Ampache beudbeud
https://github.com/abeudin/ampache_ynh Web based audio/video streaming
BTSync tifred
https://github.com/drfred1981/btsync_ynh File synchronization tool
Chtickynotes chtixof
https://github.com/chtixof/ynh-chtickynotes A Post-it page
COPS lunarok
https://github.com/lunarok/cops_ynh Frontend for Calibre library
Couchpotato Chao-Man
https://github.com/Chao-Man/couchpotato_ynh PVR for Usenet and torrents
Cubiks-2048 Moul
https://github.com/M5oul/Cubiks-2048_ynh Clone of 2048 game in 3D
Custom Webapp (Multi instance) Maniack Crudelis
https://github.com/maniackcrudelis/my_webapp_ynh Custom Webapp
Diaspora aymhce
https://github.com/aymhce/diaspora_ynh Distributed social networking service
EmailPoubelle matlink
https://github.com/matlink/emailpoubelle_ynh Disposable email
EtherCalc zamentur
https://github.com/zamentur/ethercalc_ynh Web spreadsheet
Etherpad-Lite beudbeud
https://github.com/abeudin/etherpadlite_ynh Real-time collaborative document editing
FileBin IsserTerrus
https://github.com/isserterrus/filebin_ynh Online filebin
Firefox Sync beudbeud
https://github.com/abeudin/ffsync_ynh Firefox synchronization server
FreshRSS plopoyop
https://github.com/plopoyop/freshrss_ynh RSS reader
Friendica aymhce
https://github.com/aymhce/friendica_ynh Social Communication Server
FTP support for webapp Maniack Crudelis
https://github.com/maniackcrudelis/ftp_support_webapp_ynh FTP support for webapp
HTML Tools IsserTerrus
https://github.com/isserterrus/htmltools_ynh HTML Mini-tools
HTPC Manager lunarok
https://github.com/lunarok/htpc_ynh Manage your HTPC
Ghost ju
https://github.com/julienmalik/ghost_ynh Blogging platform
Gitolite matlink
https://github.com/matlink/gitolite_ynh Hosting git repositories
Gitweb matlink
https://github.com/matlink/gitweb_ynh Web interface for git
GLPI + FusionInventory beudbeud
https://github.com/abeudin/glpi_ynh IT And Asset managent
Gogs tostaki
https://github.com/mbugeia/gogs_ynh self-hosted Git service
Jeedom lunarok
https://github.com/lunarok/jeedom_ynh Home automation
Jenkins ju
https://github.com/julienmalik/jenkins_ynh Continuous Integration platform
Kanboard tostaki
https://github.com/mbugeia/kanboard_ynh Visual task board
KiwiIRC ju
https://github.com/julienmalik/kiwiirc_ynh Web IRC client
Laverna anaqreon
https://github.com/anaqreon/laverna_ynh Note taking app
Leed Maniack Crudelis
https://github.com/maniackcrudelis/leed_ynh RSS reader
LimeSurvey zamentur
https://github.com/zamentur/limesurvey_ynh Web survey tool
Linux Dash opi
https://github.com/opi/linuxdash_ynh Monitoring web dashboard
Lychee titoko
https://github.com/titoko/lychee_ynh Web photo-management
Lutim Maniack Crudelis
https://github.com/maniackcrudelis/lutim_ynh Anonymous image hosting service (not working at all !)
Lutim Matlink
https://github.com/matlink/lutim_ynh Anonymous image hosting service (working version)
MediaWiki ElieSauveterre
https://github.com/mikangali-labs/mediawiki_ynh Wiki platform
miniflux matanya
https://github.com/mat-mo/miniflux_ynh RSS reader via RTL support
Mumble Admin Plugin matlink
https://github.com/matlink/mumble_admin_plugin_ynh Web interface to manage mumble server
Mumble Server matlink
https://github.com/matlink/mumbleserver_ynh Voice chat for gaming and meeting
Munin ju
https://github.com/julienmalik/munin_ynh System Monitoring graphing tool
Monit ju
https://github.com/julienmalik/monit_ynh Daemon Monitoring tool
MyCryptoChat mrtino
https://github.com/mrtino/mycryptochat_ynh Encrypted chat rooms manager
OFBiz julien
https://github.com/nomakaFr/ofbiz_ynh ERP
OpenDKIM polytan02
https://github.com/polytan02/opendkim_ynh OpenDKIM for Yunohost installation script
OpenID ju
https://github.com/julienmalik/openid-simplesamlphp_ynh OpenID Identity server
OpenWRT lunarok
https://github.com/lunarok/openwrt_ynh Reverse proxy for OpenWRT installation
phpBB polytan02
https://github.com/polytan02/phpBB_ynh #1 forum in php with adaptive design - Requires manual configuration after initial installation
phpLDAPadmin aymhce
https://github.com/aymhce/phpldapadmin_ynh LDAP database web manager
PHPSysinfo lunarok
https://github.com/lunarok/phpsysinfo_ynh Informations about your system
Piwigo monsieur-a
https://github.com/monsieur-a/piwigo_ynh Web photo gallery
Piwik Maniack Crudelis
https://github.com/maniackcrudelis/piwik_ynh Web analytics platform
Plexmediaserver Chao-Man
https://github.com/Novakin/plexmediaserver_ynh PlexMediaServer
PluXml matlink
https://github.com/matlink/pluxml_ynh Blogging platform
proFTPd beudbeud
https://github.com/abeudin/proftpd_ynh FTP server
PSP Adhoc Server matlink
https://github.com/matlink/adhocserver_ynh
Pydio ju
https://github.com/julienmalik/pydio_ynh File sharing and synchronization
Radicale beudbeud
https://github.com/abeudin/radicale_ynh Caldav & Carddav Server
Rainloop polytan02
https://github.com/polytan02/rainloop_ynh Rainloop : nice and simple webmail - configuration by hand
Red Matrix anaqreon
https://github.com/anaqreon/redmatrix_ynh Social network and decentralized identity platform
Sabnzbd Chao-Man
https://github.com/Chao-Man/sabnzbd_ynh Automated Usenet download
SCM-Manager tifred
https://github.com/drfred1981/scm-manager_ynh Share and manage repositories over HTTP
Shaarli ju
https://github.com/julienmalik/shaarli_ynh Delicious clone
Sickbeard Chao-Man
https://github.com/Chao-Man/sickbeard_ynh PVR and episode guide that downloads and manages all your TV shows
Subsonic tifred
https://github.com/drfred1981/subsonic_ynh Web-based media server
TagSpaces scith
https://github.com/scith/tagspaces_ynh Manage files using tags
Tor Relay matlink
https://github.com/matlink/torrelay_ynh Tor Node
Webmin tifred
https://github.com/drfred1981/webmin_ynh Web-based system configuration tool
Wordpress multisite Maniack Crudelis
https://github.com/maniackcrudelis/wordpress_ynh Wordpress with network support
YaCy Moul
https://github.com/M5oul/yacy_ynh/ Libre and decentralized search engine
Yourls courgette
https://github.com/courgette/yourls_ynh URL Shortening service
Yunofav xof
https://github.com/chtixof/yunofav Page of favorite links Yunohost-styled
Zomburl courgette
https://github.com/courgette/zomburl_ynh URL Shortening service
ZoteroSync scith
https://github.com/scith/zoterosync_ynh Sync Zotero library and files
Z-Push beudbeud
https://github.com/abeudin/z-push_ynh ActiveSync Server

Wishlist

The following list is a compiled wishlist of applications that would be nice-to-have.

Edit this list to add your own favorite app, or learn to package apps yourself.