tosssssy / wetty-ssh-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wetty-ssh-container

ブラウザにターミナルを埋め込み、https で wetty と通信することを目標にした練習用リポジトリ ※追記 wetty-with-ssh の方をメインに開発していく

スクリーンショット 2022-08-12 211222

install

git clone https://github.com/tosssssy/wetty-ssh-container.git
cd wetty-ssh-container
cd wetty-and-ssh or cd wetty-with-ssh
docker compose up --build

remove

docker compose down
docker image rm <対象ID>

iframeが接続拒否される時

originがlocalhostになっているかを確認する。

おすすめはvscodeの拡張機能「Live Server」を使用し、起動してhttp://127.0.0.1:5500/index.htmlにアクセスする。その後http://localhost:5500/index.htmlに書き換える

About


Languages

Language:Dockerfile 54.5%Language:HTML 45.5%