From 21aec55078d68626f620de3882d55f0e77a2321c Mon Sep 17 00:00:00 2001 From: VnPower Date: Thu, 8 Jun 2023 18:54:17 +0700 Subject: [PATCH] README: wiki page and instances table --- Caddyfile | 3 +++ README.md | 31 +++++++------------------------ 2 files changed, 10 insertions(+), 24 deletions(-) create mode 100644 Caddyfile diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..db242ce --- /dev/null +++ b/Caddyfile @@ -0,0 +1,3 @@ +example.com { + reverse_proxy localhost:8080 +} diff --git a/README.md b/README.md index 270bab0..0e85c34 100644 --- a/README.md +++ b/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 - 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