mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
32 lines
806 B
Markdown
32 lines
806 B
Markdown
# Screenshots API service for OpenPanel server
|
|
|
|
Host your own screenshots api for your 'OpenPanel > SiteManager'.
|
|
|
|
|
|
## Installation
|
|
|
|
We recommend setting at least 2 servers for screenshots and one balancer before it.
|
|
|
|
Applications run on port 5000 on each server, and proxy handles incomming connections from ports 80 to 5000 on those servers.
|
|
```bash
|
|
mkdir /home/screenshots
|
|
cd /home/screenshots
|
|
git init
|
|
git remote add -f origin https://github.com/stefanpejcic/OpenPanel
|
|
git config core.sparseCheckout true
|
|
echo "services/screenshots/" >> .git/info/sparse-checkout
|
|
git pull origin master
|
|
```
|
|
|
|
|
|
then run INSTALL.sh in that directory.
|
|
|
|
|
|
## Example Droplet and Balancer on DO
|
|
|
|

|
|
|
|
|
|

|
|
|