mirror of
https://github.com/HanaokaYuzu/Gemini-API.git
synced 2026-04-12 20:31:03 -06:00
[PR #185] [CLOSED] Feature/docker integration #209
Labels
No labels
advanced
advanced
bug
dependencies
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
model
pull-request
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mirrors/Gemini-API#209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/HanaokaYuzu/Gemini-API/pull/185
Author: @Jedesser
Created: 12/3/2025
Status: ❌ Closed
Base:
master← Head:feature/docker-integration📝 Commits (10+)
4e4b6d5feat: add Docker integration with CLI and API modese6e3627docs: add practical setup guide for Dockployd7109b0fix: allow requirements.txt in Docker build context95be1e0fix: resolve setuptools-scm version detection in Docker4614a36fix: ensure all gemini_webapi submodules are installed2272c4ffix: completely rebuild Dockerfile to fix module imports4b58e24fix: set cookies directory permissions to 777 for volume mounting422d5cbfeat: add request logging middleware and 404 troubleshooting guide0e070adfix: add detailed client state logging for 503 debugging6d669ecfix: use app.state instead of global variable for gemini_client📊 Changes
13 files changed (+2702 additions, -21 deletions)
View changed files
➕
.dockerignore(+60 -0)➕
.env.example(+54 -0)➕
.gitignore.docker(+6 -0)➕
Dockerfile(+59 -0)➕
FUNCTIONALITY_RU.md(+952 -0)➕
README_DOCKER.md(+376 -0)➕
SETUP_GUIDE.md(+334 -0)➕
TROUBLESHOOTING_404.md(+209 -0)➕
app.py(+513 -0)➕
docker-compose.yml(+46 -0)➕
requirements.txt(+17 -0)📝
src/gemini_webapi/client.py(+45 -21)📝
src/gemini_webapi/constants.py(+31 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.