Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/859a28198f2a333824e62bf14e9275fc5adf60cf
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
32 additions and
0 deletions
@ -1513,6 +1513,38 @@ ________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > 🔸MagicMirror Server LXC < / summary >
< h1 align = "center" id = "heading" > MagicMirror Server LXC < / h1 >
[MagicMirror² ](https://docs.magicmirror.builders/ ) is an open source modular smart mirror platform.
To create a new MagicMirror Server LXC, run the following in the Proxmox Shell.
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/magicmirror-v3.sh)"
```
< h3 align = "center" id = "heading" > ⚡ Default Settings: 512MiB RAM - 3GB Storage - 1vCPU ⚡< / h3 >
**MagicMirror Interface - IP:8080**
⚙️ **To Update MagicMirror**
Run in the LXC Console
```yaml
cd /opt/magicmirror
git pull & & npm install --only=prod --omit=dev
```
____________________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > PhotoPrism LXC < / summary >