Documentation
ダウンロード価格リリースノート
日本語
日本語
  • はじめに
    • Devinへようこそ 👋
    • Claris FileMaker向けのDevOps
  • 機能
    • バージョン管理
    • 回帰テスト
    • デプロイメント
      • デフォルト環境
      • ワークフロー
      • 内部の仕組み
    • サーバーとファイルの監視
  • ガイド (近日公開予定)
  • サポート
    • 既知の問題
    • サポートを受ける
    • リリースノート
  • 法的情報
    • プライバシーポリシー
GitBook提供
このページ内
  • Devin in an internet exposed environment
  • Devin in an internal environment

役に立ちましたか?

  1. ガイド (近日公開予定)
  2. Installation

Networking Considerations

Your workstation, with the Devin App, must be able to reach your Development Server running Devin Server. Additionally, your Development Server must be able to connect to all non-development servers, such as staging and production servers that also run Devin Server.

Devin in an internet exposed environment

  • The Dev Server must be allowed to initiate outbound HTTPS connections on TCP port 443.

  • Ensure proper DNS resolution for the Prod Server's domain from the Dev Server.

  • Adjust the Prod Servers' firewall to accept inbound HTTPS connections on TCP port 443 specifically from the Dev Server's IP address.

Devin in an internal environment

  • The Dev Server must be configured to allow outbound HTTPS connections on TCP port 443.

  • If network segmentation is in place, review and apply the necessary ACLs to permit traffic between Dev and Prod Servers.

  • Configure the Dev Server to know the Prod Servers by their IP addresses or hostnames.

役に立ちましたか?