Feature Proposal: Advanced Configuration Tab for Custom Responses in Zoraxy #428
gabriellxxix
started this conversation in
Ideas
Replies: 1 comment
-
Haven't seen such structured and reasonable request in a long time it almost looks like it is generated with ChatGPT. For your suggestions, I think you pick the wrong tool. Have you tried Caddy? Though I think the later introduction of the plugin system should be able to provide nessary interface for implementing something like this. But if you are already comfortable with CLI, I see no point for using Zoraxy which is designed for beginners. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview:
Introduce an "Advanced Configuration" tab in Zoraxy’s user interface, similar to Nginx Proxy Manager (NPM), allowing users to define custom location blocks and responses for specific paths. This feature would greatly enhance Zoraxy’s flexibility for handling use cases like
.well-known
verification for Matrix servers or other scenarios requiring tailored responses.Key Features:
Custom Location Definition:
/path/to/resource
) within the Advanced tab.Custom Response Support:
200
,404
) and theContent-Type
header (e.g.,application/json
).Header Configuration:
X-Custom-Header
) for specific responses.Preview and Validation:
Save and Apply:
Example Use Case:
Goal: Configure
.well-known
paths for Matrix server verification.In the Advanced Configuration tab:
/well-known/matrix/server
.Content-Type
toapplication/json
.Define another location
/well-known/matrix/client
with:Apply the configuration and verify that both endpoints respond with the correct payload.
Benefits:
This feature would make Zoraxy a more versatile and powerful tool for handling custom server configurations.
Beta Was this translation helpful? Give feedback.
All reactions