hassio-addons/shadowsocks-staging/config.yaml

29 lines
580 B
YAML
Raw 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!"
2023-10-22 14:32:31 +02:00
version: "0.0.2"
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
ports_description:
8388/tcp: Proxy port
options:
server: "0.0.0.0"
server_port: 8388
password: ""
method: "aes-256-gcm"
schema:
server: str
server_port: int
password: str
method: str