diff --git a/docs/src/ar/getting-started/install.md b/docs/src/ar/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/ar/getting-started/install.md +++ b/docs/src/ar/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/br/getting-started/install.md b/docs/src/br/getting-started/install.md index 5ce6df8d..62bd340c 100644 --- a/docs/src/br/getting-started/install.md +++ b/docs/src/br/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/ca/getting-started/install.md b/docs/src/ca/getting-started/install.md index c2b1a87a..60d4b1fe 100644 --- a/docs/src/ca/getting-started/install.md +++ b/docs/src/ca/getting-started/install.md @@ -167,9 +167,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/de/getting-started/install.md b/docs/src/de/getting-started/install.md index f59050e5..2e8a1a7d 100644 --- a/docs/src/de/getting-started/install.md +++ b/docs/src/de/getting-started/install.md @@ -164,9 +164,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/el/getting-started/install.md b/docs/src/el/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/el/getting-started/install.md +++ b/docs/src/el/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/es/getting-started/install.md b/docs/src/es/getting-started/install.md index cd0b29a2..38dc1a8d 100644 --- a/docs/src/es/getting-started/install.md +++ b/docs/src/es/getting-started/install.md @@ -169,9 +169,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: @@ -188,7 +202,7 @@ media.s3.region="your_s3_region" #### S3 config options -| Variable name | Type | Default | +| Nombre de variable | Type | Default | | ----------------------- | ------- | ----------- | | **`endpoint`** | string | `undefined` | | **`key`** | string | `undefined` | diff --git a/docs/src/fa/getting-started/install.md b/docs/src/fa/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/fa/getting-started/install.md +++ b/docs/src/fa/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/fr/getting-started/install.md b/docs/src/fr/getting-started/install.md index 4d189246..d908fa5e 100644 --- a/docs/src/fr/getting-started/install.md +++ b/docs/src/fr/getting-started/install.md @@ -169,9 +169,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/fr2/getting-started/install.md b/docs/src/fr2/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/fr2/getting-started/install.md +++ b/docs/src/fr2/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/fr_CA/getting-started/install.md b/docs/src/fr_CA/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/fr_CA/getting-started/install.md +++ b/docs/src/fr_CA/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/gd/getting-started/install.md b/docs/src/gd/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/gd/getting-started/install.md +++ b/docs/src/gd/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/gl/getting-started/install.md b/docs/src/gl/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/gl/getting-started/install.md +++ b/docs/src/gl/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/id/getting-started/install.md b/docs/src/id/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/id/getting-started/install.md +++ b/docs/src/id/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/it/getting-started/install.md b/docs/src/it/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/it/getting-started/install.md +++ b/docs/src/it/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/ko/getting-started/install.md b/docs/src/ko/getting-started/install.md index d204abf9..bdf7e6a4 100644 --- a/docs/src/ko/getting-started/install.md +++ b/docs/src/ko/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/nl/getting-started/install.md b/docs/src/nl/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/nl/getting-started/install.md +++ b/docs/src/nl/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/nn-NO/getting-started/install.md b/docs/src/nn-NO/getting-started/install.md index 50438637..39a95ee7 100644 --- a/docs/src/nn-NO/getting-started/install.md +++ b/docs/src/nn-NO/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/oc/getting-started/install.md b/docs/src/oc/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/oc/getting-started/install.md +++ b/docs/src/oc/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/pl/getting-started/install.md b/docs/src/pl/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/pl/getting-started/install.md +++ b/docs/src/pl/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/pt-BR/getting-started/install.md b/docs/src/pt-BR/getting-started/install.md index 0593645b..41badebf 100644 --- a/docs/src/pt-BR/getting-started/install.md +++ b/docs/src/pt-BR/getting-started/install.md @@ -167,9 +167,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/pt/getting-started/install.md b/docs/src/pt/getting-started/install.md index dc19943d..eab2dca5 100644 --- a/docs/src/pt/getting-started/install.md +++ b/docs/src/pt/getting-started/install.md @@ -164,9 +164,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/ro/getting-started/install.md b/docs/src/ro/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/ro/getting-started/install.md +++ b/docs/src/ro/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/ru/getting-started/install.md b/docs/src/ru/getting-started/install.md index dc19943d..eab2dca5 100644 --- a/docs/src/ru/getting-started/install.md +++ b/docs/src/ru/getting-started/install.md @@ -164,9 +164,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/sk/getting-started/install.md b/docs/src/sk/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/sk/getting-started/install.md +++ b/docs/src/sk/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/sr_Latn/getting-started/install.md b/docs/src/sr_Latn/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/sr_Latn/getting-started/install.md +++ b/docs/src/sr_Latn/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/sv/getting-started/install.md b/docs/src/sv/getting-started/install.md index 4e19c761..b47727ee 100644 --- a/docs/src/sv/getting-started/install.md +++ b/docs/src/sv/getting-started/install.md @@ -163,9 +163,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | nummer | `25` | | **`SMTPCrypto`** | [`"tls"` eller `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/uk/getting-started/install.md b/docs/src/uk/getting-started/install.md index 92537f82..03549bcc 100644 --- a/docs/src/uk/getting-started/install.md +++ b/docs/src/uk/getting-started/install.md @@ -162,9 +162,23 @@ email.SMTPPass="your_smtp_password" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/docs/src/zh-Hans/getting-started/install.md b/docs/src/zh-Hans/getting-started/install.md index 079a117e..b59c6c46 100644 --- a/docs/src/zh-Hans/getting-started/install.md +++ b/docs/src/zh-Hans/getting-started/install.md @@ -154,9 +154,23 @@ email.SMTPPass="你的邮件密码" | **`SMTPPort`** | number | `25` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | -### S3 +### Media storage -By default, files are stored in the `public/media` folder using the filesystem. +By default, files are saved to the `public/media` folder using the file system. +If you need to relocate the `media` folder to a different location, you can +specify it in your `.env` file as shown below: + +```ini +# […] + +media.root="media" +media.storage="/mnt/storage" +``` + +In this example, the files will be saved to the /mnt/storage/media folder. Make +sure to also update your web server configuration to reflect this change. + +### S3 If you prefer storing your media files on an S3 compatible storage, you may specify it in your `.env`: diff --git a/modules/Admin/Language/es/Charts.php b/modules/Admin/Language/es/Charts.php index 11c714f0..7294231c 100644 --- a/modules/Admin/Language/es/Charts.php +++ b/modules/Admin/Language/es/Charts.php @@ -37,5 +37,5 @@ return [ 'podcast_by_bandwidth' => 'Ancho de banda diario usado (en MB)', 'total_storage_by_month' => 'Almacenamiento mensual (en MB)', 'total_bandwidth_by_month' => 'Ancho de banda mensual usado (en MB)', - 'total_bandwidth_by_month_limit' => 'Limited to {totalBandwidth} per month', + 'total_bandwidth_by_month_limit' => 'Limitado a {totalBandwidth} al mes', ]; diff --git a/modules/Admin/Language/es/Episode.php b/modules/Admin/Language/es/Episode.php index 84f32672..6dcde24f 100644 --- a/modules/Admin/Language/es/Episode.php +++ b/modules/Admin/Language/es/Episode.php @@ -55,7 +55,7 @@ return [ }', 'episode' => 'Episodio', 'visibility' => 'Visibilidad', - 'downloads' => 'Downloads', + 'downloads' => 'Descargas', 'comments' => 'Comentarios', 'actions' => 'Acciones', ], @@ -80,7 +80,7 @@ return [ audio {audio} other {media} }.', - 'deleteFileError' => 'Hubo un problema al tratar de eliminar el archivo {file_key} {type, select, + 'deleteFileError' => 'Hubo un problema al tratar de eliminar el archivo {file_path} {type, select, transcript {de la transcripción} chapters {de los episodios} image {de la portada} diff --git a/modules/Admin/Language/es/Podcast.php b/modules/Admin/Language/es/Podcast.php index c70b6ffd..5e83f118 100644 --- a/modules/Admin/Language/es/Podcast.php +++ b/modules/Admin/Language/es/Podcast.php @@ -111,9 +111,9 @@ return [ 'premium_by_default' => 'Los episodios deben establecerse como premium por defecto', 'premium_by_default_hint' => 'Los episodios Podcast se marcarán como premium de forma predeterminada. Todavía puedes elegir establecer algunos episodios, trailers o bonificaciones como públicos.', 'op3' => 'Open Podcast Prefix Project (OP3)', - 'op3_hint' => 'Value your analytics data with OP3, an open-source and trusted third party analytics service. Share, validate and compare your analytics data with the open podcasting ecosystem.', - 'op3_enable' => 'Enable OP3 analytics service', - 'op3_enable_hint' => 'For security reasons, premium episodes\' analytics data will not be shared with OP3.', + 'op3_hint' => 'Analiza tus datos de estadísticas con OP3, un servicio de analíticas fiable y de código abierto. Comparte, valida y compara tus estadísticas con el ecosistema de podcasting abierto.', + 'op3_enable' => 'Activa el servicio de estadísticas OP3', + 'op3_enable_hint' => 'Por motivos de seguridad, las estadísticas de los episodios premium no serán compartidas con OP3.', 'payment_pointer' => 'Puntero de pago para Monetización web', 'payment_pointer_hint' => 'Aquí es donde usted recibirá dinero gracias a la Monetización Web',