x-ui-yg 的 Docker 构建版本
Stars
13
Forks
7
Watchers
13
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Refactor logging mechanism in entrypoint script to utilize journalctl for log management, enhancing log handling and removing legacy log rotation logic. Update Dockerfile to include journalctl script and adjust permissions accordingly. Remove unused image reference in docker-compose.yml.
89d7b84View on GitHubUpdate docker-compose.yml and README.md to include SSL certificate directory mapping instructions for improved clarity on volume configuration.
e94085fView on GitHubUpdate README.md to clarify Docker image repository details and enhance instructions for environment variable settings during container initialization.
0594f1cView on GitHubFix README.md to correct Docker image repository name from 'ShaoGme' to 'shaogme' for consistency in usage.
f7a43edView on GitHubUpdate publish.yml to streamline Docker Hub login process and upgrade Docker build-push action to version 6, enhancing CI workflow efficiency.
4d71f82View on GitHubRefactor publish.yml to replace DOCKER_USERNAME with DOCKERHUB_USERNAME, updating Docker Hub login and image tagging logic accordingly.
179d59cView on GitHubUpdate publish.yml to utilize environment variable for Docker username, enhancing conditional logic for Docker Hub login and image tagging.
f2daa5aView on GitHubUpdate README.md to reflect new Docker image repository and enhance Docker Compose instructions. Modify publish.yml to improve Docker Hub login step with conditional execution based on secrets.
87aa5f6View on GitHubMerge branch 'main' of https://github.com/ShaoG-R/x-ui-yg-docker
b1d8cdcView on GitHubEnhance Docker configuration and entrypoint script: add XUI_PATH environment variable, implement random port generation within a specified range, and adjust random path length for improved initialization. Update README to reflect new environment variable usage and initialization behavior.
4d57287View on GitHubUpdate Dockerfile and entrypoint script: add bash to dependencies and change entrypoint to use bash for improved script compatibility.
24a0f39View on GitHubRefactor entrypoint script for x-ui-yg: streamline binary handling, ensure persistent database linkage, and improve initialization process. Updated logging for better clarity during container startup.
f8b117dView on GitHub