mirror of
https://github.com/YunoHost-Apps/webmin_ynh.git
synced 2024-09-03 20:36:08 +02:00
Testing (#58)
* Upgrade to version 2.013 (#41) * Upgrade to v2.013 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Update manifest.json * Update upgrade * Update nginx.conf * Update app.src * Update DISCLAIMER.md * Auto-update README * Upgrade to version 2.021 (#47) * Upgrade to v2.021 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Upgrade auto-updater (#43) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean <titus@pijean.ovh> * Auto-update README * Update _common.sh (#45) * Testing (#42) * Upgrade to version 2.013 (#41) * Upgrade to v2.013 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Update manifest.json * Update upgrade * Update nginx.conf * Update app.src * Update DISCLAIMER.md * Auto-update README --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update _common.sh Unable to install Webmin : an error occurred in the application installation script Issue : #44 the package shared-mime-info missing --------- Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: tituspijean <tituspijean@outlook.com> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Upgrade to version 2.101 (#50) * Upgrade to v2.101 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Upgrade to version 2.102 (#51) * Upgrade to v2.102 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.json * Upgrade to version 2.104 (#56) * Upgrade to v2.104 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Version 2 (#52) * v2 * fix * fix * fix * Auto-update README * Update manifest.toml * Update manifest.toml * Update manifest.toml * fix * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.toml * fix * Auto-update README * Update manifest.toml * Update manifest.toml * fix * Update nginx.conf * Create ADMIN_fr.md * fix * Auto-update README * Update nginx.conf * Update nginx.conf --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: tituspijean <titus@pijean.ovh> Co-authored-by: KazeroG <17680194+KazeroG@users.noreply.github.com> Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: tituspijean <tituspijean@outlook.com>
This commit is contained in:
parent
4867663b82
commit
b9d0934086
6 changed files with 19 additions and 4 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
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:** 2.104~ynh1
|
||||
**Shipped version:** 2.104~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -16,9 +16,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
## Vue d’ensemble
|
||||
|
||||
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.
|
||||
Webmin est une interface Web pour l'administration système pour Unix. À l'aide de n'importe quel navigateur Web moderne, vous pouvez configurer des comptes d'utilisateurs, Apache, DNS, le partage de fichiers et bien plus encore. Webmin supprime le besoin de modifier manuellement les fichiers de configuration Unix comme « /etc/passwd » et vous permet de gérer un système depuis la console ou à distance.
|
||||
|
||||
**Version incluse :** 2.104~ynh1
|
||||
**Version incluse :** 2.104~ynh2
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -4,7 +4,10 @@ location __PATH__/ {
|
|||
proxy_pass https://127.0.0.1:__PORT__/;
|
||||
|
||||
#Proxy Settings
|
||||
proxy_http_version 1.1;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Host $host:$server_port; #this redirects the link without port no
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
11
doc/ADMIN_fr.md
Normal file
11
doc/ADMIN_fr.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
* Cette application dispose d'un accès **root** qui peut modifier les éléments essentiels du système, **casser YunoHost**. Utilisez-le avec précaution et lisez la [document](https://doxfer.webmin.com/Webmin/Main_Page) avant de modifier les valeurs.
|
||||
* Seul l'**utilisateur** disposant de l'autorisation au moment de l'installation peut **accéder** à l'interface de connexion Webmin.
|
||||
* Pour vous connecter à webmin, utilisez root et le mot de passe root
|
||||
* Webmin se mettra **à jour** lorsque les mises à jour du système seront exécutées. Pas besoin donc d'**exécuter le script de mise à niveau** une fois installé.
|
||||
|
||||
### Corriger le nom d'utilisateur et le mot de passe
|
||||
|
||||
Si vous ne parvenez pas à vous connecter, vous pouvez corriger le mot de passe de l'utilisateur avec la commande suivante :
|
||||
```
|
||||
/usr/share/webmin/changepass.pl /etc/webmin root >nouveau mot de passe>
|
||||
```
|
1
doc/DESCRIPTION_fr.md
Normal file
1
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1 @@
|
|||
Webmin est une interface Web pour l'administration système pour Unix. À l'aide de n'importe quel navigateur Web moderne, vous pouvez configurer des comptes d'utilisateurs, Apache, DNS, le partage de fichiers et bien plus encore. Webmin supprime le besoin de modifier manuellement les fichiers de configuration Unix comme « /etc/passwd » et vous permet de gérer un système depuis la console ou à distance.
|
|
@ -5,7 +5,7 @@ name = "Webmin"
|
|||
description.en = "Web-based interface for system administration"
|
||||
description.fr = "Interface Web d'administration système"
|
||||
|
||||
version = "2.104~ynh1"
|
||||
version = "2.104~ynh2"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue