{"id":15364100,"url":"https://github.com/jakewmeyer/ifconfig","last_synced_at":"2025-04-15T09:34:25.195Z","repository":{"id":37542097,"uuid":"196788975","full_name":"jakewmeyer/ifconfig","owner":"jakewmeyer","description":"Public IP API","archived":false,"fork":false,"pushed_at":"2023-02-27T02:12:00.000Z","size":157,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T18:51:50.446Z","etag":null,"topics":["ifconfig","ip","ipv4","ipv6","public-ip"],"latest_commit_sha":null,"homepage":"https://ifconfig.jakemeyer.sh","language":"Rust","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/jakewmeyer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-07-14T03:22:20.000Z","updated_at":"2024-03-30T06:03:27.000Z","dependencies_parsed_at":"2023-01-25T18:45:21.197Z","dependency_job_id":null,"html_url":"https://github.com/jakewmeyer/ifconfig","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewmeyer%2Fifconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewmeyer%2Fifconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewmeyer%2Fifconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakewmeyer%2Fifconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakewmeyer","download_url":"https://codeload.github.com/jakewmeyer/ifconfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249043020,"owners_count":21203398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ifconfig","ip","ipv4","ipv6","public-ip"],"created_at":"2024-10-01T13:09:59.463Z","updated_at":"2025-04-15T09:34:25.164Z","avatar_url":"https://github.com/jakewmeyer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ifconfig - Public IP address API\n\n[![cicd](https://github.com/jakewmeyer/ifconfig/workflows/CICD/badge.svg)](https://github.com/jakewmeyer/ifconfig/actions?query=workflow%3ACICD)\n\n## Usage\n\n### Plaintext\n\n```bash\ncurl -s 'https://ifconfig.jakemeyer.sh'\n```\n\n```text\n192.168.1.1\n```\n\n### JSON\n\n```bash\ncurl -s 'https://ifconfig.jakemeyer.sh/json' | jq\n```\n\n```json\n{\"ip\":\"192.168.1.1\"}\n```\n\n## Setup\n\n### Docker Compose v3+\n\n`docker-compose.yml`\n\n```yaml\nservices:\n  ifconfig:\n    container_name: \"ifconfig\"\n    image: ghcr.io/jakewmeyer/ifconfig:latest\n    ports:\n      - \"7000:7000\"\n    restart: \"unless-stopped\"\n```\n\n```bash\ndocker-compose up\n```\n\n### Docker run\n\n```bash\ndocker run -p 7000:7000 ghcr.io/jakewmeyer/ifconfig:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakewmeyer%2Fifconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakewmeyer%2Fifconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakewmeyer%2Fifconfig/lists"}