Skip to content

Commit 2c068f1

Browse files
committed
Update
1 parent 5b5ba44 commit 2c068f1

164 files changed

Lines changed: 15905 additions & 27 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.github/FUNDING.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: ['https://t.me/tribute/app?startapp=dzlZ']
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: '🐛 Bug Report'
2+
title: '[Bug-report] '
3+
description: Report a bug or unexpected behavior
4+
labels: ['bug']
5+
6+
body:
7+
- type: checkboxes
8+
id: checklist
9+
attributes:
10+
label: '⚠️ Preconditions'
11+
description: Before creating a new issue, make sure you've done the following
12+
options:
13+
- label: I have read the [README](https://github.com/eGamesAPI/remnawave-reverse-proxy/blob/main/README.md)
14+
- label: I have checked existing [Issues](https://github.com/eGamesAPI/remnawave-reverse-proxy/issues)
15+
- label: I have updated to the [latest release](https://github.com/eGamesAPI/remnawave-reverse-proxy/releases/latest)
16+
17+
- type: input
18+
id: os
19+
attributes:
20+
label: '💿 Operating System'
21+
description: OS and version you're using
22+
placeholder: e.g., Ubuntu 24.04 / Debian 12
23+
validations:
24+
required: true
25+
26+
- type: dropdown
27+
id: installation_method
28+
attributes:
29+
label: '📦 Installation Method'
30+
description: How did you install?
31+
options:
32+
- Panel only
33+
- Node only
34+
- Panel & Node
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: problem_description
40+
attributes:
41+
label: '❔ Problem Description'
42+
description: What happened and what did you expect to happen?
43+
placeholder: Describe the issue in detail
44+
validations:
45+
required: true
46+
47+
- type: textarea
48+
id: reproduction_steps
49+
attributes:
50+
label: '⚙️ Steps to Reproduce'
51+
description: List the exact steps to reproduce the issue
52+
placeholder: |
53+
Describe the steps to reproduce the issue, so we can debug it effectively
54+
validations:
55+
required: true
56+
57+
- type: textarea
58+
id: logs_screenshots
59+
attributes:
60+
label: '📎 Logs or Screenshots'
61+
description: Paste logs here or upload screenshots to help us understand the problem
62+
placeholder: Paste logs or attach screenshots here
63+
64+
- type: textarea
65+
id: additional_info
66+
attributes:
67+
label: 'ℹ️ Additional Information'
68+
description: Anything else we should know?
69+
placeholder: Any other details that may help us debug
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: '🐛 Сообщение о проблеме'
2+
title: '[Bug-report] '
3+
description: Сообщите о проблеме или нестандартном поведении
4+
labels: ['bug']
5+
6+
body:
7+
- type: checkboxes
8+
id: checklist
9+
attributes:
10+
label: '⚠️ Обязательные условия'
11+
description: Прежде чем создавать новый issue, убедитесь, что вы выполнили следующее
12+
options:
13+
- label: Я прочитал [README](https://github.com/eGamesAPI/remnawave-reverse-proxy/blob/main/README.md)
14+
- label: Я проверил существующие [Issues](https://github.com/eGamesAPI/remnawave-reverse-proxy/issues)
15+
- label: Я об��овился до [последнего релиза](https://github.com/eGamesAPI/remnawave-reverse-proxy/releases/latest)
16+
17+
- type: input
18+
id: os
19+
attributes:
20+
label: '💿 Операционная система'
21+
description: Укажите используемую ОС и её версию
22+
placeholder: Например, Ubuntu 24.04 / Debian 12
23+
validations:
24+
required: true
25+
26+
- type: dropdown
27+
id: installation_method
28+
attributes:
29+
label: '📦 Метод установки'
30+
description: Как вы выполнили установку?
31+
options:
32+
- Только панель (Panel only)
33+
- Только нода (Node only)
34+
- Панель и нода (Panel & Node)
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: problem_description
40+
attributes:
41+
label: '❔ Описание проблемы'
42+
description: Что произошло и что вы ожидали?
43+
placeholder: Подробно опишите проблему
44+
validations:
45+
required: true
46+
47+
- type: textarea
48+
id: reproduction_steps
49+
attributes:
50+
label: '⚙️ Шаги для воспроизведения'
51+
description: Перечислите точные шаги для воспроизведения ошибки
52+
placeholder: |
53+
Опишите шаги для воспроизведения проблемы, чтобы мы могли её отладить
54+
validations:
55+
required: true
56+
57+
- type: textarea
58+
id: logs_screenshots
59+
attributes:
60+
label: '📎 Логи или скриншоты'
61+
description: Вставьте логи или прикрепите скриншоты, чтобы помочь нам понять проблему
62+
placeholder: Вставьте логи или добавьте скриншоты здесь
63+
64+
- type: textarea
65+
id: additional_info
66+
attributes:
67+
label: 'ℹ️ Дополнительная информация'
68+
description: Всё, что нам ещё нужно знать
69+
placeholder: Прочие детали, которые помогут в отладке
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: '🌠 Feature Request'
2+
description: 'New feature or request'
3+
title: '[Request] '
4+
labels: ['enchancement']
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: '🥰 Feature Description'
10+
description: Please add a clear and concise description.
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: '🧐 Proposed Solution'
16+
description: Describe the solution you'd like in a clear and concise manner.
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: 'ℹ️ Additional Information'
22+
description: Add any other context about the problem here.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: '🌠 Запрос функции'
2+
description: 'Новая функция или предложение'
3+
title: '[Request] '
4+
labels: ['enchancement']
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: '🥰 Описание запроса'
10+
description: Пожалуйста, добавьте чёткое и краткое описание.
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
attributes:
16+
label: '🧐 Предлагаемое решение'
17+
description: Опишите желаемое решение чётко и кратко.
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
attributes:
23+
label: 'ℹ️ Дополнительная информация'
24+
description: Добавьте сюда любой дополнительный контекст по проблеме.

‎.github/ISSUE_TEMPLATE/config.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Telegram chat | Telegram чат
3+
url: https://t.me/remnawave_reverse
4+
about: Join our Telegram chat for community support and discussions | Присоединяйтесь к нашему чату в Telegram для поддержки сообщества и обсуждений

‎.github/PULL_REQUEST_TEMPLATE.MD‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 🔀 Description of Change
2+
3+
wtd:summary
4+
5+
<!-- Thank you for your Pull Request. -->
6+
<!-- DO NOT remove the wtd:summary tag above if you want your PR to be summarized by AI. -->
7+
8+
<!-- #### 📝 Additional Information
9+
10+
To add any other context about the Pull Request uncomment the section and write your information here. -->

‎.github/workflows/starlight.yml‎

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Deploy Starlight to GitHub Pages
2+
3+
on:
4+
# Trigger the workflow every time you push to the `main` branch
5+
# Using a different branch name? Replace `main` with your branch’s name
6+
push:
7+
branches: [ main ]
8+
# Allows you to run this workflow manually from the Actions tab on GitHub.
9+
workflow_dispatch:
10+
11+
# Allow this job to clone the repo and create a page deployment
12+
permissions:
13+
contents: read
14+
pages: write
15+
id-token: write
16+
17+
jobs:
18+
build:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Checkout your repository using git
22+
uses: actions/checkout@v4
23+
- name: Install, build, and upload your site
24+
uses: withastro/action@v3
25+
with:
26+
path: ./docs
27+
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
28+
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
29+
30+
deploy:
31+
needs: build
32+
runs-on: ubuntu-latest
33+
environment:
34+
name: github-pages
35+
url: ${{ steps.deployment.outputs.page_url }}
36+
steps:
37+
- name: Deploy to GitHub Pages
38+
id: deployment
39+
uses: actions/deploy-pages@v4
40+
41+
# https://github.com/30DaysOf/astro-starlight-ghpages/
42+
# https://docs.astro.build/en/guides/deploy/github/

‎.gitignore‎

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)