{"id":43097113,"url":"https://github.com/nikdoof/ohayodash","last_synced_at":"2026-01-31T16:45:24.773Z","repository":{"id":136888924,"uuid":"441254548","full_name":"nikdoof/ohayodash","owner":"nikdoof","description":"A simple Kubernetes cluster dashbord","archived":false,"fork":false,"pushed_at":"2026-01-12T05:15:27.000Z","size":433,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T15:29:04.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nikdoof.github.io/ohayodash/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikdoof.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-23T17:41:42.000Z","updated_at":"2026-01-12T05:15:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bbcb963-27b5-4fc3-af5d-16bb9d562f1a","html_url":"https://github.com/nikdoof/ohayodash","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/nikdoof/ohayodash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fohayodash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fohayodash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fohayodash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fohayodash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikdoof","download_url":"https://codeload.github.com/nikdoof/ohayodash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fohayodash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28947850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2026-01-31T16:45:24.271Z","updated_at":"2026-01-31T16:45:24.754Z","avatar_url":"https://github.com/nikdoof.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ohayo Dash\n\nOhayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.\n\nThis is inspired by [Hajimari](https://github.com/toboshii/hajimari) and [SUI](https://github.com/jeroenpardon/sui) projects.\n\n## Configuration\n\nAll configuration is handled with `ConfigMap` and `Ingress` objects within Kubernetes.\n\n### Ingresses\n\nAll namespaces as processed by default, only Ingress objects with `ohayodash.github.io/enabled` annotation are then displayed.\n\nAnnotations can be used to customize the display of the Ingress objects:\n\n* `ohayodash.github.io/name` - Display name of the app, defaults to the Ingress name.\n* `ohayodash.github.io/url` - Target URL of the service, defaults to `https://\u003cingress host\u003e`\n* `ohayodash.github.io/show_url` - Shows the URL under the link, defaults to `false`\n\n### Bookmarks\n\nBookmark are stored in `ConfigMap` resources, which are identified by the `ohayodash.github.io/bookmarks` annotation.\n\nValues are pulled from the `bookmarks` key in the config map, which consists of a list of objects with the following keys:\n\n* `name` - the display name of the link\n* `url` - the target URL.\n* `group` - the name the link is to be grouped under.\n\n```yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n  name: ohayodash-bookmarks\n  namespace: web\n  annotations:\n    ohayodash.github.io/bookmarks: 'true'\ndata:\n  bookmarks: |\n    - name: Renovate Dashboard\n      url: \"https://app.renovatebot.com/dashboard#github/nikdoof/flux-gitops\"\n      group: Github\n```\n\n### Providers\n\nProviders are stored in `ConfigMap` resources, which are identified by the `ohayodash.github.io/providers` annotation.\n\nValues are pulled from the `providers` key in the config map, which consists of a list of objects with the following keys:\n\n* `name` - the display name of the link\n* `url` - the target URL of the service.\n* `search` - suffix to add to search on the service, this will combine the URL, Search value and the text to search for into a URL.\n* `prefix` - prefix to use on the URL bar on Ohayodash.\n\n*Note*: If no Providers ConfigMaps are found then a [default](ohayodash/data/providers.yaml) list is used.\n\n```yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n  name: ohayodash-providers\n  namespace: web\n  annotations:\n    ohayodash.github.io/providers: 'true'\ndata:\n  providers: |\n    - name: Allmusic\n      url: https://www.allmusic.com/\n      search: search/all/\n      prefix: /a\n```\n\n### Combining ConfigMaps\n\nConfigMaps can be combined to allow for easier management:\n\n```yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n  name: ohayodash-config\n  namespace: web\n  annotations:\n    ohayodash.github.io/bookmarks: 'true'\n    ohayodash.github.io/providers: 'true'\ndata:\n  bookmarks: |\n    - name: Renovate Dashboard\n      url: \"https://app.renovatebot.com/dashboard#github/nikdoof/flux-gitops\"\n      group: Github\n  providers: |\n    - name: Allmusic\n      url: https://www.allmusic.com/\n      search: search/all/\n      prefix: /a\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikdoof%2Fohayodash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikdoof%2Fohayodash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikdoof%2Fohayodash/lists"}