0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Serena】Webダッシュボードが表示されないようにする方法

Posted at

設定方法

Serenaの設定ファイル~/.serena/serena_config.ymlを編集することで、webダッシュボードの動作を制御できます。

# Webダッシュボード機能を有効/無効にする
web_dashboard: false

# Webダッシュボードの自動起動を制御(web_dashboardがtrueの場合のみ有効)
web_dashboard_open_on_launch: false

web_dashboard

  • デフォルト値: true
  • 説明: Webダッシュボード機能全体を有効または無効にします
  • 設定値:
    • true: ダッシュボード機能を有効にする
    • false: ダッシュボード機能を完全に無効にする

web_dashboard_open_on_launch

  • デフォルト値: true
  • 説明: Serena起動時にブラウザでダッシュボードを自動的に開くかどうかを制御します
  • 前提条件: web_dashboardtrueの場合のみ有効
  • 設定値:
    • true: 起動時に自動的にブラウザでダッシュボードを開く
    • false: 自動的には開かない(手動でアクセス可能)

手動でのダッシュボードアクセス

web_dashboard: trueかつweb_dashboard_open_on_launch: falseに設定した場合、以下のURLで手動でダッシュボードにアクセスできます。

  • デフォルトポート: http://localhost:24282/dashboard/
  • 複数インスタンス実行時: http://localhost:24283/dashboard/http://localhost:24284/dashboard/など
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?