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

Merge branch 'testing' into example

This commit is contained in:
yalh76 2022-01-14 21:41:16 +01:00
commit 1002dfaa0c
4 changed files with 8 additions and 9 deletions

View file

@ -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

View file

@ -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

1
doc/DESCRIPTION.md Normal file
View file

@ -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.

View file

@ -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",
@ -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"
}
]
}