{"id":15409230,"url":"https://github.com/augustoproiete/hangfire-dashboard-customize","last_synced_at":"2025-04-19T07:30:01.304Z","repository":{"id":38072983,"uuid":"164962347","full_name":"augustoproiete/hangfire-dashboard-customize","owner":"augustoproiete","description":"Customize your Hangfire Dashboard (e.g. Change the Title of the Dashboard)","archived":false,"fork":false,"pushed_at":"2022-12-08T05:48:10.000Z","size":60,"stargazers_count":23,"open_issues_count":8,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T06:51:32.163Z","etag":null,"topics":["background-jobs","customization","dashboard","dotnet","dotnet-core","hacktoberfest","hangfire","scheduled-jobs"],"latest_commit_sha":null,"homepage":"https://github.com/augustoproiete/hangfire-dashboard-customize","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/augustoproiete.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null},"funding":{"github":"augustoproiete","tidelift":"nuget/Hangfire.Dashboard.Customize"}},"created_at":"2019-01-10T00:50:54.000Z","updated_at":"2022-10-24T02:37:03.000Z","dependencies_parsed_at":"2023-01-24T13:10:13.415Z","dependency_job_id":null,"html_url":"https://github.com/augustoproiete/hangfire-dashboard-customize","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoproiete%2Fhangfire-dashboard-customize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoproiete%2Fhangfire-dashboard-customize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoproiete%2Fhangfire-dashboard-customize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustoproiete%2Fhangfire-dashboard-customize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augustoproiete","download_url":"https://codeload.github.com/augustoproiete/hangfire-dashboard-customize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249191356,"owners_count":21227548,"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":["background-jobs","customization","dashboard","dotnet","dotnet-core","hacktoberfest","hangfire","scheduled-jobs"],"created_at":"2024-10-01T16:38:38.083Z","updated_at":"2025-04-19T07:30:01.284Z","avatar_url":"https://github.com/augustoproiete.png","language":"C#","funding_links":["https://github.com/sponsors/augustoproiete","https://tidelift.com/funding/github/nuget/Hangfire.Dashboard.Customize"],"categories":[],"sub_categories":[],"readme":"| README.md |\n|:---|\n\n\u003ch1 align=\"center\"\u003eHangfire.Dashboard.Customize\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n\nCustomize the title of your [Hangfire](https://www.hangfire.io) Dashboard.\n\n[![NuGet Version](https://img.shields.io/nuget/v/Hangfire.Dashboard.Customize.svg?style=flat)](https://www.nuget.org/packages/Hangfire.Dashboard.Customize/) [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-hangfire-orange.svg)](http://stackoverflow.com/questions/tagged/hangfire)\n\n![Hangfire.Dashboard.Customize screenshot](assets/hangfire-dashboard-customize-small.png)\n\n\u003c/div\u003e\n\n## Give a Star! :star:\n\nIf you like or are using this project please give it a star. Thanks!\n\n## Getting started :rocket:\n\nInstall the [Hangfire.Dashboard.Customize](https://www.nuget.org/packages/Hangfire.Dashboard.Customize/) package from NuGet:\n\n```powershell\nInstall-Package Hangfire.Dashboard.Customize\n```\n\nCall the method `UseHangfireDashboardCustomOptions` just before calling Hangfire's `UseHangfireDashboard`, in the configuration of your app:\n\n```csharp\npublic class Startup\n{\n    // ...\n\n    public void Configure(IApplicationBuilder app)\n    {\n        // ...\n\n        app.UseHangfireDashboardCustomOptions(new HangfireDashboardCustomOptions\n        {\n            DashboardTitle = () =\u003e \"My Dashboard Title :)\",\n        });\n\n        // ...\n\n        app.UseHangfireDashboard();\n\n        // ...\n    }\n}\n```\n\nIn your `HangfireDashboardCustomOptions` instance, you can define a function that returns the title you would like to display in your Hangfire Dashboard.\n\nThe `string` defined in the `DashboardTitle` will be written to the page as a _raw_ string, allowing the use of images and other HTML elements.\n\n```csharp\napp.UseHangfireDashboardCustomOptions(new HangfireDashboardCustomOptions\n{\n    DashboardTitle = () =\u003e \"\u003cimg src=\\\"logo.png\\\" /\u003e \u003cb\u003eScheduled Jobs\u003c/b\u003e\",\n});\n```\n\n## Release History\n\nClick on the [Releases](https://github.com/augustoproiete/hangfire-dashboard-customize/releases) tab on GitHub.\n\n---\n\n_Copyright \u0026copy; 2019-2020 C. Augusto Proiete \u0026 Contributors - Provided under the [Apache License, Version 2.0](LICENSE)._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustoproiete%2Fhangfire-dashboard-customize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustoproiete%2Fhangfire-dashboard-customize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustoproiete%2Fhangfire-dashboard-customize/lists"}