Update README.md

This commit is contained in:
Stefan Pejcic
2024-11-12 19:43:35 +01:00
committed by GitHub
parent 300920355b
commit 54dbf7bc36

View File

@@ -1,6 +1,10 @@
# proxy service used for website preview on specific IP
# Temporary Links service for OpenPanel server
downlaod content and run insta..sh or
proxy service used for website preview on specific IP
## Install with Docker
Download proxy directory content and inside it run:
```bash
docker build -t openpanel_proxy . && \
@@ -15,3 +19,13 @@ docker run -d \
- **DOMAIN** - on which the api will be available - exmaple if set to `example.net` then you would point example.net to the server and on OpenPanel set: `opencli config update temporary_links "https://example.net/index.php"`
- **PREVIEW_DOMAIN** - domain on which sub-domains will be created. - if set to `example.com` then you would point *.example.com to the server and generate SSL for it.
## Install on RockyLinux
downlaod content, follow instructions from install.sh and then run it
```
bahs install.sh
```