mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
0ba075e923
commit
84528b9015
41
README.md
41
README.md
|
@ -1641,7 +1641,48 @@ Search: `DAEMON Sync` in your favorite app store
|
||||||
__________________________________________________________________________________________
|
__________________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</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>
|
<details>
|
||||||
<summary markdown="span"> MotionEye VMS LXC </summary>
|
<summary markdown="span"> MotionEye VMS LXC </summary>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue