Опять прокси новый
Deploy ru-vps / deploy (push) Successful in 24s

This commit is contained in:
Dmitry
2026-06-08 19:31:18 +03:00
parent 4a80762cbc
commit 573590ef45
112 changed files with 59 additions and 35 deletions
-5
View File
@@ -24,10 +24,5 @@ jobs:
git -C /opt/services pull origin main --ff-only
chown -R 1000:100 /opt/services
- name: Write squid secrets
run: |
echo "PROXY_USER=${{ secrets.PROXY_USER }}" > /opt/services/ru-vps/squid/.env
echo "PROXY_PASS=${{ secrets.PROXY_PASS }}" >> /opt/services/ru-vps/squid/.env
- name: Deploy stacks
run: /opt/services/scripts/deploy.sh ru-vps "${{ inputs.stack }}"
-13
View File
@@ -1,13 +0,0 @@
services:
mihomo:
image: metacubex/mihomo:latest
container_name: mihomo
restart: unless-stopped
volumes:
- ./config:/root/.config/mihomo
ports:
- "127.0.0.1:7890:7890" # HTTP proxy
- "127.0.0.1:7891:7891" # SOCKS5 proxy
- "127.0.0.1:9090:9090" # WebUI / API
cap_add:
- NET_ADMIN

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before

Width:  |  Height:  |  Size: 900 B

After

Width:  |  Height:  |  Size: 900 B

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Some files were not shown because too many files have changed in this diff Show More