All Projects → EasyPi → Docker Shadowsocks Libev

EasyPi / Docker Shadowsocks Libev

Licence: gpl-3.0
✈️ Dockerfiles for shadowsocks-libev server and client (on x86 and arm)

Projects that are alternatives of or similar to Docker Shadowsocks Libev

Adafruit io python
Adafruit IO Python Client Library
Stars: ✭ 176 (-6.38%)
Mutual labels:  raspberry-pi
Piwheels
Python package repository providing wheels (pre-built binaries) for Raspberry Pi
Stars: ✭ 180 (-4.26%)
Mutual labels:  raspberry-pi
Rpi gpio
Ruby conversion of RPi.GPIO Python module
Stars: ✭ 185 (-1.6%)
Mutual labels:  raspberry-pi
Motpy
Library for tracking-by-detection multi object tracking implemented in python
Stars: ✭ 153 (-18.62%)
Mutual labels:  raspberry-pi
Ultimatealpr Sdk
World's fastest ANPR / ALPR implementation for CPUs, GPUs, VPUs and FPGAs using deep learning (Tensorflow, Tensorflow lite, TensorRT & OpenVINO). Multi-OS (NVIDIA Jetson, Android, Raspberry Pi, Linux, Windows) and Multi-Arch (ARM, x86).
Stars: ✭ 176 (-6.38%)
Mutual labels:  raspberry-pi
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (-3.19%)
Mutual labels:  raspberry-pi
Donkeycar
Open source hardware and software platform to build a small scale self driving car.
Stars: ✭ 2,192 (+1065.96%)
Mutual labels:  raspberry-pi
Raspi
Base functionality for working with a Raspberry Pi from Node.js
Stars: ✭ 187 (-0.53%)
Mutual labels:  raspberry-pi
Siricontrol System
Control anything with Siri voice commands.
Stars: ✭ 180 (-4.26%)
Mutual labels:  raspberry-pi
Tensorflow On Raspberry Pi
TensorFlow for Raspberry Pi
Stars: ✭ 2,162 (+1050%)
Mutual labels:  raspberry-pi
Mpu6050
A Python module for accessing the MPU-6050 digital accelerometer and gyroscope on a Raspberry Pi.
Stars: ✭ 176 (-6.38%)
Mutual labels:  raspberry-pi
Kios
A Linux OS created by Buildroot which runs Kerberos Open Source out-of-the-box.
Stars: ✭ 178 (-5.32%)
Mutual labels:  raspberry-pi
Shadowsocks With V2ray Plugin Install
Auto install shadowsocks-libev and v2ray-plugin.
Stars: ✭ 183 (-2.66%)
Mutual labels:  shadowsocks-libev
Cloud From Scratch
Build yourself a private self-hosted full-stack personal cloud system.
Stars: ✭ 178 (-5.32%)
Mutual labels:  raspberry-pi
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+1172.87%)
Mutual labels:  raspberry-pi
Home Assistant Config Fr
🏠Configuration de Home Assistant en français. 👨🏻‍💻 N'hésitez pas à ⭐ mon repo et à copier les bonnes idées ! 🇨🇵
Stars: ✭ 175 (-6.91%)
Mutual labels:  raspberry-pi
Wirehome.core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
Stars: ✭ 180 (-4.26%)
Mutual labels:  raspberry-pi
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-95.74%)
Mutual labels:  raspberry-pi
Briarids
An All-In-One home intrusion detection system (IDS) solution for the Raspberry PI.
Stars: ✭ 187 (-0.53%)
Mutual labels:  raspberry-pi
Mud Pi
A simple MUD server in Python, for teaching purposes, which could be run on a Raspberry Pi
Stars: ✭ 184 (-2.13%)
Mutual labels:  raspberry-pi

docker-shadowsocks-libev

build release stars pulls

name size
easypi/shadowsocks-libev
easypi/shadowsocks-libev-arm

What is shadowsocks-libev

Shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and low-end boxes.

It is a port of Shadowsocks created by @clowwindy, which is maintained by @madeye and @linusyang.

Current version: release

How to use these images

  • Get docker-compose.yml, then change SERVER_ADDR and PASSWORD.

  • Run these commands:

      # On x86 server (1.2.3.4)
      $ docker-compose up -d server
    
      # On x86 client (192.168.1.234)
      $ docker-compose up -d client
    
      # On arm client (192.168.1.254)
      $ docker-compose up -d client-arm
    
      # On any LAN PC (192.168.1.XXX)
      $ curl -x socks5h://192.168.1.234:1080 https://www.youtube.com/
      $ curl -x socks5h://192.168.1.254:1080 https://www.youtube.com/
    
  • Set socks5 proxy in your favorite web browser.

Deploy without docker

You can update your system with unsupported packages from this untrusted PPA by adding ppa:max-c-lv/shadowsocks-libev to your system's Software Sources.

sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev
sudo apt-get update
sudo apt-get install shadowsocks-libev

Config file format: config.json

License

View license information for the software contained in this image.

User Feedback

If you find a bug, please create an issue. Feel free to send me pull requests. Thank you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].