proxyraye/README.md

19 lines
386 B
Markdown
Raw Permalink Normal View History

2023-01-28 17:31:05 +00:00
# Proxy Raye
2021-02-08 08:52:15 +00:00
2023-01-26 19:49:12 +00:00
This is a fork from the [original PornInvidious project](https://codeberg.org/SimpleWeb/PornInvidious)
2021-02-08 08:52:15 +00:00
2023-01-28 17:31:05 +00:00
I added a Dockerfile ad a docker-compose to make install process easier.
I also rebuild the UI from scratch, to make the website look decent.
2023-01-26 19:47:24 +00:00
# Requirements
2021-02-08 08:52:15 +00:00
2023-01-26 19:47:24 +00:00
docker and docker-compose
2021-02-08 08:52:15 +00:00
2023-01-26 19:47:24 +00:00
# How to run locally
2021-02-08 08:52:15 +00:00
```
2023-01-26 19:47:24 +00:00
docker-compose up -d
2021-02-08 08:52:15 +00:00
```
2023-01-26 19:47:24 +00:00
go to `http://127.0.0.1:8069`