scwrypts v3 refactor
This commit is contained in:
11
config/scwrypts/environments/dotwryn/local
Normal file
11
config/scwrypts/environments/dotwryn/local
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'dotwryn') ################
|
||||
#####################################################################
|
||||
|
||||
# directory containing sound effects
|
||||
export DESKTOP__SFX_PATH="$HOME/Media/sfx"
|
||||
export DESKTOP__WALLPAPER_PATH="$HOME/Pictures/bg"
|
||||
|
||||
# home server data
|
||||
export WRYN__SERVER_HOSTNAMES=
|
11
config/scwrypts/environments/dotwryn/local.altaria
Normal file
11
config/scwrypts/environments/dotwryn/local.altaria
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'dotwryn') ################
|
||||
#####################################################################
|
||||
|
||||
# directory containing sound effects
|
||||
export DESKTOP__SFX_PATH="$HOME/Media/sfx" # from local
|
||||
export DESKTOP__WALLPAPER_PATH="$HOME/Pictures/bg" # from local
|
||||
|
||||
# home server data
|
||||
export WRYN__SERVER_HOSTNAMES=
|
11
config/scwrypts/environments/dotwryn/local.blaziken
Normal file
11
config/scwrypts/environments/dotwryn/local.blaziken
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'dotwryn') ################
|
||||
#####################################################################
|
||||
|
||||
# directory containing sound effects
|
||||
export DESKTOP__SFX_PATH="$HOME/Media/sfx" # from local
|
||||
export DESKTOP__WALLPAPER_PATH="$HOME/Pictures/bg" # from local
|
||||
|
||||
# home server data
|
||||
export WRYN__SERVER_HOSTNAMES=
|
11
config/scwrypts/environments/dotwryn/local.butterfree
Normal file
11
config/scwrypts/environments/dotwryn/local.butterfree
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'dotwryn') ################
|
||||
#####################################################################
|
||||
|
||||
# directory containing sound effects
|
||||
export DESKTOP__SFX_PATH="$HOME/Media/sfx" # from local
|
||||
export DESKTOP__WALLPAPER_PATH="$HOME/Pictures/bg" # from local
|
||||
|
||||
# home server data
|
||||
export WRYN__SERVER_HOSTNAMES=
|
11
config/scwrypts/environments/dotwryn/local.gardevoir
Normal file
11
config/scwrypts/environments/dotwryn/local.gardevoir
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'dotwryn') ################
|
||||
#####################################################################
|
||||
|
||||
# directory containing sound effects
|
||||
export DESKTOP__SFX_PATH="$HOME/Media/sfx" # from local
|
||||
export DESKTOP__WALLPAPER_PATH="$HOME/Pictures/bg" # from local
|
||||
|
||||
# home server data
|
||||
export WRYN__SERVER_HOSTNAMES=
|
11
config/scwrypts/environments/dotwryn/local.umbreon
Normal file
11
config/scwrypts/environments/dotwryn/local.umbreon
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'dotwryn') ################
|
||||
#####################################################################
|
||||
|
||||
# directory containing sound effects
|
||||
export DESKTOP__SFX_PATH="$HOME/Media/sfx" # from local
|
||||
export DESKTOP__WALLPAPER_PATH="$HOME/Pictures/bg" # from local
|
||||
|
||||
# home server data
|
||||
export WRYN__SERVER_HOSTNAMES=
|
50
config/scwrypts/environments/scwrypts/local
Normal file
50
config/scwrypts/environments/scwrypts/local
Normal file
@ -0,0 +1,50 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'scwrypts') ###############
|
||||
#####################################################################
|
||||
|
||||
# standard AWS environment variables used by awscli and other tools
|
||||
export AWS_ACCOUNT=088935110352
|
||||
export AWS_PROFILE=yage
|
||||
export AWS_REGION=us-east-2
|
||||
|
||||
# fully-qualified path to mount the EFS drive
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
export DIRECTUS__BASE_URL=https://heretic.directus.app
|
||||
|
||||
# details for discord bot
|
||||
export DISCORD__BOT_TOKEN=
|
||||
export DISCORD__CONTENT_FOOTER=
|
||||
export DISCORD__CONTENT_HEADER='<@380809228450922507> '
|
||||
export DISCORD__DEFAULT_AVATAR_URL=
|
||||
export DISCORD__DEFAULT_CHANNEL_ID=
|
||||
export DISCORD__DEFAULT_USERNAME=
|
||||
export DISCORD__DEFAULT_WEBHOOK=
|
||||
|
||||
# custom i3 configuration settings
|
||||
export I3__BORDER_PIXEL_SIZE=
|
||||
export I3__DMENU_FONT_SIZE=
|
||||
export I3__GLOBAL_FONT_SIZE=
|
||||
export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf
|
||||
|
||||
# linear.app project management configuration
|
||||
export LINEAR__API_TOKEN=
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export MEDIA_SYNC__S3_BUCKET=yage
|
||||
export MEDIA_SYNC__TARGETS=
|
||||
|
||||
# redis connection credentials
|
||||
export REDIS_AUTH=
|
||||
export REDIS_HOST=
|
||||
export REDIS_PORT=
|
||||
|
||||
# twilio account / credentials
|
||||
export TWILIO__ACCOUNT_SID=ACac926b109b3cd8a78685a2a0994d0271
|
||||
export TWILIO__API_KEY=
|
||||
export TWILIO__API_SECRET=
|
||||
export TWILIO__DEFAULT_PHONE_FROM=
|
||||
export TWILIO__DEFAULT_PHONE_TO=
|
59
config/scwrypts/environments/scwrypts/local.altaria
Normal file
59
config/scwrypts/environments/scwrypts/local.altaria
Normal file
@ -0,0 +1,59 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'scwrypts') ###############
|
||||
#####################################################################
|
||||
|
||||
# standard AWS environment variables used by awscli and other tools
|
||||
export AWS_ACCOUNT=088935110352 # from local
|
||||
export AWS_PROFILE=yage # from local
|
||||
export AWS_REGION=us-east-2 # from local
|
||||
|
||||
# fully-qualified path to mount the EFS drive
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
export DIRECTUS__BASE_URL=https://heretic.directus.app # from local
|
||||
|
||||
# details for discord bot
|
||||
export DISCORD__BOT_TOKEN=
|
||||
export DISCORD__CONTENT_FOOTER=
|
||||
export DISCORD__CONTENT_HEADER='<@380809228450922507> ' # from local
|
||||
export DISCORD__DEFAULT_AVATAR_URL=
|
||||
export DISCORD__DEFAULT_CHANNEL_ID=
|
||||
export DISCORD__DEFAULT_USERNAME=
|
||||
export DISCORD__DEFAULT_WEBHOOK=
|
||||
|
||||
# custom i3 configuration settings
|
||||
export I3__BORDER_PIXEL_SIZE=
|
||||
export I3__DMENU_FONT_SIZE=
|
||||
export I3__GLOBAL_FONT_SIZE=
|
||||
export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # from local
|
||||
|
||||
# linear.app project management configuration
|
||||
export LINEAR__API_TOKEN=
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
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
|
||||
)
|
||||
|
||||
# redis connection credentials
|
||||
export REDIS_AUTH=
|
||||
export REDIS_HOST=
|
||||
export REDIS_PORT=
|
||||
|
||||
# twilio account / credentials
|
||||
export TWILIO__ACCOUNT_SID=ACac926b109b3cd8a78685a2a0994d0271 # from local
|
||||
export TWILIO__API_KEY=
|
||||
export TWILIO__API_SECRET=
|
||||
export TWILIO__DEFAULT_PHONE_FROM=
|
||||
export TWILIO__DEFAULT_PHONE_TO=
|
56
config/scwrypts/environments/scwrypts/local.blaziken
Normal file
56
config/scwrypts/environments/scwrypts/local.blaziken
Normal file
@ -0,0 +1,56 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'scwrypts') ###############
|
||||
#####################################################################
|
||||
|
||||
# standard AWS environment variables used by awscli and other tools
|
||||
export AWS_ACCOUNT=088935110352 # from local
|
||||
export AWS_PROFILE=yage # from local
|
||||
export AWS_REGION=us-east-2 # from local
|
||||
|
||||
# fully-qualified path to mount the EFS drive
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
export DIRECTUS__BASE_URL=https://heretic.directus.app # from local
|
||||
|
||||
# details for discord bot
|
||||
export DISCORD__BOT_TOKEN=
|
||||
export DISCORD__CONTENT_FOOTER=
|
||||
export DISCORD__CONTENT_HEADER='<@380809228450922507> ' # from local
|
||||
export DISCORD__DEFAULT_AVATAR_URL=
|
||||
export DISCORD__DEFAULT_CHANNEL_ID=
|
||||
export DISCORD__DEFAULT_USERNAME=
|
||||
export DISCORD__DEFAULT_WEBHOOK=
|
||||
|
||||
# custom i3 configuration settings
|
||||
export I3__BORDER_PIXEL_SIZE=
|
||||
export I3__DMENU_FONT_SIZE=
|
||||
export I3__GLOBAL_FONT_SIZE=
|
||||
export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # from local
|
||||
|
||||
# linear.app project management configuration
|
||||
export LINEAR__API_TOKEN=
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
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
|
||||
)
|
||||
|
||||
# redis connection credentials
|
||||
export REDIS_AUTH=
|
||||
export REDIS_HOST=
|
||||
export REDIS_PORT=
|
||||
|
||||
# twilio account / credentials
|
||||
export TWILIO__ACCOUNT_SID=ACac926b109b3cd8a78685a2a0994d0271 # from local
|
||||
export TWILIO__API_KEY=
|
||||
export TWILIO__API_SECRET=
|
||||
export TWILIO__DEFAULT_PHONE_FROM=
|
||||
export TWILIO__DEFAULT_PHONE_TO=
|
57
config/scwrypts/environments/scwrypts/local.butterfree
Normal file
57
config/scwrypts/environments/scwrypts/local.butterfree
Normal file
@ -0,0 +1,57 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'scwrypts') ###############
|
||||
#####################################################################
|
||||
|
||||
# standard AWS environment variables used by awscli and other tools
|
||||
export AWS_ACCOUNT=088935110352 # from local
|
||||
export AWS_PROFILE=yage # from local
|
||||
export AWS_REGION=us-east-2 # from local
|
||||
|
||||
# fully-qualified path to mount the EFS drive
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
export DIRECTUS__BASE_URL=https://heretic.directus.app # from local
|
||||
|
||||
# details for discord bot
|
||||
export DISCORD__BOT_TOKEN=
|
||||
export DISCORD__CONTENT_FOOTER=
|
||||
export DISCORD__CONTENT_HEADER='<@380809228450922507> ' # from local
|
||||
export DISCORD__DEFAULT_AVATAR_URL=
|
||||
export DISCORD__DEFAULT_CHANNEL_ID=
|
||||
export DISCORD__DEFAULT_USERNAME=
|
||||
export DISCORD__DEFAULT_WEBHOOK=
|
||||
|
||||
# custom i3 configuration settings
|
||||
export I3__BORDER_PIXEL_SIZE=1
|
||||
export I3__DMENU_FONT_SIZE=20
|
||||
export I3__GLOBAL_FONT_SIZE=7
|
||||
export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # from local
|
||||
|
||||
# linear.app project management configuration
|
||||
export LINEAR__API_TOKEN=
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
.local/share/dolphin-emu
|
||||
Games/roms
|
||||
Games/wrynscape
|
||||
Documents
|
||||
Media
|
||||
Pictures
|
||||
)
|
||||
|
||||
# redis connection credentials
|
||||
export REDIS_AUTH=
|
||||
export REDIS_HOST=
|
||||
export REDIS_PORT=
|
||||
|
||||
# twilio account / credentials
|
||||
export TWILIO__ACCOUNT_SID=ACac926b109b3cd8a78685a2a0994d0271 # from local
|
||||
export TWILIO__API_KEY=
|
||||
export TWILIO__API_SECRET=
|
||||
export TWILIO__DEFAULT_PHONE_FROM=
|
||||
export TWILIO__DEFAULT_PHONE_TO=
|
54
config/scwrypts/environments/scwrypts/local.gardevoir
Normal file
54
config/scwrypts/environments/scwrypts/local.gardevoir
Normal file
@ -0,0 +1,54 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'scwrypts') ###############
|
||||
#####################################################################
|
||||
|
||||
# standard AWS environment variables used by awscli and other tools
|
||||
export AWS_ACCOUNT=088935110352 # from local
|
||||
export AWS_PROFILE=yage # from local
|
||||
export AWS_REGION=us-east-2 # from local
|
||||
|
||||
# fully-qualified path to mount the EFS drive
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
export DIRECTUS__BASE_URL=https://heretic.directus.app # from local
|
||||
|
||||
# details for discord bot
|
||||
export DISCORD__BOT_TOKEN=
|
||||
export DISCORD__CONTENT_FOOTER=
|
||||
export DISCORD__CONTENT_HEADER='<@380809228450922507> ' # from local
|
||||
export DISCORD__DEFAULT_AVATAR_URL=
|
||||
export DISCORD__DEFAULT_CHANNEL_ID=
|
||||
export DISCORD__DEFAULT_USERNAME=
|
||||
export DISCORD__DEFAULT_WEBHOOK=
|
||||
|
||||
# custom i3 configuration settings
|
||||
export I3__BORDER_PIXEL_SIZE=
|
||||
export I3__DMENU_FONT_SIZE=
|
||||
export I3__GLOBAL_FONT_SIZE=
|
||||
export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # from local
|
||||
|
||||
# linear.app project management configuration
|
||||
export LINEAR__API_TOKEN=
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
Documents
|
||||
Media
|
||||
Pictures
|
||||
)
|
||||
|
||||
# redis connection credentials
|
||||
export REDIS_AUTH=
|
||||
export REDIS_HOST=
|
||||
export REDIS_PORT=
|
||||
|
||||
# twilio account / credentials
|
||||
export TWILIO__ACCOUNT_SID=ACac926b109b3cd8a78685a2a0994d0271 # from local
|
||||
export TWILIO__API_KEY=
|
||||
export TWILIO__API_SECRET=
|
||||
export TWILIO__DEFAULT_PHONE_FROM=
|
||||
export TWILIO__DEFAULT_PHONE_TO=
|
55
config/scwrypts/environments/scwrypts/local.umbreon
Normal file
55
config/scwrypts/environments/scwrypts/local.umbreon
Normal file
@ -0,0 +1,55 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'scwrypts') ###############
|
||||
#####################################################################
|
||||
|
||||
# standard AWS environment variables used by awscli and other tools
|
||||
export AWS_ACCOUNT=088935110352 # from local
|
||||
export AWS_PROFILE=yage # from local
|
||||
export AWS_REGION=us-east-2 # from local
|
||||
|
||||
# fully-qualified path to mount the EFS drive
|
||||
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # from local
|
||||
|
||||
# details for a directus instance
|
||||
export DIRECTUS__API_TOKEN=
|
||||
export DIRECTUS__BASE_URL=https://heretic.directus.app # from local
|
||||
|
||||
# details for discord bot
|
||||
export DISCORD__BOT_TOKEN=
|
||||
export DISCORD__CONTENT_FOOTER=
|
||||
export DISCORD__CONTENT_HEADER='<@380809228450922507> ' # from local
|
||||
export DISCORD__DEFAULT_AVATAR_URL=https://heretic.directus.app/assets/9c975a20-d6f3-47f5-8f77-74014f5d0024
|
||||
export DISCORD__DEFAULT_CHANNEL_ID=
|
||||
export DISCORD__DEFAULT_USERNAME=umbreon
|
||||
export DISCORD__DEFAULT_WEBHOOK=
|
||||
|
||||
# custom i3 configuration settings
|
||||
export I3__BORDER_PIXEL_SIZE=3
|
||||
export I3__DMENU_FONT_SIZE=18
|
||||
export I3__GLOBAL_FONT_SIZE=16
|
||||
export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # from local
|
||||
|
||||
# linear.app project management configuration
|
||||
export LINEAR__API_TOKEN=
|
||||
|
||||
# s3 bucket name and filesystem targets for media backups
|
||||
export MEDIA_SYNC__S3_BUCKET=yage # from local
|
||||
export MEDIA_SYNC__TARGETS=(
|
||||
.porn
|
||||
Documents
|
||||
Media
|
||||
Pictures
|
||||
)
|
||||
|
||||
# redis connection credentials
|
||||
export REDIS_AUTH=
|
||||
export REDIS_HOST=
|
||||
export REDIS_PORT=
|
||||
|
||||
# twilio account / credentials
|
||||
export TWILIO__ACCOUNT_SID=ACac926b109b3cd8a78685a2a0994d0271 # from local
|
||||
export TWILIO__API_KEY=
|
||||
export TWILIO__API_SECRET=
|
||||
export TWILIO__DEFAULT_PHONE_FROM=
|
||||
export TWILIO__DEFAULT_PHONE_TO=
|
Reference in New Issue
Block a user