Hosts specific configs
This commit is contained in:
21
On host/Webmin.md
Normal file
21
On host/Webmin.md
Normal 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)
|
||||
Reference in New Issue
Block a user