{"id":20806956,"url":"https://github.com/bddjr/eureka-cc-mirror","last_synced_at":"2025-08-24T00:07:28.955Z","repository":{"id":210557768,"uuid":"726861491","full_name":"bddjr/eureka-cc-mirror","owner":"bddjr","description":"eureka加载器镜像站配置文件源码","archived":false,"fork":false,"pushed_at":"2024-12-22T08:58:43.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T13:38:48.054Z","etag":null,"topics":["chibi","eureka","mirror","nginx","proxy","proxy-server"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bddjr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-03T16:09:39.000Z","updated_at":"2024-12-22T08:58:46.000Z","dependencies_parsed_at":"2023-12-03T17:24:29.476Z","dependency_job_id":"42277558-617f-4e39-b584-660499f4350f","html_url":"https://github.com/bddjr/eureka-cc-mirror","commit_stats":null,"previous_names":["bddjr/eureka-cc-mirror"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bddjr%2Feureka-cc-mirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bddjr%2Feureka-cc-mirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bddjr%2Feureka-cc-mirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bddjr%2Feureka-cc-mirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bddjr","download_url":"https://codeload.github.com/bddjr/eureka-cc-mirror/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243152875,"owners_count":20244657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chibi","eureka","mirror","nginx","proxy","proxy-server"],"created_at":"2024-11-17T19:29:13.952Z","updated_at":"2025-03-12T03:43:52.837Z","avatar_url":"https://github.com/bddjr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# eureka-cc-mirror\n\n***\nnginx proxy config\n```nginx\nlocation ^~ / {\n    proxy_pass https://eureka.codingclip.cc; \n    if ( $uri = \"/robots.txt\" ) {\n        return 200 \"User-agent: *\\nDisallow: /\";\n    }\n    rewrite ^(.*)/index\\.html$ $1/ redirect;\n    proxy_set_header Host eureka.codingclip.cc; \n    proxy_set_header X-Real-IP $remote_addr; \n    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; \n    proxy_set_header REMOTE-HOST $remote_addr; \n    proxy_set_header Upgrade $http_upgrade; \n    proxy_set_header Connection \"upgrade\"; \n    proxy_set_header X-Forwarded-Proto $scheme; \n    proxy_http_version 1.1; \n    add_header X-Cache $upstream_cache_status; \n    proxy_ignore_headers Set-Cookie expires; \n    proxy_cache proxy_cache_panel; \n    proxy_cache_key $host$uri$is_args$args; \n    proxy_cache_valid 200 304 301 302 10m; \n    proxy_ssl_server_name on;\n    proxy_cache_revalidate on;\n    proxy_next_upstream error timeout http_502 http_500 http_429 non_idempotent invalid_header ;\n    proxy_next_upstream_tries 3;\n    proxy_request_buffering on;\n    client_body_buffer_size 1M;\n    client_body_in_file_only off;\n    client_body_timeout 30s;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbddjr%2Feureka-cc-mirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbddjr%2Feureka-cc-mirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbddjr%2Feureka-cc-mirror/lists"}