mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
4d26e88018
commit
f1f9234c7f
37
README.md
37
README.md
|
@ -1027,6 +1027,43 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary markdown="span"> 🔸PhotoPrism LXC </summary>
|
||||||
|
|
||||||
|
<p align="center"><img src="https://github.com/photoprism/photoprism/blob/develop/assets/static/icons/logo.svg" height="100"/></p>
|
||||||
|
|
||||||
|
<h1 align="center" id="heading"> PhotoPrism LXC </h1>
|
||||||
|
|
||||||
|
PhotoPrism® 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 (V2).
|
||||||
|
|
||||||
|
```
|
||||||
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/photoprism.sh)"
|
||||||
|
```
|
||||||
|
|
||||||
|
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||||
|
|
||||||
|
After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate.
|
||||||
|
|
||||||
|
**MotionEye Interface - IP:2342**
|
||||||
|
|
||||||
|
⚙️ **Initial Login**
|
||||||
|
|
||||||
|
**username**
|
||||||
|
```yaml
|
||||||
|
admin
|
||||||
|
```
|
||||||
|
**password**
|
||||||
|
```yaml
|
||||||
|
photoprism
|
||||||
|
```
|
||||||
|
[PhotoSync](https://www.photosync-app.com/home.html)
|
||||||
|
____________________________________________________________________________________________
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary markdown="span"> Daemon Sync Server LXC</summary>
|
<summary markdown="span"> Daemon Sync Server LXC</summary>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue