chore: replace helper-scripts.com with community-scripts.com (#13244)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-24 20:50:40 +01:00
committed by GitHub
parent e731ddf61d
commit caf03fe274
36 changed files with 47 additions and 47 deletions

View File

@@ -33,7 +33,7 @@ $STD yarn config set ignore-engines true
$STD yarn install
$STD yarn run production
$STD php artisan key:generate
$STD php artisan setup:production --email=admin@helper-scripts.com --password=helper-scripts.com --force
$STD php artisan setup:production --email=admin@community-scripts.com --password=community-scripts.com --force
chown -R www-data:www-data /opt/monica
chmod -R 775 /opt/monica/storage
echo "* * * * * root php /opt/monica/artisan schedule:run >> /dev/null 2>&1" >>/etc/crontab