7 Commits

Author SHA1 Message Date
d570807c02 Исправление ошибки 500 при сохранении исключенных контейнеров
- Исправлен путь к файлу excluded_containers.json в функциях load_excluded_containers и save_excluded_containers
- Добавлено создание директории при необходимости
- Улучшено логирование операций с файлом
- Протестирована функциональность API endpoints
- Обновлен список исключенных контейнеров

Автор: Сергей Антропов
Сайт: https://devops.org.ru
2025-09-01 18:18:09 +03:00
Сергей Антропов
ab4c2924c3 chore: update default values and comment out optional variables
- Comment out COMPOSE_PROJECT_NAME and LOGBOARD_PROJECTS in env.example
- Update DEFAULT_PROJECT default value to empty string in config.py
2025-08-20 18:27:31 +03:00
Сергей Антропов
aa9f5d7fdb fix: correct template paths in config.py
- Fix Jinja2Templates directory path to use absolute path /app/templates
- Fix INDEX_HTML path to use absolute path /app/templates/index.html
- Ensure templates are found correctly in Docker container
2025-08-20 18:19:25 +03:00
Сергей Антропов
9d4add2a7d fix: resolve static files and import issues
- Fix static files not loading due to volume mount conflict
- Remove problematic volume mount from docker-compose.yml
- Add __init__.py files to make Python packages
- Fix all import statements to use relative imports
- Update start.sh to use correct module name
- Update config.py with correct default paths and values
- Ensure all environment variables are properly loaded from .env file
2025-08-20 18:14:35 +03:00
Сергей Антропов
9ecfb9f360 refactor: migrate environment variables to .env file and update config.py
- Replace environment section in docker-compose.yml with env_file directive
- Add all missing environment variables to config.py
- Update env.example with proper variable definitions
- Create .env file from env.example
- Ensure all variables are properly loaded from .env file
2025-08-20 17:52:50 +03:00
Сергей Антропов
a49714ab14 feat: replace all print statements with proper logging system 2025-08-20 17:19:49 +03:00
Сергей Антропов
40f614304b refactor: extract all routes to app/api/v1/endpoints/ with proper structure 2025-08-20 16:48:06 +03:00