From 21b0b332624cf115cd5cb610df2806e61998bc04 Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Mon, 29 Oct 2018 19:52:07 +0530 Subject: [PATCH 1/2] Update readme --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c66af62..0b55308 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ -WebMin package installation for YunoHost distribution +# WebMin package installation for YunoHost + +[![Integration level](https://dash.yunohost.org/integration/webmin.svg)](https://ci-apps.yunohost.org/jenkins/job/webmin%20%28Community%29/lastBuild/consoleFull) + +[![Install webmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=webmin)

+ +**Note:** This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documets](https://doxfer.webmin.com/Webmin/Main_Page) two times before chaning values. + +## Webmin +[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**. + +## Links +- [Yunohost project](https://yunohost.org) +- [Webmin](http://www.webmin.com/) +- [Webmin source code at Github](https://github.com/webmin/webmin) + +## Important points +- 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 rights at time of the installation can **access** the Webmin +- Installation can only be done on **root path**. Eg. webmin.domain.tld +- No **munti-instance** for webmin as its system intigrated app + + -!! Only root (system user) can connect !! From bd1a815770ababe0f2f6fd853dd4dbd09a263025 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Tue, 30 Oct 2018 06:40:26 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b55308..4e72309 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Install webmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=webmin)

-**Note:** This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documets](https://doxfer.webmin.com/Webmin/Main_Page) two times before chaning values. +**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. ## Webmin [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**. @@ -17,9 +17,9 @@ ## Important points - 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 rights at time of the installation can **access** the Webmin +- Only **user** given permission at time of the installation can **access** the Webmin - Installation can only be done on **root path**. Eg. webmin.domain.tld -- No **munti-instance** for webmin as its system intigrated app +- No **multi-instance** for webmin as it is a system integrated app