From 3bcffc0b2811e0d2f78d015b590de5d427d7b3aa Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 14 Aug 2021 18:54:48 +0000 Subject: [PATCH] Auto-update README --- README.md | 44 +++++++++++++++++++++++++++----------------- README_fr.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 17 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 7c12ac0..faa1b91 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,44 @@ + + # Webmin for YunoHost [![Integration level](https://dash.yunohost.org/integration/webmin.svg)](https://dash.yunohost.org/appci/app/webmin) ![](https://ci-apps.yunohost.org/ci/badges/webmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/webmin.maintain.svg) [![Install Webmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=webmin) -> *This package allows you to install Webmin quickly and simply on a YunoHost server. +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install Webmin quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* -**Note:** This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documents](https://doxfer.webmin.com/Webmin/Main_Page) two times before changing values. - ## Overview -[Webmin](http://www.webmin.com/index.html) is a **web-based** interface for system **administration** for Unix. Using any modern web browser, you can setup user **accounts**, **DNS**, **file sharing** and much more. Webmin removes the need to manually **edit Unix configuration** files like **/etc/passwd**, and lets you manage a system from the **console or remotely**. -**Shipped version:** 1.979 +Web-based interface for system administration for Unix. + +**Shipped version:** 1.979~ynh1 + + ## Screenshots -![](https://raw.githubusercontent.com/webmin-devel/webmin/master/media/webmin-demo-basic.gif) +![](./doc/screenshots/screenshot1.gif) -## Important points +## Disclaimers / important information -- Only **root** (system user) can connect -- Webmin will **update itself** when system updates are run. So no need to **run upgrade script** once installed. -- Only **user** given permission at time of the installation can **access** the Webmin +* Other infos that people should be aware of, such as: + * This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documents](https://doxfer.webmin.com/Webmin/Main_Page) two times before changing values. + * Only **root** (system user) can connect + * Webmin will **update itself** when system updates are run. So no need to **run upgrade script** once installed. + * Only **user** given permission at time of the installation can **access** the Webmin -## Links +## Documentation and resources - * Report a bug: https://github.com/YunoHost-Apps/webmin_ynh/issues - * App website: http://www.webmin.com/ - * Upstream app repository: https://github.com/webmin/webmin - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: http://www.webmin.com +* Upstream app code repository: https://github.com/webmin/webmin +* YunoHost documentation for this app: https://yunohost.org/app_webmin +* Report a bug: https://github.com/YunoHost-Apps/webmin_ynh/issues ## Developer info @@ -42,3 +50,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/webmin_ynh/tree/testi or sudo yunohost app upgrade webmin -u https://github.com/YunoHost-Apps/webmin_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..1269fc1 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,50 @@ +# Webmin pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/webmin.svg)](https://dash.yunohost.org/appci/app/webmin) ![](https://ci-apps.yunohost.org/ci/badges/webmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/webmin.maintain.svg) +[![Installer Webmin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=webmin) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Webmin rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* + +## Vue d'ensemble + +Interface Web d'administration système pour Unix. + +**Version incluse :** 1.979~ynh1 + + + +## Captures d'écran + +![](./doc/screenshots/screenshot1.gif) + +## Avertissements / informations importantes + +* Other infos that people should be aware of, such as: + * This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documents](https://doxfer.webmin.com/Webmin/Main_Page) two times before changing values. + * Only **root** (system user) can connect + * Webmin will **update itself** when system updates are run. So no need to **run upgrade script** once installed. + * Only **user** given permission at time of the installation can **access** the Webmin + +## Documentations et ressources + +* Site officiel de l'app : http://www.webmin.com +* Dépôt de code officiel de l'app : https://github.com/webmin/webmin +* Documentation YunoHost pour cette app : https://yunohost.org/app_webmin +* Signaler un bug : https://github.com/YunoHost-Apps/webmin_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/webmin_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/webmin_ynh/tree/testing --debug +ou +sudo yunohost app upgrade webmin -u https://github.com/YunoHost-Apps/webmin_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file