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

Merge pull request #62 from YunoHost-Apps/testing

This commit is contained in:
OniriCorpe 2024-02-26 04:06:46 +01:00 committed by GitHub
commit e1ac8bf96a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -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~ynh2
**Shipped version:** 2.105~ynh1
## Screenshots

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
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~ynh2
**Version incluse :** 2.105~ynh1
## Captures décran

View file

@ -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~ynh2"
version = "2.105~ynh1"
maintainers = []
@ -37,8 +37,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/webmin/webmin/releases/download/2.104/webmin_2.104_all.deb"
sha256 = "80bb272ae7ade169b386c9b34fe0af535ea5e8342d7749917e8cc343f95498cb"
url = "https://github.com/webmin/webmin/releases/download/2.105/webmin_2.105_all.deb"
sha256 = "d257060d92409e2ec68856b484a8333044ef08000bdc5c66705d7f55407931d9"
rename = "webmin.deb"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^webmin_.*_all.deb$"