1
0
Fork 0
it's like foxrudor.de but for anime girls https://waifurudor.de
Go to file
Renovate Bot a5b5da3261
Build / build (current) (push) Failing after 2m2s Details
Build / build (current) (pull_request) Failing after 3m56s Details
chore(deps): update dependency prettier to v3
2023-08-11 21:01:33 +00:00
.github/workflows fix(ci): Add lint step 2023-03-30 15:30:25 +02:00
src add a linter and lint 2022-10-25 16:57:51 +02:00
.editorconfig 2.0 maybe? 2022-08-27 01:30:25 +02:00
.eslintrc.json add a linter and lint 2022-10-25 16:57:51 +02:00
.gitignore 2.0 maybe? 2022-08-27 01:30:25 +02:00
LICENCE 2.0 maybe? 2022-08-27 01:30:25 +02:00
README.md Migrate to pnpm 2022-10-25 16:39:07 +02:00
package.json chore(deps): update dependency prettier to v3 2023-08-11 21:01:33 +00:00
pnpm-lock.yaml chore(deps): update dependency prettier to v3 2023-08-11 21:01:33 +00:00
renovate.json chore(deps): add renovate.json 2022-10-05 14:12:47 +00:00
tsconfig.json add a linter and lint 2022-10-25 16:57:51 +02:00
waifurudor.de.service upload correct version 2022-08-27 01:46:03 +02:00

README.md

waifurudor.de

It's like foxrudor.de for anime girls, but worse

How to use

Open the web site up and see the predefined anime girls, or define your own tags like:

https://waifurudor.de/?tags=tohsaka_rin,-feet,-underwear,rating:safe

Server Install

Clone the repo to where ever you will be hosting this and run the following command to install the dependencies.

npm i

Now that the dependencies are taken care of you can verify it runs with npm start in the root directory of the project. If it tells you it is listening on a port you're probably good to go.

Running as a service

I don't know anything so I spent some time (10 minutes) creating the provided sample systemd service file.

The user in the file needs accesss to the assets directory under ./waifurudor.de/src/public/ so the """app""" can pull images from Danbooru.

Nginx

Yeah I set up a .conf file for this for my test instance but it sucks and you could probably do better so I won't share it just know it is possible to actually run this as a website.

What's next

I have some small improvements in mind before I give up and call this "done".