A privacy respecting frontend for Pixiv https://pixivfe.exozy.me

iacore 960c2de079 aw hai 5 meses
.forgejo f3c86b70c9 Disable compress-assets.yaml workflow hai 9 meses
core 99b501e48d Fix some compatibility issue with Pixiv on the users page hai 6 meses
doc 77028fc33d Draft of an unified document for development hai 5 meses
docker 89b0128965 Docker improvements hai 10 meses
pages 53cae1ae91 Fix search bar hai 6 meses
proto_apng 960c2de079 aw hai 5 meses
serve f38cf895a4 Add all available filters to the search page hai 6 meses
views 38a9729f5b Fix typo hai 6 meses
.env.example 298f5bd37c .env.example: edit note at beginning hai 8 meses
.gitignore f0a5c77144 delete css source map hai 10 meses
.woodpecker.yml 345d7c85b2 CI: Fix auto-tag settings hai 6 meses
Dockerfile 45a13b99ff Dockerfile: change 'as' to 'AS' hai 8 meses
LICENSE e4d7e36b08 Init hai 11 meses
README.md b53d57a3cf add pixivfe.darkness.services hai 8 meses
docker-compose.yml 7095f3deb7 docker compose: use official image hai 8 meses
go.mod a9a5f9a8b0 Add test data hai 5 meses
go.sum a9a5f9a8b0 Add test data hai 5 meses
main.go f38cf895a4 Add all available filters to the search page hai 6 meses
run.sh 40aa760532 Make environment variable documentation a Go file hai 10 meses
semgrep.yml 7f9908e66e make user art category a type hai 9 meses
staticcheck.conf 435567dd97 Make error messages more consistent hai 10 meses

README.md

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 Hosting PixivFE.

PixivFE can work with or without an external image proxy server. Here is the list of public image proxies. 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 Status
exozyme (Official) https://pixivfe.exozy.me US No Mozilla HTTP Observatory Grade Status
dragoongoose https://pixivfe.drgns.space US No Mozilla HTTP Observatory Grade Status
ducks.party https://pixivfe.ducks.party NL No Mozilla HTTP Observatory Grade Status
perennialte.ch https://pixiv.perennialte.ch AU No Mozilla HTTP Observatory Grade Status
darkness.services https://pixivfe.darkness.services US Yes Mozilla HTTP Observatory Grade Status

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