{"id":28994006,"url":"https://github.com/docmost/k8s","last_synced_at":"2026-02-02T11:42:12.719Z","repository":{"id":298689290,"uuid":"1000745931","full_name":"docmost/k8s","owner":"docmost","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-12T10:02:43.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-12T11:20:14.540Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docmost.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-12T09:00:14.000Z","updated_at":"2025-06-12T10:02:46.000Z","dependencies_parsed_at":"2025-06-12T11:20:19.501Z","dependency_job_id":"7fb4c3f8-eb3a-46ea-8e11-b20155b078ae","html_url":"https://github.com/docmost/k8s","commit_stats":null,"previous_names":["docmost/k8s"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/docmost/k8s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docmost%2Fk8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docmost%2Fk8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docmost%2Fk8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docmost%2Fk8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docmost","download_url":"https://codeload.github.com/docmost/k8s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docmost%2Fk8s/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261795342,"owners_count":23210621,"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":"2025-06-25T03:09:35.346Z","updated_at":"2026-02-02T11:42:12.690Z","avatar_url":"https://github.com/docmost.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WIP\n\n```sh\n# clone repo to docmost folder\ngit clone https://github.com/docmost/k8s docmost\n```\n\n## Install Traefik Ingress\n```sh\n# create traefik namespace\nkubectl create namespace traefik\n\nhelm repo add traefik https://traefik.github.io/charts\nhelm repo update\nhelm install traefik traefik/traefik\n\nkubectl apply -f traefik/access.yaml -n traefik\nhelm install -f traefik/values.yaml traefik traefik/traefik -n traefik\n```\n\n## Install cert manager for SSL (important cause distributed ssl not available in traefik community edition)\n```\nhelm repo add jetstack https://charts.jetstack.io --force-update\nhelm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.18.0 --set crds.enabled=true\nkubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.17.1/cert-manager.crds.yaml\nkubectl apply -f traefik/issuer.yaml -n traefik\nkubectl apply -f traefik/cert-manager.yaml -n traefik\n```\n\n## Install docmost\n```sh\n\n# create kubernetes namespace\nkubectl create namespace docmost\n\n# run the yaml file in the docmost directory\nkubectl apply -f docmost -n docmost\n```\n\nHelpful commands:\n```\n# get pod details\nkubectl describe pods -l app=docmost-app -n docmost\n\n# view logs\nkubectl logs deployment/docmost-app -n docmost\n```\n\n\nTraefik: https://doc.traefik.io/traefik/getting-started/install-traefik/\nCert manager: https://cert-manager.io/docs/getting-started/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocmost%2Fk8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocmost%2Fk8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocmost%2Fk8s/lists"}