{"id":22151025,"url":"https://github.com/justcoded/dockerize-docsify","last_synced_at":"2026-05-04T03:37:06.783Z","repository":{"id":195776069,"uuid":"693589960","full_name":"justcoded/dockerize-docsify","owner":"justcoded","description":"Simple wrapper for docsifyjs based on nginx image","archived":false,"fork":false,"pushed_at":"2024-05-03T12:52:31.000Z","size":2158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T18:22:51.294Z","etag":null,"topics":["docker","docsify"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/justcoded.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null}},"created_at":"2023-09-19T10:25:36.000Z","updated_at":"2024-05-03T12:51:08.000Z","dependencies_parsed_at":"2023-09-19T14:59:14.503Z","dependency_job_id":"7a0f32f5-38f9-46be-80b7-fb00b3d32df0","html_url":"https://github.com/justcoded/dockerize-docsify","commit_stats":null,"previous_names":["justcoded/dockerize-docsify"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fdockerize-docsify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fdockerize-docsify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fdockerize-docsify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fdockerize-docsify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justcoded","download_url":"https://codeload.github.com/justcoded/dockerize-docsify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276093,"owners_count":20588895,"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":["docker","docsify"],"created_at":"2024-12-02T00:29:48.709Z","updated_at":"2026-05-04T03:37:01.754Z","avatar_url":"https://github.com/justcoded.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docsify docker image\n## About\nThis is docker image to fast start with docsify markdown docs viewer.\n\nIt's based on nginx docker image.\n\n## Quick start\nJust launch the container to see it in action\n```\ndocker run --name docsify-example -d -p 8080:80 ghcr.io/justcoded/docsify:latest\n```\nAccess the demo page on 127.0.0.1:8080.\n\n## Display your docs\nJust mount your docs folder to /usr/share/nginx/html/docs.\n\nSpecial files you may want to create:\n\n_sidebar.md - Left nav\n\n_navbar.md - Top nav\n## Docker compose example\n```\n---\nversion: '3.7'\nservices:\n  docsify:\n    image: ghcr.io/justcoded/docsify:latest\n    volumes:\n        - ./docs/:/usr/share/nginx/html/docs\n    ports:\n      - 8080:80\n```\n\n## Configurations\n### Custom docsify config\nIf you want custom config you can override /usr/share/nginx/html/assets/docsify.conf.js with your mounted file.\n\nAlternatively, you can set env variable with json to override the config:\n```\n    ...\n    environment:\n        OPT_DOCSIFY_CONF: \"{subMaxLevel: 3}\"\n```        \n### Custom page title\nTo specify custom page title on page load you can use env variable:\n```\n    ...\n    environment:\n      OPT_INDEX_TITLE: My custom page title\n```    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustcoded%2Fdockerize-docsify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustcoded%2Fdockerize-docsify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustcoded%2Fdockerize-docsify/lists"}