File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ source /opt/homarr/.env
4848set +a
4949export DB_DIALECT='sqlite'
5050export AUTH_SECRET=$(openssl rand -base64 32)
51+ export CRON_JOB_API_KEY=$(openssl rand -base64 32)
5152node /opt/homarr_db/migrations/$DB_DIALECT/migrate.cjs /opt/homarr_db/migrations/$DB_DIALECT
5253for dir in $(find /opt/homarr_db/migrations/migrations -mindepth 1 -maxdepth 1 -type d); do
5354 dirname=$(basename "$dir")
@@ -114,6 +115,7 @@ source /opt/homarr/.env
114115set +a
115116export DB_DIALECT='sqlite'
116117export AUTH_SECRET=$(openssl rand -base64 32)
118+ export CRON_JOB_API_KEY=$(openssl rand -base64 32)
117119node /opt/homarr_db/migrations/$DB_DIALECT/migrate.cjs /opt/homarr_db/migrations/$DB_DIALECT
118120for dir in $(find /opt/homarr_db/migrations/migrations -mindepth 1 -maxdepth 1 -type d); do
119121 dirname=$(basename "$dir")
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ source /opt/homarr/.env
7676set +a
7777export DB_DIALECT='sqlite'
7878export AUTH_SECRET=$(openssl rand -base64 32)
79+ export CRON_JOB_API_KEY=$(openssl rand -base64 32)
7980node /opt/homarr_db/migrations/$DB_DIALECT/migrate.cjs /opt/homarr_db/migrations/$DB_DIALECT
8081for dir in $(find /opt/homarr_db/migrations/migrations -mindepth 1 -maxdepth 1 -type d); do
8182 dirname=$(basename "$dir")
You can’t perform that action at this time.
0 commit comments