📝(doc) fix various typos

Fix various typos in documentation and readme files.
This commit is contained in:
Hadrien Blanc
2026-03-11 14:57:28 +01:00
committed by Nathan Vasse
parent 6b56553d89
commit 5e472506a6
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -211,7 +211,7 @@ and this project adheres to
### Fixed
- 🐛(wopi) force updated_at udpate in the viewset
- 🐛(wopi) force updated_at update in the viewset
- 🐛(front) fix large uploads progress
- ♻️(back) improve uploaded ended performance
- (front) fix large uploads progress
@@ -232,7 +232,7 @@ and this project adheres to
### Added
- ✨(backend) create wopi applcation #2
- ✨(backend) create wopi application #2
- ✨(backend) expose url_preview on item object #355
- ✨(front) add messages widget #357
+1 -1
View File
@@ -152,4 +152,4 @@ While Drive is a public driven initiative our licence choice is an invitation fo
## Credits ❤️
Docs is built on top of [Django Rest Framework](https://www.django-rest-framework.org/), [Next.js](https://nextjs.org/). We thank the contributors of all these projects for their awesome work!
Drive is built on top of [Django Rest Framework](https://www.django-rest-framework.org/), [Next.js](https://nextjs.org/). We thank the contributors of all these projects for their awesome work!
+1 -1
View File
@@ -86,7 +86,7 @@ backend:
mountPath: /usr/local/lib/python3.12/site-packages/certifi/cacert.pem
subPath: cacert.pem
# Exra volumes to manage our local custom CA and avoid to set ssl_verify: false
# Extra volumes to manage our local custom CA and avoid to set ssl_verify: false
extraVolumes:
- name: certs
configMap:
+1 -1
View File
@@ -265,4 +265,4 @@ minio-dev-backend-minio-console <none> drive-minio-console.127.0.0.1.nip.io
```
You can use Drive at https://drive.127.0.0.1.nip.io. The provisionning user in keycloak is drive/drive.
You can use Drive at https://drive.127.0.0.1.nip.io. The provisioning user in keycloak is drive/drive.
+1 -1
View File
@@ -1,4 +1,4 @@
"""Custom template tags for the core application of People."""
"""Custom template tags for the core application of Drive."""
import base64
+5 -5
View File
@@ -37,7 +37,7 @@ ingress:
## @param ingress.hosts Additional host to configure for the Ingress
hosts: []
# - chart-example.local
## @param ingress.tls.enabled Weather to enable TLS for the Ingress
## @param ingress.tls.enabled Whether to enable TLS for the Ingress
## @param ingress.tls.secretName Secret name for TLS config
## @skip ingress.tls.additional
## @extra ingress.tls.additional[].secretName Secret name for additional TLS config
@@ -62,7 +62,7 @@ ingressAdmin:
## @param ingressAdmin.hosts Additional host to configure for the Ingress
hosts: []
# - chart-example.local
## @param ingressAdmin.tls.enabled Weather to enable TLS for the Ingress
## @param ingressAdmin.tls.enabled Whether to enable TLS for the Ingress
## @param ingressAdmin.tls.secretName Secret name for TLS config
## @skip ingressAdmin.tls.additional
## @extra ingressAdmin.tls.additional[].secretName Secret name for additional TLS config
@@ -84,7 +84,7 @@ ingressMedia:
## @param ingressMedia.hosts Additional host to configure for the Ingress
hosts: []
# - chart-example.local
## @param ingressMedia.tls.enabled Weather to enable TLS for the Ingress
## @param ingressMedia.tls.enabled Whether to enable TLS for the Ingress
## @param ingressMedia.tls.secretName Secret name for TLS config
## @skip ingressMedia.tls.additional
## @extra ingressMedia.tls.additional[].secretName Secret name for additional TLS config
@@ -118,7 +118,7 @@ ingressMediaPreview:
## @param ingressMediaPreview.hosts Additional host to configure for the Ingress
hosts: []
# - chart-example.local
## @param ingressMediaPreview.tls.enabled Weather to enable TLS for the Ingress
## @param ingressMediaPreview.tls.enabled Whether to enable TLS for the Ingress
## @param ingressMediaPreview.tls.secretName Secret name for TLS config
## @skip ingressMediaPreview.tls.additional
## @extra ingressMediaPreview.tls.additional[].secretName Secret name for additional TLS config
@@ -441,7 +441,7 @@ frontend:
## @param frontend.replicas Amount of frontend replicas
replicas: 3
## @param frontend.shareProcessNamespace Enable share process namefrontend between containers
## @param frontend.shareProcessNamespace Enable share process namespace between containers
shareProcessNamespace: false
## @param frontend.sidecars Add sidecars containers to frontend deployment