This repository contains the Inception project, which requires specific environment variables and secrets to function correctly. Below are the instructions for setting up the necessary environment variables and secrets.
Create a .env
file in the srcs
directory of the project with the following environment variables:
DB_USER=your_database_user
DB_NAME=your_database_name
WP_ADMIN=your_wordpress_admin_user
WP_MAIL=your_wordpress_admin_email
WP_USER=your_wordpress_user
WP_USER_MAIL=your_wordpress_user_email
FTP_USER=your_ftp_user
The secrets/ directory contains sensitive information required for various services. Ensure that the following files are present with the appropriate secrets:
secrets/
βββ borg
β βββ passphrase.txt # Borg backup passphrase
βββ db
β βββ root_pass.txt # Database root password
β βββ user_pass.txt # Database user password
βββ ftp
β βββ pass.txt # FTP password
βββ wp
βββ admin_pass.txt # WordPress admin password
βββ user_pass.txt # WordPress user password