mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-12 02:25:09 +00:00
New translations install.mdx (Greek)
[ci skip]
This commit is contained in:
parent
93c78c8e23
commit
1d051befd4
@ -7,16 +7,7 @@ import { Aside } from "@astrojs/starlight/components";
|
|||||||
Castopod was thought-out to be easy to install. Whether using dedicated or
|
Castopod was thought-out to be easy to install. Whether using dedicated or
|
||||||
shared hosting, you can install it on most PHP-MySQL compatible web servers.
|
shared hosting, you can install it on most PHP-MySQL compatible web servers.
|
||||||
|
|
||||||
<Aside>
|
## Requirements
|
||||||
|
|
||||||
We've released official Docker images for Castopod!
|
|
||||||
|
|
||||||
If you prefer using Docker, you may skip this and go straight to the
|
|
||||||
[docker documentation](./docker.md) for Castopod.
|
|
||||||
|
|
||||||
</Aside>
|
|
||||||
|
|
||||||
## Vereisten
|
|
||||||
|
|
||||||
- PHP v8.3 or higher
|
- PHP v8.3 or higher
|
||||||
- MySQL version 5.7 or higher or MariaDB version 10.2 or higher
|
- MySQL version 5.7 or higher or MariaDB version 10.2 or higher
|
||||||
@ -104,7 +95,7 @@ want to generate Video Clips. The following extensions must be installed:
|
|||||||
1. Run the Castopod install script by going to the install wizard page
|
1. Run the Castopod install script by going to the install wizard page
|
||||||
(`https://your_domain_name.com/cp-install`) in your favorite web browser.
|
(`https://your_domain_name.com/cp-install`) in your favorite web browser.
|
||||||
2. Follow the instructions on your screen.
|
2. Follow the instructions on your screen.
|
||||||
3. Begin met podcasting!
|
3. Start podcasting!
|
||||||
|
|
||||||
<Aside>
|
<Aside>
|
||||||
|
|
||||||
@ -117,6 +108,7 @@ based on the `.env.example` file.
|
|||||||
### Using CLI
|
### Using CLI
|
||||||
|
|
||||||
1. Create a `.env` file in the package root based on the `.env.example` file.
|
1. Create a `.env` file in the package root based on the `.env.example` file.
|
||||||
|
|
||||||
2. Initialize the database using:
|
2. Initialize the database using:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -148,19 +140,19 @@ email.SMTPUser="your_smtp_user"
|
|||||||
email.SMTPPass="your_smtp_password"
|
email.SMTPPass="your_smtp_password"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### E-mail configuratieopties
|
#### Email config options
|
||||||
|
|
||||||
| De naam van de variabele | Soort | Standaard |
|
| Variable name | Type | Default |
|
||||||
| ------------------------ | -------------------- | ------------------ |
|
| ---------------- | -------------------- | ------------ |
|
||||||
| **`fromEmail`** | string | `niet gedefineerd` |
|
| **`fromEmail`** | string | `undefined` |
|
||||||
| **`fromName`** | string | `"Castopod"` |
|
| **`fromName`** | string | `"Castopod"` |
|
||||||
| **`SMTPHost`** | tekenreeks | `niet gedefineerd` |
|
| **`SMTPHost`** | string | `undefined` |
|
||||||
| **`SMTPUser`** | tekenreeks | `niet gedefineerd` |
|
| **`SMTPUser`** | string | `undefined` |
|
||||||
| **`SMTPPass`** | tekenreeks | `niet gedefineerd` |
|
| **`SMTPPass`** | string | `undefined` |
|
||||||
| **`SMTPPort`** | nummer | `25` |
|
| **`SMTPPort`** | number | `25` |
|
||||||
| **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` |
|
| **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` |
|
||||||
|
|
||||||
### Mediaopslag
|
### Media storage
|
||||||
|
|
||||||
By default, files are saved to the `public/media` folder using the file system.
|
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
|
If you need to relocate the `media` folder to a different location, you can
|
||||||
@ -193,16 +185,16 @@ media.s3.region="your_s3_region"
|
|||||||
|
|
||||||
#### S3 config options
|
#### S3 config options
|
||||||
|
|
||||||
| Variable name | Type | Default |
|
| Variable name | Type | Default |
|
||||||
| ----------------------- | ---------- | ------------------ |
|
| ----------------------- | ------- | ----------- |
|
||||||
| **`endpoint`** | string | `undefined` |
|
| **`endpoint`** | string | `undefined` |
|
||||||
| **`key`** | string | `undefined` |
|
| **`key`** | string | `undefined` |
|
||||||
| **`secret`** | tekenreeks | `niet gedefineerd` |
|
| **`secret`** | string | `undefined` |
|
||||||
| **`region`** | tekenreeks | `niet gedefineerd` |
|
| **`region`** | string | `undefined` |
|
||||||
| **`bucket`** | tekenreeks | `castopod` |
|
| **`bucket`** | string | `castopod` |
|
||||||
| **`protocol`** | nummer | `niet gedefineerd` |
|
| **`protocol`** | number | `undefined` |
|
||||||
| **`pathStyleEndpoint`** | boolean | `onwaar` |
|
| **`pathStyleEndpoint`** | boolean | `false` |
|
||||||
| **`keyPrefix`** | tekenreeks | `niet gedefineerd` |
|
| **`keyPrefix`** | string | `undefined` |
|
||||||
|
|
||||||
## Community packages
|
## Community packages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user