1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00
This commit is contained in:
ericgaspar 2020-10-10 13:50:30 +02:00
parent b32ab1568e
commit abb70b8d6c
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 19 additions and 18 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## 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.953 **Shipped version:** 1.955
## Important points ## Important points

View file

@ -17,6 +17,7 @@ location __PATH__ {
proxy_buffers 32 32k; proxy_buffers 32 32k;
proxy_busy_buffers_size 256k; proxy_busy_buffers_size 256k;
proxy_temp_file_write_size 256k; proxy_temp_file_write_size 256k;
# Include SSOWAT user panel. # Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
more_clear_input_headers 'Accept-Encoding'; more_clear_input_headers 'Accept-Encoding';

View file

@ -6,9 +6,9 @@
"en": "Web-based interface for system administration for Unix.", "en": "Web-based interface for system administration for Unix.",
"fr": "Interface Web d'administration système pour Unix." "fr": "Interface Web d'administration système pour Unix."
}, },
"version": "1.941~ynh1", "version": "1.955~ynh1",
"url": "http://www.webmin.com", "url": "http://www.webmin.com",
"license": "free", "license": "BSD 3-Clause",
"maintainer": { "maintainer": {
"name": "Anmol Sharma", "name": "Anmol Sharma",
"email": "anmol@datamol.org" "email": "anmol@datamol.org"