Web administration interface for YunoHost
Find a file
Fabian Gruber 342ac664d1 [i18n] Translated using Weblate (German)
Currently translated at 100.0% (324 of 324 strings)
2017-02-14 21:49:32 +01:00
debian Update changelog for 2.5.1 release 2017-02-02 11:33:50 +01:00
src [i18n] Translated using Weblate (German) 2017-02-14 21:49:32 +01:00
.gitignore [enh] add some more debian stuff to .gitignore 2016-03-04 18:27:06 +01:00
CONTRIBUTORS.md [enh][love] Create CONTRIBUTORS.md file. (#140) 2016-12-22 16:28:49 +01:00
LICENSE Add AGPL license 2015-07-15 15:28:59 +02:00
README.md [enh] readme: add translation badge status. 2017-01-28 06:22:20 +01:00

YunoHost Admin

JS client for YunoHost API

Translation status

Please report issues here (no registration needed):
https://dev.yunohost.org/projects/yunohost/issues

## Installation

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

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