mirror of
https://github.com/YunoHost-Apps/webmin_ynh.git
synced 2024-09-03 20:36:08 +02:00
fix
This commit is contained in:
parent
d7f0cddeeb
commit
d568896c24
3 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
# WebMin for YunoHost
|
||||
# Webmin for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/webmin)  
|
||||
[](https://install-app.yunohost.org/?app=webmin)
|
||||
[](https://install-app.yunohost.org/?app=webmin)
|
||||
|
||||
> *This package allows you to install WebMin quickly and simply on a YunoHost server.
|
||||
> *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**.
|
||||
[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.955
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"version": "1.955~ynh1",
|
||||
"url": "http://www.webmin.com",
|
||||
"license": "BSD 3-Clause",
|
||||
"license": "BSD-3-Clause",
|
||||
"maintainer": {
|
||||
"name": "Anmol Sharma",
|
||||
"email": "anmol@datamol.org"
|
||||
|
|
|
@ -47,7 +47,7 @@ ynh_remove_nginx_config
|
|||
# SPECIFIC REMOVE
|
||||
#=================================================
|
||||
|
||||
apt-get remove -y --purge $app
|
||||
ynh_remove_app_dependencies $app
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue