Hosts specific configs

This commit is contained in:
2025-04-24 15:55:10 +02:00
parent 116480f93e
commit 2abf8e30cf
13 changed files with 1903 additions and 0 deletions

21
On host/Webmin.md Normal file
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)