Skip to content

Commit

Permalink
empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kopekC committed Aug 7, 2024
1 parent 0e87ddc commit 1220f40
Showing 1 changed file with 27 additions and 11 deletions.
38 changes: 27 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,38 @@
# Shadowmere

An automatically tested list of Shadowsocks proxies.

## Motivation
Collecting proxies around the internet is fun, but what if they stop working? Just register them in your shadowmere and let it do the checking for you.

Collecting proxies around the internet is fun, but what if they stop working?
Just register them in your shadowmere and let it do the checking for you.

## See it in action
I have started an instance at [https://shadowmere.xyz/](https://shadowmere.xyz/). Feel free to go click around.
If you want the simpler but uglier interface you can check it at https://old.shadowmere.akiel.dev/.
And if you are using Tor you can directly use the hidden service at http://eb7x5hfb3vbb3zgrzi6qf6sqwks64fp63a7ckdl3sdw5nb6bgvskvpyd.onion

I have started an instance at
[https://shadowmere.xyz/](https://shadowmere.xyz/). Feel free to go click
around. If you want the simpler but uglier interface you can check it at
https://old.shadowmere.akiel.dev/. And if you are using Tor you can directly use
the hidden service at
http://eb7x5hfb3vbb3zgrzi6qf6sqwks64fp63a7ckdl3sdw5nb6bgvskvpyd.onion

## How to install

### Dependencies
- [Docker](https://www.docker.com/)
- [docker-compose](https://docs.docker.com/compose/)
- [minio](https://min.io/)

- [Docker](https://www.docker.com/)
- [docker-compose](https://docs.docker.com/compose/)
- [minio](https://min.io/)

### Run
1. Edit the `.env` file and set your desired secrets
2. Run `docker-compose up -d --build`
3. The website should be accessible in http://127.0.0.1:8001 (old interface), http://127.0.0.1:8000 (new interface), and administration in http://127.0.0.1:8001/admin

1. Edit the `.env` file and set your desired secrets
2. Run `docker-compose up -d --build`
3. The website should be accessible in http://127.0.0.1:8001 (old interface),
http://127.0.0.1:8000 (new interface), and administration in
http://127.0.0.1:8001/admin

### Frontend
The new interface is powered by [https://github.com/swordfest/shadowmere-njs](https://github.com/shadowmere-xyz/shadowmere-njs)

The new interface is powered by
[https://github.com/swordfest/shadowmere-njs](https://github.com/shadowmere-xyz/shadowmere-njs)

0 comments on commit 1220f40

Please sign in to comment.