pixivfe/README.md

56 lines
2.1 KiB
Markdown
Raw Normal View History

2024-01-20 12:36:57 +00:00
# PixivFE
A privacy-respecting alternative front-end for Pixiv that doesn't suck
<p>
<a href="https://codeberg.org/vnpower/pixivfe">
<img alt="Get it on Codeberg" src="https://get-it-on.codeberg.org/get-it-on-blue-on-white.png" height="60">
</a>
</p>
![CI badge](https://ci.codeberg.org/api/badges/12556/status.svg)
[![Go Report Card](https://goreportcard.com/badge/codeberg.org/vnpower/pixivfe)](https://goreportcard.com/report/codeberg.org/vnpower/pixivfe)
Questions? Feedbacks? You can [PM me](https://matrix.to/#/@vnpower:eientei.org) on
Matrix!
You can keep track of this project's development
2024-02-08 07:37:40 +00:00
[here](https://codeberg.org/VnPower/PixivFE/wiki/Things-to-do).
2024-01-20 12:36:57 +00:00
## Features
- Lightweight - both the interface and the code
- Privacy-first - the server will do the work for you
- No bloat - we only serve HTML and CSS
- Open source - you can trust me!
## Hosting
2024-02-06 07:33:14 +00:00
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!
2024-02-08 07:00:23 +00:00
I recommend self-hosting your own instance for personal use, instead of relying entirely on official instances.
2024-02-06 07:33:14 +00:00
2024-01-20 12:36:57 +00:00
Check out [this page](https://codeberg.org/VnPower/pixivfe/wiki/Hosting). We
currently have guides for Docker and Caddy.
## Instances
| Name | Cloudflare? | URL |
|--------------------|-------------|---------------------------------|
| exozyme (Official) | No | https://pixivfe.exozy.me |
| dragongoose | No | https://pixivfe.drgns.space |
| chaotic.ninja | No | https://pix.chaotic.ninja |
| WhateverItWorks | Yes | https://art.whateveritworks.org |
| ducks.party | No | https://pixivfe.ducks.party |
Hosted one yourself? Create a pull request to add it here!
## License & Attributions
License: [AGPL3](https://www.gnu.org/licenses/agpl-3.0.txt)
Special thanks:
- [huggy](https://huggy.moe): author of [ugoira.com](https://ugoira.com) for the ugoira API
- [dragongoose](https://drgns.space): writing guides
- Contributors, stargazers and users like you, as well!