From c331c652f00c740e812235ad95ac6ce1548c1cfd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 3 Sep 2021 09:15:14 +0200 Subject: [PATCH 1/3] Add description --- doc/DESCRIPTION.md | 1 + manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/DESCRIPTION.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..dd0e880 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, 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. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 94dfc80..f8ef3bf 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "webmin", "packaging_format": 1, "description": { - "en": "Web-based interface for system administration for Unix.", - "fr": "Interface Web d'administration système pour Unix." + "en": "Web-based interface for system administration for Unix", + "fr": "Interface Web d'administration système pour Unix" }, "version": "1.979~ynh2", "url": "http://www.webmin.com", From ed88a5f4adf20de764baeb31c461eba2ba81a4de Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 3 Sep 2021 07:15:23 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3465d3..ffe5712 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Web-based interface for system administration for Unix. +Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, 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~ynh2 diff --git a/README_fr.md b/README_fr.md index 381f42c..7a4ed75 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Interface Web d'administration système pour Unix. +Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, 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. **Version incluse :** 1.979~ynh2 From ca8337fedbbae0a1a51db987862ba3a576a8aada Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 14 Nov 2021 23:37:21 +0100 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index f8ef3bf..10f653a 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,7 @@ "email": "anmol@datamol.org" }, "requirements": { - "yunohost": ">= 4.1.7" + "yunohost": ">= 4.2.3" }, "multi_instance": false, "services": [ @@ -29,13 +29,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" } ] }