Web administration interface for YunoHost
Find a file
axolotle 58fe9a6924 add new validator for file type
(cherry picked from commit e2ec21ea4d2252e59eaf1f6d949f18d04794203c)
2021-05-08 22:27:10 +02:00
app add new validator for file type 2021-05-08 22:27:10 +02:00
debian Update changelog for 4.2.2 2021-05-08 15:08:34 +02:00
.gitignore update bootstrap-vue and add custom default options for its components 2020-12-16 12:10:05 +01:00
.travis.yml update .travis.yml 2021-01-19 18:33:02 +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 update README 2021-01-19 19:23:22 +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.

In order to contribute you will need to setup a development environment using ynh-dev (see the README). Once you have a environment running and are attached to it (with ./ynh-dev start) you will be able to run:

$ ./ynh-dev use-git yunohost-admin

This command will install all dependencies and start a dev server (based on webpack-dev-server) with Hot-Module-Replacement (live updates on code modification without reloading the page nor rebuilding the whole code). After the build step, click on the "Network:" link and you are good to go.

You can also install Vue Devtools (module for Firefox but also exists for Chromium/Chrome) if you want component trees, performance views and so on.

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

Dependencies