😋 A beautiful server preview page for customers of hosting companies to view and test before buying
If you have not already installed Docker, please install it from Docker.com
🚨 WARNING: YOUR APP_KEY HAS TO INCLUDE UPPERCASE AND LOWERCASE LETTERS, NUMBERS, AND BE AT LEAST 15 CHARACTERS LONG. IF CONDITION NOT SATISFIED, SERVER WILL NOT START DUE TO SECURITY ERROR.
🚨 Also, Pane works only on Linux. Docker on Windows does not work even though it should (due to the different firewall on Windows).
🚨 The APP_KEY cannot contain special characters, only alphabetical characters.
docker pull performave/pane:latest
docker run -d --restart unless-stopped \
-p 80:80 \
-e HOST=0.0.0.0 \
-e PORT=80 \
-e APP_KEY=YOURKEY \
-e NODE_ENV=production \
-e NAME='YOURNAME' \
-e LOCATION='YOURLOCATION' \
-e IP_V4='YOURIP (CAN BE BLANK)' \
-e IP_V6='YOURIP (CAN BE BLANK)' \
performave/pane:latest
👤 Eric Wang
- Website: https://performave.com
- Github: @ericwang401
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this app helped you!
Please donate to my Patreon to help let me keep working on these amazing open-source projects!