1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

Upgrade version

This commit is contained in:
ericgaspar 2021-03-26 22:04:44 +01:00
parent ad1b8ccb44
commit 4558ce6644
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 12 deletions

View file

@ -1,7 +1,7 @@
# 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.png)](https://install-app.yunohost.org/?app=webmin)
[![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.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## 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.941
**Shipped version:** 1.973
## Screenshots

View file

@ -6,7 +6,7 @@
"en": "Web-based interface for system administration for Unix.",
"fr": "Interface Web d'administration système pour Unix."
},
"version": "1.970~ynh1",
"version": "1.973~ynh1",
"url": "http://www.webmin.com",
"license": "BSD-3-Clause",
"maintainer": {
@ -14,7 +14,7 @@
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 3.8.1"
"yunohost": ">= 4.1.7"
},
"multi_instance": false,
"services": [
@ -25,19 +25,11 @@
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Webmin",
"fr": "Choisissez un nom de domaine pour Webmin"
},
"example": "domain.org"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Webmin administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur Webmin (doit être un utilisateur YunoHost existant)"
},
"example": "johndoe"
}
]