Giter Club home page Giter Club logo

shadowmere's Introduction

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.

See it in action

I have started an instance at 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

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

Frontend

The new interface is powered by https://github.com/swordfest/shadowmere-njs

shadowmere's People

Contributors

jadolg avatar dependabot[bot] avatar snyk-bot avatar kopekc avatar

Stargazers

kitakitsune avatar Dmitriy Pushkov avatar tsukumi avatar  avatar  avatar  avatar Fioren avatar Alexander Loginov avatar  avatar  avatar  avatar nimasile avatar D10n1x avatar  avatar  avatar 潇洒科技 avatar  avatar  avatar 👨‍🚀 Reza 👨‍🚀 avatar  avatar  avatar Morfeosh avatar  avatar Metis avatar Nephreen avatar decode7 avatar "LAST.OF.ANGEL" avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar Kian avatar  avatar  avatar  avatar NicA avatar  avatar aliazad avatar  avatar  avatar Reinier Hernández avatar Artem avatar  avatar  avatar 1z5q avatar UserNhammen avatar  avatar Jarrian Gojar avatar Abdalrahman Saqr avatar Tom avatar Nothing avatar Sahan Yashmika avatar Danny Paula Gómez avatar  avatar Juan Pablo Moreno Martín avatar  avatar worst1nme avatar JJ avatar Solanaceae avatar Sergio Triana Escobedo avatar Darcy DeClute avatar  avatar  avatar  avatar Daniel Hoseini avatar  avatar  avatar Ỵ͆̓̔̕̚̚͏͎̮͓̱͇̟̳u̝̻̪̱͖̜̙͠h̤̭̩͈͈͕̠ṳ̫̱̻i̦͓ H͢҈҃҃͠͡ avatar Egor Farizov avatar George Daneke  avatar Alan Biju avatar Carlos Manuel Gonzalez avatar Alex Coto avatar  avatar axt43 avatar Ozkar L. Garcell avatar Dennis Quesada Cruz avatar LilCheti avatar Walter Gomez avatar  avatar AnonymousWebHacker avatar Alain Felix avatar Raúl C. Rivero avatar Carlos Javier avatar aleguerra avatar  avatar Nils avatar

Watchers

 avatar Ozkar L. Garcell avatar JJ avatar  avatar  avatar  avatar

shadowmere's Issues

Fix scheduling tasks

The latest release broke the huey scheduling. Figure out what broke it and fix it.

Add metrics

Add a /metrics endpoint to be scraped with prometheus.
We need at least error metrics to detect when stuff is broken.

Error: Invalid base64-encoded string: number of data characters (249) cannot be 1 more than a multiple of 4

Sentry Issue: SHADOWMERE-2

Error: Invalid base64-encoded string: number of data characters (249) cannot be 1 more than a multiple of 4
(17 additional frame(s) were not displayed)
...
  File "rest_framework/fields.py", line 562, in run_validators
    validator(value)
  File "proxylist/models.py", line 17, in validate_sip002
    if get_sip002(value) == "":
  File "proxylist/models.py", line 76, in get_sip002
    decoded_url = decode_base64(url.encode("ascii"))
  File "proxylist/base64_decoder.py", line 16, in decode_base64
    return base64.b64decode(data, altchars)
  File "base64.py", line 88, in b64decode
    return binascii.a2b_base64(s, strict_mode=validate)

Setup a staging environment

We need a space to test production-ready code before deploying it to prod.
Right now we only test locally before deploying to prod.
This has worked so far with some bumps and we want to make it easier to test everything before publishing.

Add more tests

The project is very poorly tested and therefore could be broken easily.
Add more tests to improve resiliency against changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.