Web administration interface for YunoHost
Find a file
irina11y 4d6b21eae4 [fix] Accessibility of buttons and logo (#206)
* description logo YNH

* Fixe some aria role=button inindex.html

* add some aria role=button in user

* add some aria role=button in domain

* add some aria role=button in update

* add some aria role=button in tools

* add some aria role=button in service

* add some aria role=button in app

* add some aria role=button in backup

* Update domain_add.ms

* Update app_list.ms

* Update app_list_install.ms

* Update app_list_install.ms

* correction

* role=button in backup suppr in a button and move in a icon
2018-08-27 00:22:47 +02:00
debian Update changelog 2018-08-23 20:12:25 +00:00
src [fix] Accessibility of buttons and logo (#206) 2018-08-27 00:22:47 +02:00
.gitignore [enh] add some more debian stuff to .gitignore 2016-03-04 18:27:06 +01:00
CONTRIBUTORS.md [love] Add missing contributors & translators 2017-03-21 22:42:33 +01:00
LICENSE Add AGPL license 2015-07-15 15:28:59 +02:00
README.md [mod] we moved away from redmine 2018-06-07 13:40:25 +02:00

YunoHost Admin

YunoHost administration web interface (JS client for the API).

This client is a part of the YunoHost projet, and can not be installed directly. Please visit YunoHost website for installation instructions.

Bug tracker

Please report issues on the YunoHost Bugtracker.

Translate

Translation status

Contributing

Feel free to improve the plugin and send us a pull request.

We use gulp to compile Less files and minify the JavaScript. Assuming nodejs is installed, you can install dependencies and run a build with:

cd src
npm install
npm run build

Alternatively you can run npm run build-dev which improves building speed by bypassing compression tasks.

On a YunoHost instance, the web admin files are located at /usr/share/yunohost/admin.

Note: The .ms - moustache - files are cached by the browser. You have to reach them manually some times you modify them. (e.g. go to https://example.com/yunohost/admin/views/domain/domain_list.ms)

Dependencies

  • Bootstrap 3.3.6
  • Font-Awesome 4.5.0
  • Handlebars 1.3.0
  • Sammy 0.7.6
  • Jquery-Cookie 2.1.0