mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
d2320dce67
Move user hook validation to individual endpoints (/connect, /cmd, /web). Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
# Device listen address and port (e.g., :5912 for all interfaces, 127.0.0.1:5912 for localhost only)
|
|
#addr-dev: :5912
|
|
|
|
# User listen address and port (e.g., :5913 for all interfaces, 127.0.0.1:5913 for localhost only)
|
|
#addr-user: :5913
|
|
|
|
# HTTP proxy address and port (automatically select an available port by default)
|
|
#addr-http-proxy:
|
|
|
|
# HTTP proxy redirect URL
|
|
#http-proxy-redir-url:
|
|
|
|
# Domain used for setting cookies
|
|
#http-proxy-redir-domain:
|
|
|
|
# Authentication token for device connections
|
|
#token: a1d4cdb1a3cd6a0e94aa3599afcddcf5
|
|
|
|
# Device hook URL - called when a device connects (if configured)
|
|
# Request method: POST
|
|
# Parameters in JSON format: {"group": "group ID", "id": "device ID", "token": "device TOKEN"}
|
|
# Return HTTP 200 to allow the device to connect
|
|
#dev-hook-url: http://127.0.0.1:8080/rttys-dev-hook
|
|
|
|
# User hook URL - called when users access /connect/:devid, /cmd/:devid, /web/, or /web2/ APIs (if configured)
|
|
# Rttys will pass all original headers, along with additional specific headers:
|
|
# X-Rttys-Hook: true
|
|
# X-Original-Method: original request method
|
|
# X-Original-URL: original request URL
|
|
# Return HTTP 200 to allow the user to access the API endpoint
|
|
#user-hook-url: http://127.0.0.1:8080/rttys-user-hook
|
|
|
|
# Local access authentication (disable authentication for local requests)
|
|
#local-auth: false
|
|
|
|
# Web management password
|
|
#password: rttys
|
|
|
|
# CORS support (allow all origins for cross-domain requests)
|
|
#allow-origins: false
|