README: wiki page and instances table

This commit is contained in:
VnPower 2023-06-08 18:54:17 +07:00
parent 0f113f41d4
commit 21aec55078
Signed by: vnpower
GPG key ID: 881DE3DEB966106C
2 changed files with 10 additions and 24 deletions

3
Caddyfile Normal file
View file

@ -0,0 +1,3 @@
example.com {
reverse_proxy localhost:8080
}

View file

@ -15,34 +15,17 @@ A privacy-respecting alternative front-end for Pixiv that doesn't suck
- No bloat - we only serve HTML and CSS
- Open source - you can trust me!
## Installation
## Hosting
Run these commands below.
```
git clone https://codeberg.org/VnPower/pixivfe.git
cd pixivfe
go get -u github.com/gin-gonic/gin
cp config.example.yml config.yml # config file
```
You will have to add your own `PHPSESSID` in order to run. Go to `config.yml` for more details.
After that, execute the code.
```
go run main.go
```
By default, if you did not configure the port, the site will run on localhost:8080
## Self-host guide
WIP
Check out the [wiki](https://codeberg.org/VnPower/pixivfe/wiki/Home)
## Instances
Official instance: [https://pixivfe.exozy.me](https://pixivfe.exozy.me)
| Name | Cloudflare? | URL |
| ------------------ | ----------- | ------------------------ |
| exozyme (Official) | No | https://pixivfe.exozy.me |
Hosted one yourself? Create a pull request to add it here!
## Previews