README: wiki page and instances table
This commit is contained in:
parent
0f113f41d4
commit
21aec55078
2 changed files with 10 additions and 24 deletions
3
Caddyfile
Normal file
3
Caddyfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
example.com {
|
||||||
|
reverse_proxy localhost:8080
|
||||||
|
}
|
31
README.md
31
README.md
|
@ -15,34 +15,17 @@ A privacy-respecting alternative front-end for Pixiv that doesn't suck
|
||||||
- No bloat - we only serve HTML and CSS
|
- No bloat - we only serve HTML and CSS
|
||||||
- Open source - you can trust me!
|
- Open source - you can trust me!
|
||||||
|
|
||||||
## Installation
|
## Hosting
|
||||||
|
|
||||||
Run these commands below.
|
Check out the [wiki](https://codeberg.org/VnPower/pixivfe/wiki/Home)
|
||||||
|
|
||||||
```
|
|
||||||
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
|
|
||||||
|
|
||||||
## Instances
|
## 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
|
## Previews
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue