{"id":15406870,"url":"https://github.com/dannyben/docker-madness","last_synced_at":"2025-04-18T02:57:56.711Z","repository":{"id":68196862,"uuid":"86169916","full_name":"DannyBen/docker-madness","owner":"DannyBen","description":"Docker Image for the Madness Markdown Server","archived":false,"fork":false,"pushed_at":"2024-02-09T08:10:15.000Z","size":18,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-07T16:51:24.673Z","etag":null,"topics":["documentation-tool","markdown","markdown-server"],"latest_commit_sha":null,"homepage":"http://madness.dannyb.co","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DannyBen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-03-25T16:04:15.000Z","updated_at":"2025-01-05T14:07:00.000Z","dependencies_parsed_at":"2024-02-09T09:29:40.260Z","dependency_job_id":"790612f9-b547-4621-8fbd-f079e7a383b9","html_url":"https://github.com/DannyBen/docker-madness","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fdocker-madness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fdocker-madness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fdocker-madness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannyBen%2Fdocker-madness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DannyBen","download_url":"https://codeload.github.com/DannyBen/docker-madness/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240378913,"owners_count":19792039,"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":["documentation-tool","markdown","markdown-server"],"created_at":"2024-10-01T16:26:00.785Z","updated_at":"2025-03-01T12:33:28.151Z","avatar_url":"https://github.com/DannyBen.png","language":"Ruby","readme":"# Docker Madness Markdown Server\n\n\u003e **REPOSITORY DEPRECATION NOTICE**  \n\u003e This repository is now merged into the [madness](https://github.com/DannyBen/madness)\n\u003e repository. Please refer to it instead.\n\n---\n\nThis is a dockerized version of the [Madness markdown server ruby gem][1]. \n\nIt allows you to start a webserver that shows your markdown documentation \nfolder.\n\n## Usage\n\nThe easiest way to use this image, is to create a shell alias:\n\n```shell\n$ alias madness='docker run --rm -it -v $PWD:/docs -p 3000:3000 dannyben/madness'\n$ madness --help\n```\n\n### Use with docker-compose\n\nPut this in your `docker-compose.yml`:\n\n```yaml\n# docker-compose.yml\nservices:\n  web:\n    image: dannyben/madness\n    volumes: [\".:/docs\"]\n    ports: [\"3000:3000\"]\n    command: server\n```\n\nThen run:\n\n```shell\n$ docker-compose up\n```\n\n## Additional Information\n\n- [Madness Home][4]\n- [Madness Gem on GitHub][1]\n- [Madness Gem on RubyGems][5]\n- [Madness Docker Image on Docker Hub][2]\n- [Madness Docker Source on GitHub][3]\n\n---\n\n[1]: https://github.com/DannyBen/madness\n[2]: https://hub.docker.com/r/dannyben/madness/\n[3]: https://github.com/DannyBen/docker-madness\n[4]: http://madness.dannyb.co/\n[5]: https://rubygems.org/gems/madness\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyben%2Fdocker-madness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannyben%2Fdocker-madness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannyben%2Fdocker-madness/lists"}