{"id":18557791,"url":"https://github.com/europ/yum-server","last_synced_at":"2026-05-08T15:18:23.396Z","repository":{"id":68438891,"uuid":"300342511","full_name":"europ/yum-server","owner":"europ","description":"containerized yum repository hosting","archived":false,"fork":false,"pushed_at":"2021-03-26T07:56:07.000Z","size":750,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T14:11:50.792Z","etag":null,"topics":["docker","docker-compose","hosting","nginx","repo","repository","yum"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/europ.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":"2020-10-01T16:13:49.000Z","updated_at":"2021-03-26T07:56:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb4cbeff-6e33-4d05-9360-b03872f22bce","html_url":"https://github.com/europ/yum-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/europ/yum-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Fyum-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Fyum-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Fyum-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Fyum-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/europ","download_url":"https://codeload.github.com/europ/yum-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Fyum-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270011173,"owners_count":24511896,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","docker-compose","hosting","nginx","repo","repository","yum"],"created_at":"2024-11-06T21:38:00.442Z","updated_at":"2026-05-08T15:18:18.364Z","avatar_url":"https://github.com/europ.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yum Repository Server\n\nYum repository server accessible through a reverse proxy provided by nginx.\n\n## Schema\n\n![schema.png](.other/schema.png)\n\n## Setup\n\n#### Prerequisites\n\nInstructions how to host this multicontainer application on a server with a specific domain name including SSL certificates.\n\n#### Prerequisities\n\n* domain name\n* SSL certificate\n* [docker-compose](https://docs.docker.com/compose)\n    * [docker](https://docs.docker.com/engine)\n\n#### Instructions\n\n1. add your desired packages (RPM files) to `yum/packages/`\n1. add your SSL certificate files to `nginx/certs/`\n    * add your CRT file as `repository.crt`(`nginx/certs/repository.crt`)\n    * add your KEY file as `repository.key`(`nginx/certs/repository.key`)\n1. build the application via `docker-compose build`\n1. start the application via `docker-compose up -d`\n\n## Customization\n\n#### Repository\n\nEdit the `yum/repository.repo` file to change the name and ID of the repository to yours.\n\n#### Enable HTTP\n\nNote that using HTTP is **not** secure!\n\nTo enable HTTP change the HTTP part in `nginx/conf.d/repository.conf` file to:\n\n```\n# HTTP\nserver {\n    listen 80;\n    listen [::]:80;\n\n    # this is the internal Docker DNS, cache only for 30s\n    resolver 127.0.0.11 valid=30s;\n\n    location / {\n        set $upstream http://yum:80;\n        proxy_pass $upstream;\n        proxy_set_header Host $host;\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feurop%2Fyum-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feurop%2Fyum-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feurop%2Fyum-server/lists"}