mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Move S3 Guide
This commit is contained in:
parent
7adc1a259f
commit
02b1826826
@ -161,7 +161,8 @@ module.exports = {
|
||||
children: [
|
||||
'/getting_started',
|
||||
'/webserver_configuration',
|
||||
'/upgrading'
|
||||
'/upgrading',
|
||||
'/additional_configuration'
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -218,7 +219,6 @@ module.exports = {
|
||||
children: [
|
||||
'/guides/disabling-reCAPTCHA.md',
|
||||
'/guides/mounts.md',
|
||||
'/guides/s3-backups.md'
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@ -1,4 +1,10 @@
|
||||
# Using S3 Backups
|
||||
# Additional Configuration
|
||||
|
||||
[[toc]]
|
||||
|
||||
## Backup Configuration
|
||||
|
||||
### Using S3 Backups
|
||||
|
||||
<!--Might need to expand a bit more on here-->
|
||||
To use S3 backups you may use the following `.env` variables
|
||||
@ -20,4 +26,3 @@ AWS_ENDPOINT=
|
||||
AWS_USE_PATH_STYLE_ENDPOINT=false
|
||||
AWS_BACKUPS_USE_ACCELERATE=false
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user