mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-07 18:57:14 +00:00
ea00e69d4d
Never used by this fork's own distribution (install.sh/x-ui.sh is the only supported install path), AmneziaWG structurally can't run in the Alpine-based image anyway, and Docker Hub publishing was failing on every release for lack of configured credentials. Removed Dockerfile, docker-compose.yml, DockerEntrypoint.sh, DockerInit.sh, .dockerignore, and the docker.yml CI workflow; dropped the now-dead "Docker" README subsection (all 7 languages), the "Docker image"/"Docker Compose" options from the issue/PR templates, and corrected claude-bot.yml's now-stale references to the deleted files, the never-actually-ours ghcr.io/mhsanaei/3x-ui image, and (caught in passing) an already-stale claim that Windows is a supported platform. Left untouched: generic container-runtime adaptations that apply regardless of image source (x-ui.sh's running-in-docker detection, the virtual-interface-name filters, the DNS-over-container-network note) and deploy/test/smoke-noninteractive.sh, which uses Docker only as its own test sandbox, not as something this repo ships. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
102 lines
3.0 KiB
YAML
102 lines
3.0 KiB
YAML
name: Feature request
|
|
description: Suggest an idea or improvement for 3x-ui
|
|
title: "[Feature]: "
|
|
labels: ["enhancement", "needs triage"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to suggest a feature. Please **search
|
|
[existing issues](../issues?q=is%3Aissue)** first — duplicates will be closed.
|
|
|
|
- type: textarea
|
|
id: is-related-problem
|
|
attributes:
|
|
label: Is your feature request related to a problem?
|
|
description: A clear and concise description of the problem you're hitting today.
|
|
placeholder: I'm always frustrated when …
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: |
|
|
What should the panel do? Be specific — UI placement, API shape,
|
|
config keys, expected behavior under edge cases.
|
|
placeholder: |
|
|
On the Inbounds page, add a button that …
|
|
The backend should expose a new endpoint at …
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives you've considered
|
|
description: Other ways you tried to solve this, and why they fell short.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: use-case
|
|
attributes:
|
|
label: Concrete use case
|
|
description: |
|
|
Walk us through a real scenario where this feature would help.
|
|
Numbers help (e.g. "I manage 200 clients across 5 inbounds and …").
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: mockup
|
|
attributes:
|
|
label: Mockups, screenshots, or examples
|
|
description: |
|
|
Drag images, paste config snippets, or link to similar features in
|
|
other tools. Helps us understand the shape of the request.
|
|
validations:
|
|
required: false
|
|
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Which parts of the panel would this affect?
|
|
multiple: true
|
|
options:
|
|
- Frontend (UI / panel pages)
|
|
- Backend (API endpoints, login, settings)
|
|
- Xray config generation
|
|
- Subscription (share links / Clash / JSON)
|
|
- Statistics / traffic counters
|
|
- Database / migrations
|
|
- Install / upgrade script
|
|
- Multi-node (sub-nodes)
|
|
- Telegram bot
|
|
- Other
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: contribution
|
|
attributes:
|
|
label: Are you willing to help?
|
|
description: Optional — but maintainers prioritize requests with community help.
|
|
options:
|
|
- label: I'd like to implement this feature myself and open a PR.
|
|
required: false
|
|
- label: I can help test once a PR is open.
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Before submitting
|
|
options:
|
|
- label: I searched [existing issues](../issues?q=is%3Aissue) and this feature has not been requested.
|
|
required: true
|
|
- label: This feature request is written in English.
|
|
required: true
|