config updates
This commit is contained in:
parent
066a9ae773
commit
313d28c7ae
4
config/scwrypts/env/local
vendored
4
config/scwrypts/env/local
vendored
@ -12,8 +12,8 @@ export AWS_REGION=us-east-2
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export AWS__S3__MEDIA_BUCKET=yage
|
||||
export AWS__S3__MEDIA_TARGETS=
|
||||
export MEDIA_SYNC__S3_BUCKET=yage
|
||||
export MEDIA_SYNC__TARGETS=
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
|
14
config/scwrypts/env/local.altaria
vendored
14
config/scwrypts/env/local.altaria
vendored
@ -12,8 +12,18 @@ export AWS_REGION=us-east-2 # from local
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export AWS__S3__MEDIA_BUCKET=yage # from local
|
||||
export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,.porn,Games/roms,Games/wrynscape,Documents,Media,Pictures,Archives/recordings'
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
.local/share/dolphin-emu
|
||||
.porn
|
||||
Games/roms
|
||||
Games/wrynscape
|
||||
Documents
|
||||
Media
|
||||
Pictures
|
||||
Archives/recordings
|
||||
)
|
||||
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
|
11
config/scwrypts/env/local.blaziken
vendored
11
config/scwrypts/env/local.blaziken
vendored
@ -12,8 +12,15 @@ export AWS_REGION=us-east-2 # from local
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export AWS__S3__MEDIA_BUCKET=yage # from local
|
||||
export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,Games/roms/gameboy-advance,Games/roms/gameboy-color,Media,Pictures'
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
.local/share/dolphin-emu
|
||||
Games/roms/gameboy-advance
|
||||
Games/roms/gameboy-color
|
||||
Media
|
||||
Pictures
|
||||
)
|
||||
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
|
12
config/scwrypts/env/local.butterfree
vendored
12
config/scwrypts/env/local.butterfree
vendored
@ -12,8 +12,16 @@ export AWS_REGION=us-east-2 # from local
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export AWS__S3__MEDIA_BUCKET=yage # from local
|
||||
export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,Games/roms,Games/wrynscape,Documents,Media,Pictures'
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
.local/share/dolphin-emu
|
||||
Games/roms
|
||||
Games/wrynscape
|
||||
Documents
|
||||
Media
|
||||
Pictures
|
||||
)
|
||||
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
|
9
config/scwrypts/env/local.gardevoir
vendored
9
config/scwrypts/env/local.gardevoir
vendored
@ -12,8 +12,13 @@ export AWS_REGION=us-east-2 # from local
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export AWS__S3__MEDIA_BUCKET=yage # from local
|
||||
export AWS__S3__MEDIA_TARGETS='Documents,Media,Pictures'
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
Documents
|
||||
Media
|
||||
Pictures
|
||||
)
|
||||
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
|
10
config/scwrypts/env/local.umbreon
vendored
10
config/scwrypts/env/local.umbreon
vendored
@ -12,8 +12,14 @@ export AWS_REGION=us-east-2 # from local
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export AWS__S3__MEDIA_BUCKET=yage # from local
|
||||
export AWS__S3__MEDIA_TARGETS='.porn,Documents,Media,Pictures'
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
.porn
|
||||
Documents
|
||||
Media
|
||||
Pictures
|
||||
)
|
||||
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
|
Loading…
Reference in New Issue
Block a user