ueckoken/plarail2022

ホスト名を今年のものにする

Closed this issue · 4 comments

内容

今は @gotti さんの保有する gotti.dev ドメインに全てをホストしているので工研が保有する ueckoken.club でホストするようにしたい

変えるべきところ

とりあえずリポジトリルートで gotti.devと検索を掛けたらこれだけヒットしたのでこれだけ変更する必要があると思います。

変えるべきところ
docs/endpoints.md
9:- "control.chofufes2022.gotti.dev"
11:- "chofufes2022.gotti.dev"
13:- "webrtc.chofufes2022.gotti.dev"
15:- "auth.chofufes2022.gotti.dev"
17:- "receiver-test.chofufes2022.gotti.dev"
22:- "grafana.chofufes2022.gotti.dev"
24:- "prometheus.chofufes2022.gotti.dev"
26:- "alert.chofufes2022.gotti.dev"
28:- "webrtc-sender.chofufes2022.gotti.dev"
34:- "internal.chofufes2022.gotti.dev"
36:- "speed.chofufes2022.gotti.dev"

manifests/manifests/external/ingressroute.yaml
9:    match: Host(`control.chofufes2022.gotti.dev`)

manifests/manifests/python-webrtc-server/ingressroute.yaml
9:    match: Host(`webrtc.chofufes2021.gotti.dev`)

manifests/manifests/webrtc-sender/ingressroute.yaml
9:    match: Host(`webrtc-sender.chofufes2021.gotti.dev`)

backend/compose.yaml
29:      - "traefik.http.routers.speed.rule=Host(`speed.chofufes2021.gotti.dev`)"

backend/speed/README.md
11:https://speedcontrol.gotti.dev?trainId=takao&speed=8

backend/speed/index.html
18:            sock = new WebSocket("wss://speed.chofufes2021.gotti.dev/speed");

manifests/manifests/receiver-test/ingressroute.yaml
9:    match: Host(`receiver-test.chofufes2021.gotti.dev`)

docs/speed.md
11:https://speedcontrol.gotti.dev?trainId=takao&speed=8

manifests/infra/oauth2-proxy/oauth2.yaml
30:        - --whitelist-domain=.chofufes2021.gotti.dev
31:        - --cookie-domain=.chofufes2021.gotti.dev

manifests/manifests/positioning/ingressroute.yaml
9:    match: Host(`positioning.chofufes2021.gotti.dev`)

manifests/infra/oauth2-proxy/ingressroute.yaml
9:    match: Host(`auth.chofufes2021.gotti.dev`)

manifests/infra/nginx/ingress.yaml
10:    - "control.chofufes2022.gotti.dev"
11:    - "chofufes2022.gotti.dev"
12:    - "webrtc.chofufes2022.gotti.dev"
13:    - "auth.chofufes2022.gotti.dev"
14:    - "grafana.chofufes2022.gotti.dev"
15:    - "prometheus.chofufes2022.gotti.dev"
16:    - "alert.chofufes2022.gotti.dev"
17:    - "webrtc-sender.chofufes2022.gotti.dev"
18:    - "receiver-test.chofufes2022.gotti.dev"
19:    - "positioning.chofufes2022.gotti.dev"
29:  - host: "control.chofufes2022.gotti.dev"
39:  - host: "chofufes2022.gotti.dev"
49:  - host: "webrtc.chofufes2022.gotti.dev"
59:  - host: "auth.chofufes2022.gotti.dev"
69:  - host: "grafana.chofufes2022.gotti.dev"
79:  - host: "prometheus.chofufes2022.gotti.dev"
89:  - host: "alert.chofufes2022.gotti.dev"
99:  - host: "webrtc-sender.chofufes2022.gotti.dev"
109:  - host: "receiver-test.chofufes2022.gotti.dev"
119:  - host: "positioning.chofufes2022.gotti.dev"

manifests/infra/certificate/certificate.yml
9:    - "control.chofufes2022.gotti.dev"
10:    - "chofufes2022.gotti.dev"
11:    - "webrtc.chofufes2022.gotti.dev"
12:    - "auth.chofufes2022.gotti.dev"
13:    - "grafana.chofufes2022.gotti.dev"
14:    - "prometheus.chofufes2022.gotti.dev"
15:    - "alert.chofufes2022.gotti.dev"
16:    - "webrtc-sender.chofufes2022.gotti.dev"
17:    - "receiver-test.chofufes2022.gotti.dev"
18:    - "positioning.chofufes2022.gotti.dev"

manifests/manifests/frontend/ingressroute.yaml
9:    match: Host(`chofufes2022.gotti.dev`)

frontend/site/pages/index.tsx
177:    const ws = new WebSocket("wss://speed.chofufes2022.gotti.dev/speed")
204:    const ws = new WebSocket("wss://control.chofufes2022.gotti.dev/ws")

frontend/site/components/VideoCast.tsx
19:const SW_WSURL = "wss://webrtc.chofufes2022.gotti.dev/"

frontend/skyway_receiver/webpack.config.js
14:      SW_WSURL: '"wss://webrtc.chofufes2021.gotti.dev/"',

frontend/momo_sender/webpack.config.js
14:      SW_WSURL: '"wss://webrtc.chofufes2021.gotti.dev/"',

Pros 良くなる点

工研で取ったドメインを使える

Cons 悪くなる点

実現方法

その他

gotti commented

もしかしてレコードもうできてます? @Azuki-bar

@gotti

もしかしてレコードもうできてます? @Azuki-bar

まだ生やしていません。
僕レコード登録していくのでマニフェストの更新お願いできます?

gotti commented

しょうがないにゃあ

Closed by #242