This commit is contained in:
Владимир Фёдоров 2026-05-04 00:48:07 +07:00
parent 2fa8fe8f09
commit 6de84c8f58
6 changed files with 7 additions and 9 deletions

View File

@ -8,6 +8,7 @@
"GOARCH",
"gocarina",
"gocsv",
"reproxy"
"reproxy",
"rodniki"
]
}

Binary file not shown.

View File

@ -1 +1 @@
import{_ as o,c as s,a as t,o as a}from"./index-CiSgZPGy.js";const n={},c={class:"about"};function r(_,e){return a(),s("div",c,e[0]||(e[0]=[t("h1",null,"This is an about page",-1)]))}const l=o(n,[["render",r]]);export{l as default};
import{_ as o,c as s,a as t,o as a}from"./index-Bwtszguj.js";const n={},c={class:"about"};function r(_,e){return a(),s("div",c,e[0]||(e[0]=[t("h1",null,"This is an about page",-1)]))}const l=o(n,[["render",r]]);export{l as default};

View File

@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Родники</title>
<script type="module" crossorigin src="/assets/index-CiSgZPGy.js"></script>
<script type="module" crossorigin src="/assets/index-Bwtszguj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CH7B9SfS.css">
</head>
<body>

View File

@ -11,15 +11,12 @@ services:
networks:
- crabs-network
labels:
# ПРАВИЛО 1: API на пути /api
reproxy.1.server: "crabs-games.art"
reproxy.1.route: "^/schedule/(.*)"
reproxy.1.dest: "http://pinned_message:8210/schedule/$$1"
reproxy.1.port: "8210"
reproxy.1.ping: "/"
# ПРАВИЛО 2: СТРАНИЦА SCHEDULE - путь /rodniki
# Перенаправляем /schedule на веб-интерфейс (порт 8220)
reproxy.2.server: "crabs-games.art"
reproxy.2.route: "/rodniki"
reproxy.2.dest: "http://pinned_message:8220/"