Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for controller (0.21 sec)

  1. docs/ru/docs/deployment/concepts.md

    * Nginx
        * С дополнительным компонентом типа Certbot для обновления сертификатов
    * HAProxy
        * С дополнительным компонентом типа Certbot для обновления сертификатов
    * Kubernetes с Ingress Controller похожим на Nginx
        * С дополнительным компонентом типа cert-manager для обновления сертификатов
    * Использование услуг облачного провайдера (читайте ниже 👇)
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 32.5K bytes
    - Viewed (0)
  2. docs/ja/docs/deployment/concepts.md

    * Traefik
        * 証明書の更新を自動的に処理 ✨
    * Caddy
        * 証明書の更新を自動的に処理 ✨
    * Nginx
        * 証明書更新のためにCertbotのような外部コンポーネントを使用
    * HAProxy
        * 証明書更新のためにCertbotのような外部コンポーネントを使用
    * Nginx のような Ingress Controller を持つ Kubernetes
        * 証明書の更新に cert-manager のような外部コンポーネントを使用
    * クラウド・プロバイダーがサービスの一部として内部的に処理(下記を参照👇)
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 24.1K bytes
    - Viewed (0)
  3. docs/en/docs/deployment/concepts.md

    * Nginx
        * With an external component like Certbot for certificate renewals
    * HAProxy
        * With an external component like Certbot for certificate renewals
    * Kubernetes with an Ingress Controller like Nginx
        * With an external component like cert-manager for certificate renewals
    * Handled internally by a cloud provider as part of their services (read below 👇)
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 18K bytes
    - Viewed (0)
  4. docs/it/docs/index.md

    * Validerà che esiste un `item_id` nel percorso delle richieste `GET` e `PUT`.
    * Validerà che `item_id` sia di tipo `int` per le richieste `GET` e `PUT`.
        * Se non lo è, il client vedrà un errore chiaro e utile.
    * Controllerà se ci sia un parametro opzionale chiamato `q` (per esempio `http://127.0.0.1:8000/items/foo?q=somequery`) per le richieste `GET`.
        * Siccome il parametro `q` è dichiarato con `= None`, è opzionale.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  5. docs/zh/docs/deployment/concepts.md

    
    ### HTTPS 示例工具
    
    您可以用作 TLS 终止代理的一些工具包括:
    
    * Traefik
         * 自动处理证书更新 ✨
    * Caddy
         * 自动处理证书更新 ✨
    * Nginx
         * 使用 Certbot 等外部组件进行证书更新
    * HAProxy
         * 使用 Certbot 等外部组件进行证书更新
    * 带有 Ingress Controller(如Nginx) 的 Kubernetes
         * 使用诸如 cert-manager 之类的外部组件来进行证书更新
    * 由云服务商内部处理,作为其服务的一部分(请阅读下文👇)
    
    另一种选择是您可以使用**云服务**来完成更多工作,包括设置 HTTPS。 它可能有一些限制或向您收取更多费用等。但在这种情况下,您不必自己设置 TLS 终止代理。
    
    我将在接下来的章节中向您展示一些具体示例。
    
    ---
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  6. docs/de/docs/deployment/concepts.md

    * Nginx
        * Mit einer externen Komponente wie Certbot für Zertifikat-Erneuerungen
    * HAProxy
        * Mit einer externen Komponente wie Certbot für Zertifikat-Erneuerungen
    * Kubernetes mit einem Ingress Controller wie Nginx
        * Mit einer externen Komponente wie cert-manager für Zertifikat-Erneuerungen
    * Es wird intern von einem Cloud-Anbieter als Teil seiner Dienste verwaltet (siehe unten 👇)
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:16:25 GMT 2024
    - 20.6K bytes
    - Viewed (0)
  7. docs/pt/docs/deployment.md

    Ele tem integração com _Let's Encrypt_. Assim, ele pode controlar todas as partes HTTPS, incluindo a aquisição e renovação de certificados.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Aug 18 16:16:54 GMT 2022
    - 16.8K bytes
    - Viewed (0)
  8. docs/pt/docs/contributing.md

    A documentação usa <a href="https://www.mkdocs.org/" class="external-link" target="_blank">MkDocs</a>.
    
    E existem ferramentas/_scripts_ extras para controlar as traduções em `./scripts/docs.py`.
    
    !!! tip
        Você não precisa ver o código em `./scripts/docs.py`, você apenas o utiliza na linha de comando.
    
    Toda a documentação está no formato Markdown no diretório `./docs/pt/`.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  9. docs/pt/docs/async.md

    Mas ele faz o trabalho com código assíncrono muito mais fácil.
    
    Essa mesma sintaxe (ou quase a mesma) foi também incluída recentemente em versões modernas do JavaScript (no navegador e NodeJS).
    
    Mas antes disso, controlar código assíncrono era bem mais complexo e difícil.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 22.2K bytes
    - Viewed (0)
  10. docs/pt/docs/features.md

    Com **FastAPI** você terá todos os recursos do **Pydantic** (já que FastAPI utiliza o Pydantic para todo o controle dos dados):
    
    * **Sem pegadinhas**:
        * Sem novas definições de esquema de micro-linguagem para aprender.
        * Se você conhece os tipos do Python, você sabe como usar o Pydantic.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.4K bytes
    - Viewed (0)
Back to top