Code Monkey home page Code Monkey logo

Comments (7)

vimagick avatar vimagick commented on May 25, 2024

Did you try linux client?

from dockerfiles.

vimagick avatar vimagick commented on May 25, 2024

I'm running ss-local on my MacOSX with this supervisor config:

[program:shadowsocks]
command = ss-local -s 1.2.3.4
                   -p 8388
                   -b 127.0.0.1
                   -l 1080
                   -k XXXXXXXXX
                   -m chacha20
redirect_stderr = true

It works fine.

from dockerfiles.

Chihpin avatar Chihpin commented on May 25, 2024

Thanks!
I connetct ss server with the client app. Now, i will install ss-local and try again.

from dockerfiles.

Chihpin avatar Chihpin commented on May 25, 2024

this is my docker-compose.yml

shadowsocks:
image: vimagick/shadowsocks-libev
ports:
- "8388:8388"
environment:
- PASSWORD = Mh8qiJ39S
restart: always

but inspect container, here has double 'password' key and one's value is null:

"Config": {
"Hostname": "2c4d89ac118a",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"8388/tcp": {},
"8388/udp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PASSWORD = Mh8qiJ39S",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"SS_VER=2.4.5",
"SS_URL=https://github.com/shadowsocks/shadowsocks-libev/archive/v2.4.5.tar.gz",
"SS_DIR=shadowsocks-libev-2.4.5",
"SS_DEP=autoconf build-base curl libtool linux-headers openssl-dev",
"SERVER_ADDR=0.0.0.0",
"SERVER_PORT=8388",
"PASSWORD=",
"METHOD=aes-256-cfb",
"TIMEOUT=300",
"DNS_ADDR=8.8.8.8"
],
"Cmd": [
"/bin/sh",
"-c",
"ss-server -s $SERVER_ADDR -p $SERVER_PORT -k ${PASSWORD:-$(hostname)} -m $METHOD -t $TIMEOUT --fast-open -d $DNS_ADDR -u"
],

from dockerfiles.

vimagick avatar vimagick commented on May 25, 2024

Please make some change to docker-compose.yml

From:

    - PASSWORD = Mh8qiJ39S

To:

    - PASSWORD=Mh8qiJ39S

โš ๏ธ Please change password immediately.

from dockerfiles.

Chihpin avatar Chihpin commented on May 25, 2024

Thanks ! It works! ๐Ÿ˜€

Yes, I did

from dockerfiles.

vimagick avatar vimagick commented on May 25, 2024

Good

from dockerfiles.

Related Issues (20)

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.