/pane

A beautifully designed LookingGlass panel in TailwindCSS, React, and NodeJS.

Primary LanguageTypeScriptMIT LicenseMIT

Logo

😋 A beautiful server preview page for customers of hosting companies to view and test before buying

✨ Screenshot

Screenshot

Install

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

Author

👤 Eric Wang

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this app helped you!

Please donate to my Patreon to help let me keep working on these amazing open-source projects!

📝 License

Copyright © 2022 Eric Wang.
This project is MIT licensed.