{"id":15136263,"url":"https://github.com/jwillikers/caddy-config","last_synced_at":"2026-01-27T14:34:54.453Z","repository":{"id":202800420,"uuid":"708159531","full_name":"jwillikers/caddy-config","owner":"jwillikers","description":"Caddy reverse-proxy configuration files","archived":false,"fork":false,"pushed_at":"2025-10-15T19:03:42.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-16T17:09:09.130Z","etag":null,"topics":["caddy","caddyfile","config","container","nextcloud","ovh","podman","reverse-proxy","vaultwarden"],"latest_commit_sha":null,"homepage":"","language":null,"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/jwillikers.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.adoc","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}},"created_at":"2023-10-21T17:44:46.000Z","updated_at":"2025-10-15T19:03:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"46317958-7aa1-4dcd-afdd-c95561bbd6c1","html_url":"https://github.com/jwillikers/caddy-config","commit_stats":{"total_commits":44,"total_committers":1,"mean_commits":44.0,"dds":0.0,"last_synced_commit":"4c561f8bf5450490bf8b24943277e64e01ebeb50"},"previous_names":["jwillikers/caddy-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jwillikers/caddy-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fcaddy-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fcaddy-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fcaddy-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fcaddy-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwillikers","download_url":"https://codeload.github.com/jwillikers/caddy-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fcaddy-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":["caddy","caddyfile","config","container","nextcloud","ovh","podman","reverse-proxy","vaultwarden"],"created_at":"2024-09-26T06:20:16.802Z","updated_at":"2026-01-27T14:34:54.438Z","avatar_url":"https://github.com/jwillikers.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"= Caddy Config\nJordan Williams \u003cjordan@jwillikers.com\u003e\n:experimental:\n:icons: font\nifdef::env-github[]\n:tip-caption: :bulb:\n:note-caption: :information_source:\n:important-caption: :heavy_exclamation_mark:\n:caution-caption: :fire:\n:warning-caption: :warning:\nendif::[]\n:Asciidoctor_: https://asciidoctor.org/[Asciidoctor]\n:Caddy: https://caddyserver.com/[Caddy]\n:Fedora-IoT: https://getfedora.org/en/iot/[Fedora IoT]\n:Podman: https://podman.io/[Podman]\n:pre-commit: https://pre-commit.com/[pre-commit]\n\nimage:https://github.com/jwillikers/caddy-config/actions/workflows/ci.yml/badge.svg[GitHub Workflow Status]\nimage:https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white[pre-commit, link=https://github.com/pre-commit/pre-commit]\n\n{Caddy} configuration files for services on running on my various devices.\n\n== Synopsis\n\nThese instructions are for using this Caddyfile and Caddy container using rootless {Podman} on {Fedora-IoT}.\nThe instructions for building will assume that you are on Fedora.\n\n== Usage\n\n// todo document setting sysctl for low ports.\n\n. Clone the repository.\n+\n[,sh]\n----\ngit clone git@github.com:jwillikers/caddy-config.git\n----\n\n. Change into the project directory.\n+\n[,sh]\n----\ncd caddy-config\n----\n\n. Symlink sites from the `sites-available` subdirectory to the `sites-enabled` subdirectory to enable them.\n+\n[,sh]\n----\nln --relative --symbolic sites-available/nextcloud.caddyfile sites-enabled/nextcloud.caddyfile\n----\n\n. Follow the instructions for setting up and running the https://github.com/jwillikers/caddy-ovh-image[Caddy OVH Image] using the Caddyfile provided in this repository.\n\n== Develop\n\n. Install the pre-commit in the toolbox.\n+\n[,sh]\n----\nsudo dnf -y install pre-commit\n----\n\n. Install pre-commit's Git hooks.\n+\n[,sh]\n----\npre-commit install\n----\n\n. Format the Caddyfile.\n+\n[,sh]\n----\npodman run \\\n  -it \\\n  --name caddy-fmt \\\n  --rm \\\n  --volume $PWD:/srv:Z \\\n  docker.io/caddy:latest caddy fmt --overwrite\n----\n\n. Validate the Caddyfile.\n+\n[,sh]\n----\npodman run \\\n  -it \\\n  --name caddy-validate \\\n  --rm \\\n  --volume $PWD:/srv:Z \\\n  quay.io/jwillikers/caddy-ovh:latest caddy validate\n----\n\n== Contributing\n\nContributions in the form of issues, feedback, and even pull requests are welcome.\nMake sure to adhere to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct].\n\n== Open Source Software\n\nThis project is built on the hard work of countless open source contributors.\nSeveral of these projects are enumerated below.\n\n* {Asciidoctor_}\n* {Caddy}\n* {Fedora-IoT}\n* {Podman}\n* {pre-commit}\n\n== Code of Conduct\n\nRefer to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct] for details.\n\n== License\n\nThis repository is licensed under the link:LICENSE[MIT license].\n\n© 2022-2024 Jordan Williams\n\n== Authors\n\nmailto:{email}[{author}]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwillikers%2Fcaddy-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwillikers%2Fcaddy-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwillikers%2Fcaddy-config/lists"}