update documentations, remove bonfire

This commit is contained in:
Ruben 2025-08-05 00:42:35 -05:00
commit e50dbd6fed
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
4 changed files with 7 additions and 28 deletions

View file

@ -35,7 +35,7 @@ fi
# check that all required utils are installed
function check_applications {
local all_required_applications=("bash" "wget" "tar" "unzip" "zstd" "backblaze-b2")
local all_required_applications=("bash" "wget" "tar" "unzip" "zstd" "backblaze-b2" "jq")
for application in "${all_required_applications[@]}"; do
if [ ! -x "$(command -v $application)" ]; then
@ -366,16 +366,6 @@ function system_backup {
cp $backup_local_folder/mastodon/compose.yaml $backup_working_directory/mastodon
cp $backup_local_folder/mastodon/.env $backup_working_directory/mastodon
# =============================================================================
# bonfire social
echo "${blue}Pulling in Bonfire...${normal}"
mkdir -p $backup_working_directory/bonfire
# database
postgres_backup postgres-db-1 bonfire bonfire $backup_working_directory
# configs, extra
cp $backup_local_folder/bonfire/compose.yaml $backup_working_directory/bonfire
cp $backup_local_folder/bonfire/.env $backup_working_directory/bonfire
cp $backup_local_folder/bonfire/.env.secrets $backup_working_directory/bonfire
# =============================================================================
# pds
echo "${blue}Pulling in PDS...${normal}"
mkdir -p $backup_working_directory/pds