From 4558ce66443ba271185dd4a089379368c3d90680 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 26 Mar 2021 22:04:44 +0100 Subject: [PATCH] Upgrade version --- README.md | 4 ++-- manifest.json | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3116a8c..50a91f3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index 20f9363..3f9b410 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ]