feat: add parser source dashboard and scheduling
Some checks failed
CI/CD Pipeline / Run Tests (pull_request) Successful in 1m13s
CI/CD Pipeline / Code Quality Checks (pull_request) Successful in 1m18s
CI/CD Pipeline / Build Docker Images (pull_request) Failing after 2m46s
CI/CD Pipeline / Push to Gitea Registry (pull_request) Has been skipped

This commit is contained in:
2026-04-27 23:36:28 +02:00
parent 199d871923
commit 14196a7549
96 changed files with 15014 additions and 309 deletions

View File

@@ -6,6 +6,8 @@ After=network.target
Type=notify
User=www-data
Group=www-data
EnvironmentFile=/var/www/project/.env
Environment=DJANGO_SETTINGS_MODULE=config.settings.production
RuntimeDirectory=gunicorn
WorkingDirectory=/var/www/project/src
ExecStart=/var/www/project/venv/bin/gunicorn config.wsgi:application \
@@ -24,4 +26,4 @@ TimeoutStopSec=5
PrivateTmp=true
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target