{"id":21274844,"url":"https://github.com/maayanlab/dokku","last_synced_at":"2026-03-08T14:31:49.721Z","repository":{"id":44543089,"uuid":"512819049","full_name":"MaayanLab/dokku","owner":"MaayanLab","description":"Ma'ayanlab dokku server admin and user guide","archived":false,"fork":false,"pushed_at":"2024-07-30T17:27:06.000Z","size":181,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-06T13:46:55.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaayanLab.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":"2022-07-11T15:50:40.000Z","updated_at":"2024-07-30T17:27:09.000Z","dependencies_parsed_at":"2023-11-14T19:30:42.583Z","dependency_job_id":"af46e26e-5088-4e1e-ab49-e56b684316fa","html_url":"https://github.com/MaayanLab/dokku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaayanLab%2Fdokku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaayanLab%2Fdokku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaayanLab%2Fdokku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaayanLab%2Fdokku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaayanLab","download_url":"https://codeload.github.com/MaayanLab/dokku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443533,"owners_count":20778252,"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-11-21T09:25:51.729Z","updated_at":"2026-03-08T14:31:44.703Z","avatar_url":"https://github.com/MaayanLab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ma'ayan Lab Dokku Server\n\n**DEPRECATED**: This is now deprecated and should be replaced with \u003chttps://github.com/MaayanLab/k8s-docs\u003e.\n\n## Description\n\nCurrently running at \u003chttps://dokku.dev.maayanlab.cloud/\u003e.\n\nThis repository contains documentation for the Ma'ayan Lab Dokku Server. Files are just markdown, and [jupyter-book](https://jupyterbook.org/) is used to turn them into a webpage.\n\nWhile you can add new files to some of the directories, if you add new directories or new root-level files, they'll need to be added to `_toc.yml`.\n\n## Development\n\n```bash\n# install python dependencies\npip install -r requirements.txt\n\n# build html\njupyter-book build .\n\n# the resulting book is in _build/html, the html can be viewed with any static web browser (including just opening _build/html/index.html in your browser)\nnpx http-server _build/html\n```\n\n## Deployment\n\nThis can be deployed *with dokku itself*, see [dokku docs](./user/30-deploy.md) for that. But even without dokku it's just a matter of building the Dockerfile.\n\n```bash\n# Build docker file, a python builder builds the html\n#  and the final image is just an nginx-served static site\ndocker build -t maayanlab/dokku .\n\n# nginx serves the static site on port 80\ndocker run -p 80:80 -it maayanlab/dokku\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaayanlab%2Fdokku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaayanlab%2Fdokku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaayanlab%2Fdokku/lists"}