Compare commits
12 Commits
b053ba7ff4
...
main
Author | SHA1 | Date | |
---|---|---|---|
a1478282cc
|
|||
8e74f227e7
|
|||
1cbc35eb63
|
|||
41a5494233
|
|||
c9cecbcf3e
|
|||
e2633f55b8
|
|||
1fe0a9d815
|
|||
42479636f2
|
|||
f8fc2c3cf1
|
|||
4726009e85
|
|||
36f4fe3c03 | |||
4169b5adeb |
@ -8,19 +8,18 @@ steps:
|
||||
image: zot.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
|
||||
environment:
|
||||
BUILDAH_REG: zot.badhouseplants.net/badhouseplants/xray-docs
|
||||
REGISTRY_TOKEN:
|
||||
from_secret: registry_token
|
||||
privileged: true
|
||||
secrets:
|
||||
- registry_token
|
||||
commands:
|
||||
- build-container
|
||||
backend_options:
|
||||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 200Mi
|
||||
memory: 500Mi
|
||||
cpu: 200m
|
||||
limits:
|
||||
memory: 200Mi
|
||||
cpu: 200m
|
||||
memory: 500Mi
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
@ -7,5 +7,5 @@ COPY . .
|
||||
RUN python -m poetry install --no-root
|
||||
RUN python -m poetry run mkdocs build
|
||||
|
||||
FROM nginx:1.27.3
|
||||
FROM nginxinc/nginx-unprivileged
|
||||
COPY --from=builder /src/site /usr/share/nginx/html
|
||||
|
@ -1,3 +1,27 @@
|
||||
# Настройка на Android
|
||||
|
||||
TO BE DONE
|
||||
## Подготовка
|
||||
|
||||
Скачиваем программу v2rayNG по ссылке: <https://play.google.com/store/apps/details?id=com.v2ray.ang&pcampaignid=web_share>
|
||||
|
||||
## Настройка
|
||||
|
||||
1. Выбираем "Добавить новый сервер"
|
||||

|
||||
|
||||
2. Выбираем "Type manually[VLESS]"
|
||||

|
||||
|
||||
3. Вводим данные
|
||||
|
||||
- **remarks:**: Любое название, которые придет вам в голову
|
||||
- **address:**: `tiramisu.badhouseplants.net`
|
||||
- **port:** `27015`
|
||||
- **id:** ID, который вы получите после соглашения с ToC
|
||||
- **flow:** `xtls-rpx-rx-vision`
|
||||
- **SNI:** `tiramisu.badhouseplants.net`
|
||||
|
||||
Остальное оставить дефолтными, можете сравнить значения со скриншотами:
|
||||
|
||||

|
||||

|
||||
|
@ -8,23 +8,38 @@
|
||||
|
||||
1. Выбираем добавить новый сервер
|
||||
|
||||

|
||||

|
||||
|
||||
2. Вводим данные
|
||||
|
||||
Подключение напрямую:
|
||||
|
||||
- **name:** Любое название, которое придет вам в голову
|
||||
- **prorocol**: `VLESS`
|
||||
- **address**: `xray-public.badhouseplants.net`
|
||||
- **address**: `tiramisu.badhouseplants.net`
|
||||
- **port**: `443`
|
||||
- **uuid**: ID, который вы получите после соглашения с ToC
|
||||
- **flow**: `xtls-rprx-vision`
|
||||
- **transport**: `raw`
|
||||
- **header**: `none`
|
||||
- **security**: tls
|
||||
- **serverName**: `tiramisu.badhouseplants.net`
|
||||
- **allowInsecure**: `false`
|
||||
|
||||
Подключение, если напрямую не работает:
|
||||
|
||||
- **name:** Любое название, которое придет вам в голову
|
||||
- **prorocol**: `VLESS`
|
||||
- **address**: `91.232.225.63`
|
||||
- **port**: `27015`
|
||||
- **uuid**: ID, который вы получите после соглашения с ToC
|
||||
- **flow**: `xtls-rprx-vision`
|
||||
- **transport**: `raw`
|
||||
- **header**: `none`
|
||||
- **security**: tls
|
||||
- **serverName**: `xray-public.badhouseplants.net`
|
||||
- **serverName**: `tiramisu.badhouseplants.net`
|
||||
- **allowInsecure**: `false`
|
||||
|
||||
Остальное оставить дефолтными, можете сравнить значения со скриншотами:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
@ -6,22 +6,22 @@
|
||||
|
||||
1. Выбираем добавить новый сервер
|
||||
|
||||

