Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Performave/pane
A beautifully designed LookingGlass panel in TailwindCSS, React, and NodeJS.
https://github.com/Performave/pane
adonisjs nodejs react tailwindcss
Last synced: 15 days ago
JSON representation
A beautifully designed LookingGlass panel in TailwindCSS, React, and NodeJS.
- Host: GitHub
- URL: https://github.com/Performave/pane
- Owner: Performave
- License: mit
- Created: 2022-03-09T02:16:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T00:38:19.000Z (about 2 years ago)
- Last Synced: 2024-07-31T15:08:28.734Z (4 months ago)
- Topics: adonisjs, nodejs, react, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> 😋 A beautiful server preview page for customers of hosting companies to view and test before buying
### ✨ Screenshot
![Screenshot](https://imgur.com/j9xpPJL.png)
## Install
If you have not already installed Docker, please install it from [Docker.com](https://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.
```sh
docker pull performave/pane:latestdocker 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**
* Website: https://performave.com
* Github: [@ericwang401](https://github.com/ericwang401)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/performave/pane/issues).## Show your support
Give a ⭐️ if this app helped you!
Please donate to [my Patreon](https://www.patreon.com/performave) to help let me keep working on these amazing open-source projects!
## 📝 License
Copyright © 2022 [Eric Wang](https://github.com/ericwang401).
This project is [MIT](https://github.com/performave/pane/blob/main/LICENSE) licensed.