Update README.md
This commit is contained in:
parent
f6bf5f8722
commit
407a5521cf
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
|
@ -1 +1,18 @@
|
|||
PixelHosting IP show scripts.
|
||||
# PixelHosting ip.pixelhosting.nl
|
||||
|
||||
```cd /opt && git clone https://git.pixelhosting.nl/PixelHosting/ip-show.git```
|
||||
|
||||
### App config
|
||||
1. ```apt install -y python3 python3-uvicorn```
|
||||
2. ```cp ip-api.service /etc/systemd/system```
|
||||
3. ```sudo systemctl daemon-reload && sudo systemctl enable ip-api.service && sudo systemctl start ip-api.service```
|
||||
|
||||
## License
|
||||
|
||||
```This project is licensed under the Apache License 2.0 with the Commons Clause restriction.```
|
||||
|
||||
```You may use, modify, and distribute this work for personal and non-commercial purposes only.```
|
||||
|
||||
**You must provide a clear link or reference to the original project when redistributing or using this work.**
|
||||
|
||||
```Commercial use is strictly prohibited.```
|
||||
Loading…
Add table
Add a link
Reference in a new issue