mirror of
https://github.com/YunoHost-Apps/webmin_ynh.git
synced 2024-09-03 20:36:08 +02:00
Auto-update README
This commit is contained in:
parent
1c49a64801
commit
3bcffc0b28
2 changed files with 77 additions and 17 deletions
44
README.md
44
README.md
|
@ -1,36 +1,44 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Webmin for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/webmin)  
|
||||
[](https://install-app.yunohost.org/?app=webmin)
|
||||
|
||||
> *This package allows you to install Webmin quickly and simply on a YunoHost server.
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *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.*
|
||||
|
||||
**Note:** This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documents](https://doxfer.webmin.com/Webmin/Main_Page) two times before changing values.
|
||||
|
||||
## 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.979
|
||||
Web-based interface for system administration for Unix.
|
||||
|
||||
**Shipped version:** 1.979~ynh1
|
||||
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Important points
|
||||
## Disclaimers / important information
|
||||
|
||||
- Only **root** (system user) can connect
|
||||
- Webmin will **update itself** when system updates are run. So no need to **run upgrade script** once installed.
|
||||
- Only **user** given permission at time of the installation can **access** the Webmin
|
||||
* Other infos that people should be aware of, such as:
|
||||
* This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documents](https://doxfer.webmin.com/Webmin/Main_Page) two times before changing values.
|
||||
* Only **root** (system user) can connect
|
||||
* Webmin will **update itself** when system updates are run. So no need to **run upgrade script** once installed.
|
||||
* Only **user** given permission at time of the installation can **access** the Webmin
|
||||
|
||||
## Links
|
||||
## Documentation and resources
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/webmin_ynh/issues
|
||||
* App website: http://www.webmin.com/
|
||||
* Upstream app repository: https://github.com/webmin/webmin
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
* Official app website: http://www.webmin.com
|
||||
* Upstream app code repository: https://github.com/webmin/webmin
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_webmin
|
||||
* Report a bug: https://github.com/YunoHost-Apps/webmin_ynh/issues
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -42,3 +50,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/webmin_ynh/tree/testi
|
|||
or
|
||||
sudo yunohost app upgrade webmin -u https://github.com/YunoHost-Apps/webmin_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
50
README_fr.md
Normal file
50
README_fr.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
# Webmin pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/webmin)  
|
||||
[](https://install-app.yunohost.org/?app=webmin)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Webmin rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Interface Web d'administration système pour Unix.
|
||||
|
||||
**Version incluse :** 1.979~ynh1
|
||||
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
* Other infos that people should be aware of, such as:
|
||||
* This app has **root** access which can change core things in the system, thus **breaking the YunoHost**. Use it carefully and read the [documents](https://doxfer.webmin.com/Webmin/Main_Page) two times before changing values.
|
||||
* Only **root** (system user) can connect
|
||||
* Webmin will **update itself** when system updates are run. So no need to **run upgrade script** once installed.
|
||||
* Only **user** given permission at time of the installation can **access** the Webmin
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : http://www.webmin.com
|
||||
* Dépôt de code officiel de l'app : https://github.com/webmin/webmin
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_webmin
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/webmin_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/webmin_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/webmin_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade webmin -u https://github.com/YunoHost-Apps/webmin_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue