Update README.md

This commit is contained in:
tteckster 2022-08-02 11:36:33 -04:00 committed by GitHub
parent ce9129475d
commit afd7f1affc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 44 deletions

View File

@ -1614,50 +1614,6 @@ cd /opt/magicmirror && git pull && npm install --only=prod --omit=dev
```
____________________________________________________________________________________________
</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® 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>