Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/84528b901564a24360155d8bbc38d99667c93f1d?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
41 additions and
0 deletions
@ -1642,6 +1642,47 @@ ________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > 🔸PhotoPrism LXC < / summary >
< p align = "center" > < img src = "https://github.com/tteck/Proxmox/blob/main/misc/images/photoprism.png?raw=true" height = "100" / > < / p >
< h1 align = "center" id = "heading" > PhotoPrism LXC < / h1 >
[PhotoPrism ](https://photoprism.app/ ) is an AI-powered app for browsing, organizing & sharing your photo collection.
To create a new Proxmox PhotoPrism LXC, run the following in the Proxmox Shell.
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/photoprism-v4.sh)"
```
< h3 align = "center" id = "heading" > ⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡< / h3 >
**PhotoPrism Interface - IP:2342**
⚙️ **Initial Login**
**username**
```yaml
admin
```
**password**
```yaml
changeme
```
[PhotoSync ](https://www.photosync-app.com/home.html )
⚙️ **To Update PhotoPrism**
Run in the LXC Console
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/photoprism-update.sh)"
```
____________________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > MotionEye VMS LXC < / summary >