Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/c8ff22f566a0102f9978965637ea665fad2ace9b?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
23 additions and
0 deletions
@ -639,3 +639,26 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/adgu
____________________________________________________________________________________________
____________________________________________________________________________________________
< / details >
< / details >
< details >
< summary markdown = "span" > Webmin System Administration< / summary >
< p align = "center" > < img src = "https://github.com/webmin/webmin/blob/master/images/webmin-blue.png" height = "100" / > < / p >
< h1 align = "center" id = "heading" > Webmin System Administration < / h1 >
To Install [Webmin System Administration ](https://www.webmin.com/index.html ), run the following in a LXC console.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/webmin.sh)"
```
If you prefer to manage all aspects of your Linux LXC from a graphical interface instead of the command line interface, Webmin might be right for you.
**Webmin Interface - https:// IP:10000 (https)**
____________________________________________________________________________________________
< / details >