feat(easel): implement multiple weather providers

This commit is contained in:
2026-06-23 16:22:17 +03:00
parent 3096f97aa7
commit d9129a4947
10 changed files with 321 additions and 19 deletions

7
.env-base Normal file
View File

@@ -0,0 +1,7 @@
DOCKER_REPO=git.shmyga.ru
DOCKER_GROUP=infernalgames
DOCKER_ROOT="$DOCKER_REPO/$DOCKER_GROUP"
VERSION=$(grep -m 1 'version' ./pyproject.toml | grep -oP 'version\s*=\s*"\K[^"]+')
DOCKER_PROJECTS=("gallery")
OPENWEATHER_KEY="<EMPTY>"