A privacy respecting frontend for Pixiv (WIP)
Go to file
2024-02-21 15:51:39 +00:00
.forgejo/workflows Forgejo action to compress assets 2024-02-18 17:59:58 +11:00
core rate limit: default to old behavior on too many concurrent requests 2024-02-21 00:07:03 +00:00
doc Update doc/Built-in Proxy List.go 2024-02-21 05:25:02 +00:00
docker Docker improvements 2024-02-14 15:57:19 +11:00
pages Experimental novel discovery page 2024-02-18 20:26:20 +07:00
serve minor cleanup 2024-02-19 19:46:24 +00:00
views use png compression for favicon 2024-02-21 23:10:06 +11:00
.env.example Make environment variable documentation a Go file 2024-02-18 14:31:19 +00:00
.gitignore delete css source map 2024-02-17 22:42:17 +00:00
docker-compose.yml Make environment variable documentation a Go file 2024-02-18 14:31:19 +00:00
Dockerfile Docker improvements 2024-02-14 15:57:19 +11:00
go.mod fail to make the logger log good 2024-02-21 15:51:39 +00:00
go.sum fail to make the logger log good 2024-02-21 15:51:39 +00:00
LICENSE Init 2024-01-01 19:31:31 +07:00
main.go fail to make the logger log good 2024-02-21 15:51:39 +00:00
README.md Update Go report card and bump version 2024-02-19 19:39:09 +07:00
run.sh Make environment variable documentation a Go file 2024-02-18 14:31:19 +00:00
semgrep.yml fix: validate json before using gjson 2024-02-18 02:42:31 +00:00

PixivFE

A privacy-respecting alternative front-end for Pixiv that doesn't suck.

Get it on Codeberg

CI badge Go Report Card

Questions? Feedback? You can PM me on Matrix! You can also see the Known quirks page to check if your issue has a known solution.

You can keep track of this project's development using the roadmap.

Features

  • Lightweight - both the interface and the code
  • Privacy-first - the server will do the work for you
  • No bloat - we only serve HTML, CSS and minimal JS code
  • Open source - you can trust me!

Hosting

You can use PixivFE for personal use! Assuming that you use an operating system that can run POSIX shell scripts, install go, clone this repository, modify the run.sh file, and profit! I recommend self-hosting your own instance for personal use, instead of relying entirely on official instances.

To deploy PixivFE using Docker or the compiled binary, see the Hosting PixivFE wiki page.

PixivFE can work with or without an external image proxy server. Here is the built-in proxy list. See hosting a Pixiv image proxy if you want to host one yourself.

Development

Requirements:

  • Go (to build PixivFE from source)
  • Sass (will be run by PixivFE in development mode)

To install Dart Sass, you can choose any of the following methods.

# Clone the PixivFE repository
git clone https://codeberg.org/VnPower/PixivFE.git && cd PixivFE

# Run in PixivFE in development mode (styles and templates reload automatically)
PIXIVFE_DEV=1 <other_environment_variables> go run .

Instances

Name URL Country Cloudflare? Observatory grade Uptime
exozyme (Official) https://pixivfe.exozy.me US No Mozilla HTTP Observatory Grade Uptime Robot status Uptime Robot ratio (30 days)
dragongoose https://pixivfe.drgns.space US No Mozilla HTTP Observatory Grade Uptime Robot status Uptime Robot ratio (30 days)
ducks.party https://pixivfe.ducks.party NL No Mozilla HTTP Observatory Grade Uptime Robot status Uptime Robot ratio (30 days)
perennialte.ch https://pixiv.perennialte.ch AU No Mozilla HTTP Observatory Grade Uptime Robot status Uptime Robot ratio (30 days)

If you are hosting your own instance, you can create a pull request to add it here!

For more information on instance uptime, see the PixivFE instance status page.

License

License: AGPL3