1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00
Webmin package for YunoHost
Find a file
2023-01-28 20:25:21 +01:00
.github add autoupdater 2022-07-06 03:21:12 +02:00
conf Add NGINX instructions for websockets 2023-01-28 20:25:21 +01:00
doc Update DISCLAIMER.md 2023-01-27 10:43:48 +01:00
scripts Update upgrade 2023-01-27 09:44:44 +01:00
check_process Apply example_ynh 2022-07-06 02:37:02 +02:00
LICENSE Added license 2018-10-29 16:25:08 +05:30
manifest.json Merge branch 'testing' of https://github.com/YunoHost-Apps/webmin_ynh into testing 2023-01-27 09:43:10 +01:00
README.md Auto-update README 2023-01-27 09:43:56 +00:00
README_fr.md Auto-update README 2023-01-27 09:43:56 +00:00

Webmin for YunoHost

Integration level Working status Maintenance status Install Webmin with YunoHost

Lire ce readme en français.

This package allows you to install Webmin quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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.013~ynh1

Screenshots

Screenshot of Webmin

Disclaimers / important information

  • This app has root access which can change core things in the system, thus breaking the YunoHost. Use it carefully and read the documents two times before changing values.
  • Only user given permission at time of the installation can access the Webmin login interface
  • To login to webmin, use root and root password
  • Webmin will update itself when system updates are run. So no need to run upgrade script once installed.

Fix username and password

If you can't connect you can fix the password of the user running:

/usr/share/webmin/changepass.pl /etc/webmin root newpassword

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/webmin_ynh/tree/testing --debug
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