Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 55 for Traefik (0.38 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/en/docs/advanced/behind-a-proxy.md

    ## Testing locally with Traefik { #testing-locally-with-traefik }
    
    You can easily run the experiment locally with a stripped path prefix using [Traefik](https://docs.traefik.io/).
    
    [Download Traefik](https://github.com/containous/traefik/releases), it's a single binary, you can extract the compressed file and run it directly from the terminal.
    
    Then create a file `traefik.toml` with:
    
    ```TOML hl_lines="3"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  2. docs/ja/docs/advanced/behind-a-proxy.md

    ## Traefik を使ったローカル検証 { #testing-locally-with-traefik }
    
    [Traefik](https://docs.traefik.io/) を使えば、パスプレフィックスを削除する構成をローカルで簡単に試せます。
    
    [Traefik をダウンロード](https://github.com/containous/traefik/releases) してください。単一バイナリなので、圧縮ファイルを展開して端末から直接実行できます。
    
    次の内容で `traefik.toml` というファイルを作成します:
    
    ```TOML hl_lines="3"
    [entryPoints]
      [entryPoints.http]
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 18.9K bytes
    - Click Count (0)
  3. docs/ko/docs/advanced/behind-a-proxy.md

    ## Traefik으로 로컬 테스트하기 { #testing-locally-with-traefik }
    
    [Traefik](https://docs.traefik.io/)을 사용하면, 경로 접두사가 제거되는 구성을 로컬에서 쉽게 실험할 수 있습니다.
    
    [Traefik 다운로드](https://github.com/containous/traefik/releases)는 단일 바이너리이며, 압축 파일을 풀고 터미널에서 바로 실행할 수 있습니다.
    
    그 다음 다음 내용을 가진 `traefik.toml` 파일을 생성하세요:
    
    ```TOML hl_lines="3"
    [entryPoints]
      [entryPoints.http]
        address = ":9999"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 17.9K bytes
    - Click Count (0)
  4. docs/zh/docs/advanced/behind-a-proxy.md

    ## 使用 Traefik 进行本地测试 { #testing-locally-with-traefik }
    
    你可以很容易地使用 [Traefik](https://docs.traefik.io/) 在本地运行一个移除路径前缀的实验。
    
    [下载 Traefik](https://github.com/containous/traefik/releases),它是一个单独的二进制文件,你可以解压压缩包并直接在终端中运行。
    
    然后创建一个 `traefik.toml` 文件,内容如下:
    
    ```TOML hl_lines="3"
    [entryPoints]
      [entryPoints.http]
        address = ":9999"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 15.1K bytes
    - Click Count (0)
  5. docs/en/docs/project-generation.md

    - 🔑 JWT (JSON Web Token) authentication.
    - 📫 Email based password recovery.
    - ✅ Tests with [Pytest](https://pytest.org).
    - 📞 [Traefik](https://traefik.io) as a reverse proxy / load balancer.
    - 🚢 Deployment instructions using Docker Compose, including how to set up a frontend Traefik proxy to handle automatic HTTPS certificates.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  6. docs/zh/docs/project-generation.md

      - 🦇 支持暗黑模式。
    - 🐋 [Docker Compose](https://www.docker.com) 用于开发与生产。
    - 🔒 默认启用安全的密码哈希。
    - 🔑 JWT(JSON Web Token)认证。
    - 📫 基于邮箱的密码找回。
    - ✅ 使用 [Pytest](https://pytest.org) 进行测试。
    - 📞 [Traefik](https://traefik.io) 用作反向代理/负载均衡。
    - 🚢 使用 Docker Compose 的部署指南,包括如何设置前端 Traefik 代理以自动处理 HTTPS 证书。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  7. docs/ja/docs/project-generation.md

    - 🔒 デフォルトでの安全なパスワードハッシュ化。
    - 🔑 JWT(JSON Web Token)認証。
    - 📫 メールベースのパスワードリカバリ。
    - ✅ [Pytest](https://pytest.org) によるテスト。
    - 📞 リバースプロキシ / ロードバランサとしての [Traefik](https://traefik.io)。
    - 🚢 Docker Composeを使用したデプロイ手順(自動HTTPS証明書を処理するフロントエンドTraefikプロキシのセットアップ方法を含む)。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  8. docs/en/docs/deployment/docker.md

    It could be another container, for example with [Traefik](https://traefik.io/), handling **HTTPS** and **automatic** acquisition of **certificates**.
    
    /// tip
    
    Traefik has integrations with Docker, Kubernetes, and others, so it's very easy to set up and configure HTTPS for your containers with it.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 28.3K bytes
    - Click Count (1)
  9. docs/zh-hant/docs/tutorial/security/index.md

    ### OAuth 1 { #oauth-1 }
    
    過去有 OAuth 1,和 OAuth2 非常不同,也更複雜,因為它直接規範了如何加密通訊。
    
    它現在並不流行,也很少被使用。
    
    OAuth2 不規範通訊如何加密,而是假設你的應用會透過 HTTPS 提供服務。
    
    /// tip | 提示
    在部署相關章節中,你會看到如何使用 TraefikLet's Encrypt 免費設定 HTTPS。
    ///
    
    ## OpenID Connect { #openid-connect }
    
    OpenID Connect 是基於 **OAuth2** 的另一套規範。
    
    它只是擴充了 OAuth2,釐清了 OAuth2 中相對模糊的部份,以提升互通性。
    
    例如,Google 登入使用的是 OpenID Connect(其底層使用 OAuth2)。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:15:26 GMT 2026
    - 4.1K bytes
    - Click Count (0)
  10. docs/ko/docs/deployment/docker.md

    * 메모리
    * 시작 전 사전 단계
    
    ## HTTPS { #https }
    
    FastAPI 애플리케이션의 **컨테이너 이미지**(그리고 나중에 실행 중인 **컨테이너**)에만 집중한다면, HTTPS는 보통 다른 도구에 의해 **외부적으로** 처리됩니다.
    
    예를 들어 [Traefik](https://traefik.io/)을 사용하는 다른 컨테이너가 **HTTPS**와 **인증서**의 **자동** 획득을 처리할 수 있습니다.
    
    /// tip | 팁
    
    Traefik은 Docker, Kubernetes 등과 통합되어 있어, 이를 사용해 컨테이너에 HTTPS를 설정하고 구성하기가 매우 쉽습니다.
    
    ///
    
    또는 HTTPS를 클라우드 제공자가 서비스의 일부로 처리할 수도 있습니다(애플리케이션은 여전히 컨테이너에서 실행됩니다).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 32.6K bytes
    - Click Count (0)
Back to Top