{"id":20566038,"url":"https://github.com/fischerscode/k8s-bookstack","last_synced_at":"2026-01-29T07:02:48.470Z","repository":{"id":104905043,"uuid":"309471943","full_name":"fischerscode/k8s-BookStack","owner":"fischerscode","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-11T00:05:01.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T21:04:56.347Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fischerscode.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":"2020-11-02T19:19:27.000Z","updated_at":"2021-03-11T00:05:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"8dbf353a-64d5-42fb-b178-ea4df55fe255","html_url":"https://github.com/fischerscode/k8s-BookStack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fischerscode/k8s-BookStack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Fk8s-BookStack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Fk8s-BookStack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Fk8s-BookStack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Fk8s-BookStack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fischerscode","download_url":"https://codeload.github.com/fischerscode/k8s-BookStack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fischerscode%2Fk8s-BookStack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28868877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T06:56:44.678Z","status":"ssl_error","status_checked_at":"2026-01-29T06:56:35.794Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-16T04:39:51.332Z","updated_at":"2026-01-29T07:02:48.443Z","avatar_url":"https://github.com/fischerscode.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-BookStack\nQuickly deploy a BookStack wiki to your kubernetes cluster.\n\n---\n\n### Deployment:\n\n0. Create a new namespace using `kubectl create ns newnamespace`.\n\n   Use this namespace in all further `kubectl` commands by appending `-n newnamespace`.\n1. Store your database credentials in a secret called `bookstack-database`. This command generates a random user password and root password.\n```shell\nkubectl create secret generic bookstack-database --from-literal password=$(cat /dev/urandom | env LC_CTYPE=C tr -dc a-zA-Z0-9 | head -c 32; echo) --from-literal root=$(cat /dev/urandom | env LC_CTYPE=C tr -dc a-zA-Z0-9 | head -c 32; echo) --from-literal username=bookstack-user\n```\n2. Deploy mariadb\n```shell\nkubectl apply -f mariadb.yaml\n```\n3. Deploy BookStack\n```shell\nkubectl apply -f bookstack.yaml\n```\n\n---\n### Usage:\nThe default login is `admin@admin.com` with password `password`. Make sure to change your password.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffischerscode%2Fk8s-bookstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffischerscode%2Fk8s-bookstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffischerscode%2Fk8s-bookstack/lists"}