hassio-addons/shadowsocks-staging/config.yaml

31 lines
629 B
YAML
Raw Permalink Normal View History

2023-10-22 14:41:02 +02:00
name: "Shadowsocks (staging)"
description: "Encrypted SOCKS v5 proxy server. This version is only for testing purposes; please use the main version for increased stability!"
2024-08-06 13:45:18 +02:00
version: "1.20.3"
2023-10-22 14:41:02 +02:00
slug: "shadowsocks_staging"
2023-10-22 14:23:58 +02:00
startup: services
ingress: false
panel_icon: mdi:vpn
panel_admin: true
init: false
arch:
- aarch64
- amd64
- i386
startup: before
ports:
8388/tcp: 8388
2023-10-22 15:32:50 +02:00
8388/udp: 8388
2023-10-22 14:23:58 +02:00
ports_description:
2023-10-22 15:32:50 +02:00
8388/tcp: TCP proxy port
8388/udp: UDP proxy port
2023-10-22 14:23:58 +02:00
options:
server: "0.0.0.0"
server_port: 8388
password: ""
method: "aes-256-gcm"
schema:
server: str
server_port: int
password: str
method: str