{"id":16031796,"url":"https://github.com/realorangeone/docker-website-server","last_synced_at":"2026-03-09T05:32:35.626Z","repository":{"id":145272174,"uuid":"379726957","full_name":"RealOrangeOne/docker-website-server","owner":"RealOrangeOne","description":"Customizable and performant container for hosting websites - Powered by Nginx","archived":false,"fork":false,"pushed_at":"2025-10-20T14:08:49.000Z","size":31,"stargazers_count":5,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T16:13:41.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/theorangeone/website-server","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RealOrangeOne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"RealOrangeOne","ko_fi":"theorangeone","liberapay":"theorangeone","custom":["https://theorangeone.net/support/"]}},"created_at":"2021-06-23T20:54:55.000Z","updated_at":"2025-03-24T21:06:49.000Z","dependencies_parsed_at":"2024-12-06T01:28:31.559Z","dependency_job_id":"0b1f0a27-04b6-4d20-bb67-30112b76132a","html_url":"https://github.com/RealOrangeOne/docker-website-server","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.4,"last_synced_commit":"6e79d048d04906757ceebb0c3e80e4f15bfa89e1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RealOrangeOne/docker-website-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fdocker-website-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fdocker-website-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fdocker-website-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fdocker-website-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealOrangeOne","download_url":"https://codeload.github.com/RealOrangeOne/docker-website-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fdocker-website-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-08T21:05:45.949Z","updated_at":"2026-03-09T05:32:35.534Z","avatar_url":"https://github.com/RealOrangeOne.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/RealOrangeOne","https://ko-fi.com/theorangeone","https://liberapay.com/theorangeone","https://theorangeone.net/support/"],"categories":[],"sub_categories":[],"readme":"# Docker Website Server\n\n[![CI](https://github.com/RealOrangeOne/docker-website-server/actions/workflows/ci.yml/badge.svg)](https://github.com/RealOrangeOne/docker-website-server/actions/workflows/ci.yml)\n\nCustomizable and performant container for hosting websites - Powered by Nginx\n\n__Note__: This container is designed for hosting static sites, rather than simply serving files. For that, check out [`docker-static-server`](https://github.com/RealOrangeOne/docker-static-server).\n\n## _\"Why not just use `nginx:alpine`?\"_\n\nIf you're not really bothered, the default `nginx` container will work just fine for you, however this container has a few modifications which make it more suited to serving sites:\n\n- Use environment variables for [customization](#customization)\n- Healthcheck endpoint\n- GZIP and Brotli support\n- Serve pre-compressed files\n- Use `X-Forwarded-For` header when getting client IP\n\nNginx makes a brilliant file server regardless of how you use it.\n\n## Usage\n\n```yml\nversion: \"2.3\"\n\nservices:\n  web:\n    image: theorangeone/website-server:latest\n    volumes:\n      - \".:/srv:ro\"\n    ports:\n      - \"80:80\"\n```\n\nThe server will serve files in the `/srv` directory. This directory can be mounted read-only.\n\n\n## Customization\n\nThis image supports some customizations:\n\n- `$PUID`: Set the user nginx runs as (default `1000`)\n\nIf you'd rather add some additional configuration yourself, you can mount an additional nginx config at `/etc/nginx/extra.conf`, which will be included in the primary config.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fdocker-website-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealorangeone%2Fdocker-website-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fdocker-website-server/lists"}