This commit is contained in:
2026-01-28 16:54:06 +01:00
parent 213c2836f9
commit 493eb0ed90
73 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Webmin
## Structure
```
.
├── systemd
└── webmin (10000)
```
```bash
curl -o webmin-setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repos.sh
sudo sh webmin-setup-repos.sh
sudo apt-get install --install-recommends webmin usermin -y
```
[https://ip-address-of-machine:10000](https://ip-address-of-machine:10000)
##### Docker Module
[https://github.com/dave-lang/webmin-docker](https://github.com/dave-lang/webmin-docker)