{"id":48684057,"url":"https://github.com/klauern/caddyext","last_synced_at":"2026-04-11T03:47:46.689Z","repository":{"id":57481772,"uuid":"50376782","full_name":"klauern/caddyext","owner":"klauern","description":"A command line tool to manage extensions/directives of your Caddy build","archived":false,"fork":false,"pushed_at":"2016-01-25T20:20:04.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-11T03:47:43.536Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/klauern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-25T19:55:25.000Z","updated_at":"2025-10-08T23:52:04.000Z","dependencies_parsed_at":"2022-09-17T05:02:05.200Z","dependency_job_id":null,"html_url":"https://github.com/klauern/caddyext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klauern/caddyext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fcaddyext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fcaddyext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fcaddyext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fcaddyext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klauern","download_url":"https://codeload.github.com/klauern/caddyext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fcaddyext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":[],"created_at":"2026-04-11T03:47:46.007Z","updated_at":"2026-04-11T03:47:46.680Z","avatar_url":"https://github.com/klauern.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# caddyext\n\n*caddyext* is a command line tool to manage *extensions/directives* of your [Caddy](http://caddyserver.com) build.\n\n### Requirements\n\n- Go (v1.4 or higher)\n- [Caddy](http://github.com/mholt/caddy)'s source inside your GOPATH.\n\n## Installing\n\n    $ go get -u github.com/caddyserver/caddyext\n\n## Usage\n\n### Installing extension from Caddy's registry\n\n[Caddy's registry](https://github.com/caddyserver/buildsrv/blob/master/features/registry.go)\n\nExample:\n\n    $ caddyext install git\n\n### Installing extension from repository\n\nExample:\n\n    $ caddyext install search:github.com/pedronasser/caddy-search\n\n### Removing extension\n\nExample:\n\n    $ caddyext remove search\n\n### Disabling core directive\n\nExample:\n\n    $ caddyext disable browse\n\n### Moving extension on Caddy's stack\n\n    $ caddyext stack\n\n    Available Caddy directives/extensions:\n       (✓) ENABLED | (-) DISABLED\n\n       1. (✓) root (core)\n       2. (✓) tls (core)\n       ...\n       21. (-) search\n\n    $ caddyext move search 2\n\n### Using different target caddy source\n\n    $ CADDYPATH={import_path_to_caddy} caddyext ...\n\n### More\n\n```\nCaddy's directive/extension manager\n\nUsage:\n  caddyext [command]\n\nAvailable Commands:\n  build       Build caddy from the current state\n  install     Install and enables a extension\n  remove      Remove an extension from caddy's directives source (only 3rd-party)\n  stack       Show stack of directives/extensions\n  enable      Enables a installed directive or extension\n  disable     Disables a installed directive or extension\n  move        Move target's index on Caddy's stack\n  reset       Reset caddy state\n  version     Show caddyext's version\n  help        Help about any command\n\n\nGlobal Flags:\n  -h, --help=false: help for caddyext\n\nUse \"caddyext help [command]\" for more information about a command.\n```\n\n## License\n\n```\nThe MIT License (MIT)\n\nCopyright (c) 2015 Pedro Nasser\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauern%2Fcaddyext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklauern%2Fcaddyext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauern%2Fcaddyext/lists"}