{"id":40374650,"url":"https://github.com/tmpim/casket","last_synced_at":"2026-01-20T11:34:17.734Z","repository":{"id":44714923,"uuid":"258900532","full_name":"tmpim/casket","owner":"tmpim","description":"mholt's caddy v1 but maintained","archived":false,"fork":false,"pushed_at":"2025-07-29T03:00:16.000Z","size":59111,"stargazers_count":31,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-22T06:36:04.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.casketserver.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmpim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":["mholt"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-04-26T00:07:53.000Z","updated_at":"2025-08-06T05:58:58.000Z","dependencies_parsed_at":"2024-01-28T01:26:08.871Z","dependency_job_id":"c8f37110-811a-4a40-938b-f73ff3a4e1b9","html_url":"https://github.com/tmpim/casket","commit_stats":{"total_commits":2054,"total_committers":333,"mean_commits":6.168168168168168,"dds":0.7517039922103214,"last_synced_commit":"87ecc313d133b683c0439619b03d7f291ec417b0"},"previous_names":["tmpim/caddy"],"tags_count":155,"template":false,"template_full_name":null,"purl":"pkg:github/tmpim/casket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpim%2Fcasket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpim%2Fcasket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpim%2Fcasket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpim%2Fcasket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmpim","download_url":"https://codeload.github.com/tmpim/casket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmpim%2Fcasket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28602478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"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":"2026-01-20T11:34:17.559Z","updated_at":"2026-01-20T11:34:17.724Z","avatar_url":"https://github.com/tmpim.png","language":"Go","funding_links":["https://github.com/sponsors/mholt"],"categories":[],"sub_categories":[],"readme":"# Casket\n\nCasket is a fork of [mholt's Caddy web server](https://github.com/caddyserver/caddy) v1.\nIts goal is to maintain Caddy's original goal of being a straight forward, simple\nto use web server rather than the direction of Caddy v2 which has a focus on\nmicroservices and programmatic configurability.\n\nCasket will come with all the features you love about Caddy v1, while also\nadding our own touches for convenience and usability.\n\n- [Casket documentation](https://docs.casketserver.com)\n- [Caddy v1 documentation archive](https://caddy.its-em.ma)\n\n## Building\n\nTo build the main casket executable, the following procedure can be used:\n```sh\ngit clone https://github.com/tmpim/casket\ncd casket\ngo build -o ./build/casket ./casket\n# The executable can now be found at ./build/casket\n```\n\nNote these development builds will lack version information and will report a version of (devel). You can also instead create a snapshot build using the following procedure:\n\n```sh\ngo install github.com/goreleaser/goreleaser@latest # Install goreleaser\ngoreleaser build --snapshot --rm-dist --single-target --id casket # Create a snapshot build\n# The executable can now be found at ./build/casket_linux_amd64/casket\n```\n\n## Docker\n\nA docker image is provided for the latest version of Casket from [`ghcr.io/tmpim/casket`](https://ghcr.io/tmpim/casket).\n\nExample using [`docker-compose`](https://docs.docker.com/compose/):\n```yaml\nversion: \"3.8\"\n\nservices:\n    casket:\n        image: ghcr.io/tmpim/casket:latest # or a specific version like v1.2\n        restart: unless-stopped\n        ports:\n            - \"80:80\" # HTTP\n            - \"443:443\" # HTTPS\n        volumes:\n            - ./Casketfile:/config/Casketfile # Pass in your casket config\n            - ./static:/www # Pass in your static content\n            - casket_data:/data # Create a volume to store persistent data (e.g. certificates)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmpim%2Fcasket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmpim%2Fcasket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmpim%2Fcasket/lists"}