chatreesept deployed

This commit is contained in:
2024-11-11 16:02:58 -05:00
parent 8f1af975e6
commit 664b12060c
14 changed files with 637 additions and 85 deletions

View File

@@ -51,4 +51,14 @@ pip install -r requirements.txt
- In the UI, click "flux"
- First generation is really really really really slow
<https://stable-diffusion-art.com/flux-forge/>
<https://stable-diffusion-art.com/flux-forge/>
## Nginx
```bash
htpasswd -c /etc/nginx/.htpasswd yourusername
sudo useradd -m -s /bin/bash nginx
sudo certbot --nginx -d reesimulate.reeseapps.com
```