|
||||

|
||||
|
||||
2. Вводим данные
|
||||
|
||||
- **name:** Любое название, которое придет вам в голову
|
||||
- **prorocol**: `VLESS`
|
||||
- **address**: `xray-public.badhouseplants.net`
|
||||
- **address**: `tiramisu.badhouseplants.net`
|
||||
- **port**: `27015`
|
||||
- **uuid**: ID, который вы получите после соглашения с ToC
|
||||
- **flow**: `xtls-rprx-vision`
|
||||
- **transport**: `raw`
|
||||
- **header**: `none`
|
||||
- **security**: tls
|
||||
- **serverName**: `xray-public.badhouseplants.net`
|
||||
- **serverName**: `tiramisu.badhouseplants.net`
|
||||
- **allowInsecure**: `false`
|
||||
|
||||
Остальное оставить дефолтными, можете сравнить значения со скриншотами:
|
||||
|
||||

|
||||

|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
## Подготовка
|
||||
|
||||
Скачиваем программу v2rayN по ссылке: <https://github.com/2dust/v2rayN/releases/latest>
|
||||
1. Скачиваем программу v2rayN по ссылке: <https://github.com/2dust/v2rayN/releases/latest>
|
||||
|
||||
Для простоты настройки лучше всего выбрать `v2rayN-windows-64-With-Core.zip`
|
||||
|
||||

|
||||

|
||||
|
||||
> Пользователям Windows 7 придется скачать более старую версию v2rayN и установить другую версию ядра Xray (Документация будет добавлена позже)
|
||||
2. Распаковываем архив и открываем
|
||||
|
BIN
docs/assets/android/v2rayNG_1.jpg
Normal file
BIN
docs/assets/android/v2rayNG_1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
BIN
docs/assets/android/v2rayNG_2.jpg
Normal file
BIN
docs/assets/android/v2rayNG_2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 KiB |
BIN
docs/assets/android/v2rayNG_3.jpg
Normal file
BIN
docs/assets/android/v2rayNG_3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
BIN
docs/assets/android/v2rayNG_4.jpg
Normal file
BIN
docs/assets/android/v2rayNG_4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
@ -41,9 +41,9 @@
|
||||
|
||||
## Настройка на разных системах
|
||||
|
||||
- Настройка на [Windows](./windows.md)
|
||||
- Настройка на [iOS](./ios.md)
|
||||
- Настройка на [macOS](./macOS.md)
|
||||
- Настройка на [Windows](./1_windows.md)
|
||||
- Настройка на [iOS](./1_ios.md)
|
||||
- Настройка на [macOS](./1_macos.md)
|
||||
|
||||
## Рутинги
|
||||
|
||||
|
@ -20,13 +20,13 @@ base:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 80
|
||||
port: 8080
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 80
|
||||
port: 8080
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 3
|
||||
volumeMounts:
|
||||
@ -55,7 +55,7 @@ ingress:
|
||||
service:
|
||||
name: '{{ include "chart.fullname" $ }}-main'
|
||||
port:
|
||||
number: 80
|
||||
number: 8080
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
@ -68,6 +68,6 @@ services:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
targetPort: 80
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
protocol: TCP
|
||||
|
Reference in New Issue
Block a user