1
0
Fork 0
it's like foxrudor.de but for anime girls https://waifurudor.de
Go to file
2022-04-10 22:40:49 -04:00
src allow queries to go through index route 2022-04-10 22:40:49 -04:00
.gitignore serving page and shit 2022-04-02 22:37:49 -04:00
config.json Added random choice of waifu, and removed one booru because non-safe images were being pulled 2022-04-05 00:18:49 -04:00
license Initial commit 2022-04-02 18:40:13 -04:00
package-lock.json Using the booru library now pulls from three (3)! boorus to display more _unique_ image selection 2022-04-04 20:31:06 -04:00
package.json Using the booru library now pulls from three (3)! boorus to display more _unique_ image selection 2022-04-04 20:31:06 -04:00
README.md No longer serving HTML directly serving image to end user 2022-04-04 12:54:08 -04:00
waifurudor.de.service readme added finally and sample systemd service file 2022-04-04 10:25:19 -04:00

waifurudor.de

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

Server Install

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

npm install

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".