Skip to content

Commit

Permalink
Fix description and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Sep 15, 2022
1 parent ce583a7 commit 895a9e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ If you have not already installed Docker, please install it from [Docker.com](ht

🚨 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:1.2
docker pull performave/pane:latest

docker run -d --restart unless-stopped \
-p 80:80 \
Expand All @@ -28,7 +30,7 @@ docker run -d --restart unless-stopped \
-e LOCATION='YOURLOCATION' \
-e IP_V4='YOURIP (CAN BE BLANK)' \
-e IP_V6='YOURIP (CAN BE BLANK)' \
performave/pane:1.2
performave/pane:latest
```

## Author
Expand All @@ -40,7 +42,7 @@ performave/pane:1.2

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/ericwang401/pane/issues).
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/performave/pane/issues).

## Show your support

Expand All @@ -51,4 +53,4 @@ Please donate to [my Patreon](https://www.patreon.com/performave) to help let me
## 📝 License

Copyright © 2022 [Eric Wang](https://github.com/ericwang401).<br />
This project is [MIT](https://github.com/ericwang401/pane/blob/main/LICENSE) licensed.
This project is [MIT](https://github.com/performave/pane/blob/main/LICENSE) licensed.
2 changes: 1 addition & 1 deletion backend/resources/views/home.edge
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta content="Pane | {{ name }}" property="og:title" />
<meta
content="Name: {{ name }}\nIPV4: {{ ipv4 }}\nIPV6: {{ ipv6 }}\nLocation: {{ location }}"
content="{{ location }}, ({{ ipv4 }}, {{ ipv6 }})"
property="og:description"
/>
<meta content="Pane Lookup" property="og:site_name" />
Expand Down

0 comments on commit 895a9e4

Please sign in to comment.