{"id":15576579,"url":"https://github.com/abn/oxidized-docker-alpine","last_synced_at":"2025-07-06T10:08:00.137Z","repository":{"id":149541970,"uuid":"82285509","full_name":"abn/oxidized-docker-alpine","owner":"abn","description":"oxidized: alpinelinux based docker image","archived":false,"fork":false,"pushed_at":"2023-06-04T22:44:34.000Z","size":7,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-12T17:49:30.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/abn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-17T10:23:26.000Z","updated_at":"2025-02-08T16:59:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"95dbcc83-f33f-43e0-8a1b-0e223933165e","html_url":"https://github.com/abn/oxidized-docker-alpine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abn/oxidized-docker-alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Foxidized-docker-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Foxidized-docker-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Foxidized-docker-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Foxidized-docker-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abn","download_url":"https://codeload.github.com/abn/oxidized-docker-alpine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Foxidized-docker-alpine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263882285,"owners_count":23524461,"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":[],"created_at":"2024-10-02T18:52:32.253Z","updated_at":"2025-07-06T10:08:00.118Z","avatar_url":"https://github.com/abn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oxidized: Alpine Linux based Docker image\n\nThis is a docker image for the amazing [oxidized](https://github.com/ytti/oxidized) tool. For how to configure oxidized see the oxidized [README.md](https://github.com/ytti/oxidized/blob/master/README.md) file.\n\nThis image exists as a smaller footprint version of the [official image](https://hub.docker.com/u/oxidized/).\n\n```sh\n$ docker images | grep oxidized\nalectolytic/oxidized                         latest              47d02d05a190        3 minutes ago       105.7 MB\ndocker.io/oxidized/oxidized                  latest              322273566e60        12 hours ago        611.3 MB\n```\n\n#### Usage Example\n```sh\n$ docker run --rm -it -v \u003c/path/to/config/dir\u003e:/etc/oxidized -p 8888:8888 alectolytic/oxidized --help\nUsage: oxidized [options]\n    -d, --debug          turn on debugging\n        --daemonize      Daemonize/fork the process\n    -v, --version        show version\n    -h, --help           Display this help message.\n```\n\nNote that, for obvious reasons using `--daemonize` will not work as advertised.\n\n#### Sample Configuration Template\nFor more up-to-date configuration documentation and snippets, refer to the [oxidized project cookbook](https://github.com/ytti/oxidized#cookbook).\n\nThis is a sample configuration that I have used, obviously some information has been redacted.\n\n```yaml\n---\nusername: \u003cTACACS_USER\u003e\npassword: \u003cTACACS_PASS\u003e\ninterval: 3600\nuse_syslog: true\ndebug: true\nthreads: 30\ntimeout: 20\nretries: 3\nprompt: !ruby/regexp /^([\\w.@-]+[#\u003e]\\s?)$/\nrest: 0.0.0.0:8888\nvars: {}\ngroups: {}\npid: \"/var/run/oxidized/pid\"\ninput:\n  default: ssh, telnet\n  debug: false\n  ssh:\n    secure: false\noutput:\n  default: git\n  git:\n      user: \u003cGIT_COMMIT_USER\u003e\n      email: \u003cGIT_COMMIT_EMAIL\u003e\n      repo: \"/var/lib/oxidized/oxidized.git\"\nsource:\n  default: csv\n  csv:\n    file: \"/etc/oxidized/router.db\"\n    delimiter: !ruby/regexp /:/\n    map:\n      name: 0\n      model: 1\nmodel_map:\n  cisco: ios\n  juniper: junos\n  foundry: ironware\n  extreme: xos\nhooks:\n  push_to_remote:\n    type: githubrepo\n    events: [post_store]\n    remote_repo: \u003cGIT_REMOTE_URL\u003e\n    publickey: \"/etc/oxidized/publickey\"\n    privatekey: \"/etc/oxidized/privatekey\"\n  slack:\n    type: slackdiff\n    events: [post_store]\n    token: \u003cSLACK_BOT_TOKEN\u003e\n    channel: \"#\u003cSLACK_CHANNEL\u003e\"\n```\n\nIt is advised you also cosider [removing secrets](https://github.com/ytti/oxidized#removing-secrets) when storing configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Foxidized-docker-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabn%2Foxidized-docker-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Foxidized-docker-alpine/lists"}