This commit is contained in:
Pierre Guillod 2023-10-22 15:08:57 +02:00
parent 1823d5b3f7
commit e4c4d9a13b
Signed by: pierre
GPG key ID: 7A64EF3E7D65F3DE
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
name: "Shadowsocks (staging)" name: "Shadowsocks (staging)"
description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!" description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!"
version: "0.0.6" version: "0.0.7"
slug: "shadowsocks_staging" slug: "shadowsocks_staging"
startup: services startup: services
ingress: false ingress: false

View file

@ -1,4 +1,3 @@
#!/bin/sh #!/bin/sh
ls / cat /data
ls /data cp /data/options.json /etc/shadowsocks-rust/config.json
cp /data/config.json /etc/shadowsocks-rust/config.json