A privacy respecting frontend for Pixiv https://pixivfe.exozy.me
iacore 960c2de079 aw | преди 5 месеца | |
---|---|---|
.forgejo | преди 9 месеца | |
core | преди 6 месеца | |
doc | преди 5 месеца | |
docker | преди 10 месеца | |
pages | преди 6 месеца | |
proto_apng | преди 5 месеца | |
serve | преди 6 месеца | |
views | преди 6 месеца | |
.env.example | преди 8 месеца | |
.gitignore | преди 10 месеца | |
.woodpecker.yml | преди 6 месеца | |
Dockerfile | преди 8 месеца | |
LICENSE | преди 11 месеца | |
README.md | преди 8 месеца | |
docker-compose.yml | преди 8 месеца | |
go.mod | преди 5 месеца | |
go.sum | преди 5 месеца | |
main.go | преди 6 месеца | |
run.sh | преди 10 месеца | |
semgrep.yml | преди 9 месеца | |
staticcheck.conf | преди 10 месеца |
A privacy-respecting alternative front-end for Pixiv that doesn't suck.
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.
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.
Requirements:
To install Dart Sass, you can choose any of the following methods.
dart-sass
)pnpm i -g sass
# 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 .
Name | URL | Country | Cloudflare? | Observatory Grade | Status |
---|---|---|---|---|---|
exozyme (Official) | https://pixivfe.exozy.me | US | No | ||
dragoongoose | https://pixivfe.drgns.space | US | No | ||
ducks.party | https://pixivfe.ducks.party | NL | No | ||
perennialte.ch | https://pixiv.perennialte.ch | AU | No | ||
darkness.services | https://pixivfe.darkness.services | US | Yes |
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: AGPL3