- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for Administrator (0.07 sec)
-
docs/features/https.md
=== ":material-language-kotlin: Kotlin" ```kotlin private val client = OkHttpClient.Builder() .certificatePinner( CertificatePinner.Builder()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Dec 24 00:16:30 UTC 2022 - 10.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String DEFAULT_FROM_EMAIL = "Administrator <root@localhost>"; // info map public static final String CRAWLER_STATUS = "CrawlerStatus"; public static final String CRAWLER_ERRORS = "CrawlerErrors";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 22 12:43:18 UTC 2024 - 16.6K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/CertificatePinner.kt
* pinning certificates, you take on additional operational complexity and limit your ability to * migrate between certificate authorities. Do not use certificate pinning without the blessing of * your server's TLS administrator! * * ### Note about self-signed certificates * * [CertificatePinner] can not be used to pin self-signed certificate if such certificate is not * accepted by [javax.net.ssl.TrustManager]. *
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 14.2K bytes - Viewed (0) -
docs/bucket/replication/DESIGN.md
status shows `COMPLETED` only after the replication operation succeeds on each of the targets specified in the replication configuration. If multiple targets are configured to use active-active replication and multi destination replication, the administrator should ensure that the replication features enabled (such as replica metadata sync, delete marker replication etc) are identical to avoid asymmetric state. This is because all replication activity is inherently a one-way operation from source to...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 14.7K bytes - Viewed (0) -
docs/sts/ldap.md
- The user can now use these credentials to make requests to the MinIO server.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 18.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.searchoptions_num={0} results labels.searchoptions_menu_lang=Languages labels.searchoptions_menu_labels=Labels labels.error_title=Error labels.system_error_title=System Error labels.contact_site_admin=Contact the Site Administrator. labels.request_error_title=Bad Request labels.bad_request=Invalid request for the url. labels.page_not_found_title=Page Not Found labels.check_url=Check the url. labels.user_name=Username labels.login=Login
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.searchoptions_num={0} results labels.searchoptions_menu_lang=Languages labels.searchoptions_menu_labels=Labels labels.error_title=Error labels.system_error_title=System Error labels.contact_site_admin=Contact the Site Administrator. labels.request_error_title=Bad Request labels.bad_request=Invalid request for the url. labels.page_not_found_title=Page Not Found labels.check_url=Check the url. labels.user_name=Username labels.login=Login
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# ---------------------------------------------------------- # Mail # ------ # From mail.from.name = Administrator mail.from.address = root@localhost mail.hostname= # ---------------------------------------------------------- # Scheduler
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.2.md
### Experimental Features * Dynamic Provisioning of PersistentVolumes: Kubernetes previously required all volumes to be manually provisioned by a cluster administrator before use. With this feature, volume plugins that support it (GCE PD, AWS EBS, and Cinder) can automatically provision a PersistentVolume to bind to an unfulfilled PersistentVolumeClaim.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
docs/pt/docs/advanced/behind-a-proxy.md
Isso diz ao Traefik para escutar na porta 9999 e usar outro arquivo `routes.toml`. /// tip | "Dica" Estamos usando a porta 9999 em vez da porta padrão HTTP 80 para que você não precise executá-lo com privilégios de administrador (`sudo`). /// Agora crie esse outro arquivo `routes.toml`: ```TOML hl_lines="5 12 20" [http] [http.middlewares] [http.middlewares.api-stripprefix.stripPrefix]
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:28:18 UTC 2024 - 12.2K bytes - Viewed (0)