code-server のようにブラウザから使えて、opencodeやFreebuffとの連携機能や、GitHubとの連携機能がある、セルフホスト型コードエディタです。

スマホやタブレットからでも、さくっと同じ作業を続けられますし、結構便利になったかも。
LXDコンテナやDockerコンテナに入って作業するのが簡単な点も重宝します。
ホストにインストール
ホストのターミナルに下記を貼り付けてインストールします。Tailscale Serve環境を想定しています。
sudo apt install -y git curl nodejs npm
curl -fsSL https://raw.githubusercontent.com/hirogura/selfcode/main/install-selfcode.sh -o /tmp/install-selfcode.sh
sudo bash /tmp/install-selfcode.sh
VS Codeやcode-serverを触ったことがあれば操作に迷うことはないはず。GitHubはこちら。

