Web administration interface for YunoHost
Find a file
2020-10-14 16:59:38 +02:00
app create base app structure with vue cli 2020-10-14 16:59:38 +02:00
debian Update changelog for 3.8.3.3 2020-05-26 03:45:55 +02:00
src Translated using Weblate (Italian) 2020-05-25 16:19:15 +00:00
tests String definition / usage tests + cleaning of stale strings 2020-04-04 01:15:25 +02:00
.gitignore create base app structure with vue cli 2020-10-14 16:59:38 +02: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 Add correction : js-cookie 2019-10-28 13:45:48 +01:00

YunoHost Admin

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

This client is a part of the YunoHost project, and can not be installed directly. Please visit the 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 a pull request.

gulp is used 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, and sometimes 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
  • JS-cookie 2.1.0