restarting

This commit is contained in:
2025-11-03 08:31:32 +00:00
parent b8e26e1963
commit 271b80c980
6 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
name: "SOCKS5 Proxy"
version: "1.0.0"
slug: "socks5_proxy"
description: "SOCKS5 Proxy Server für Firefox"
arch:
- aarch64
- amd64
- armv7
ports:
1080/tcp: 1080
environment:
PROXY_USER: ""
PROXY_PASSWORD: ""
PROXY_PORT: "1080"
options:
proxy_user: ""
proxy_password: ""
proxy_port: 1080
schema:
proxy_user: "str?"
proxy_password: "password?"
proxy_port: "port"
map:
- type: env
key: proxy_user
value: PROXY_USER
- type: env
key: proxy_password
value: PROXY_PASSWORD
- type: env
key: proxy_port
value: PROXY_PORT