{"id":37135487,"url":"https://github.com/traefik-contrib/noop","last_synced_at":"2026-01-14T15:47:56.940Z","repository":{"id":61687807,"uuid":"552764394","full_name":"traefik-contrib/noop","owner":"traefik-contrib","description":"A plugin that always answer the same status code without calling a service/server.","archived":false,"fork":false,"pushed_at":"2022-10-21T14:13:06.000Z","size":55,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-19T23:14:47.402Z","etag":null,"topics":["traefik-plugin"],"latest_commit_sha":null,"homepage":"","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/traefik-contrib.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}},"created_at":"2022-10-17T07:36:29.000Z","updated_at":"2024-01-21T03:24:05.000Z","dependencies_parsed_at":"2022-10-20T03:00:28.326Z","dependency_job_id":null,"html_url":"https://github.com/traefik-contrib/noop","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"traefik/plugindemo","purl":"pkg:github/traefik-contrib/noop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik-contrib%2Fnoop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik-contrib%2Fnoop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik-contrib%2Fnoop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik-contrib%2Fnoop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traefik-contrib","download_url":"https://codeload.github.com/traefik-contrib/noop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik-contrib%2Fnoop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["traefik-plugin"],"created_at":"2026-01-14T15:47:56.060Z","updated_at":"2026-01-14T15:47:56.913Z","avatar_url":"https://github.com/traefik-contrib.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Noop\n\nA plugin that always answer the same status code without calling a service/server.\n\nThe response code can be configured.\n\n### Configuration\n\nThe following declaration (given here in YAML) defines a plugin:\n\n```yaml\n# Static configuration\n\nexperimental:\n  plugins:\n    noop:\n      moduleName: github.com/traefik-contrib/noop\n      version: v0.1.0\n```\n\nHere is an example of a file provider dynamic configuration (given here in YAML), where the interesting part is the `http.middlewares` section:\n\n```yaml\n# Dynamic configuration\n\nhttp:\n  routers:\n    my-router:\n      rule: host(`demo.localhost`)\n      service: service-foo\n      entryPoints:\n        - web\n      middlewares:\n        - my-plugin\n\n  services:\n   service-foo:\n      loadBalancer:\n        servers:\n          - url: http://127.0.0.1:5000\n\n  middlewares:\n    my-plugin:\n      plugin:\n        noop:\n          responseCode: 200\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraefik-contrib%2Fnoop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraefik-contrib%2Fnoop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraefik-contrib%2Fnoop/lists"}