![]() |
VOOZH | about |
dotnet add package Our.Umbraco.Dashbraco --version 0.0.6
NuGet\Install-Package Our.Umbraco.Dashbraco -Version 0.0.6
<PackageReference Include="Our.Umbraco.Dashbraco" Version="0.0.6" />
<PackageVersion Include="Our.Umbraco.Dashbraco" Version="0.0.6" />Directory.Packages.props
<PackageReference Include="Our.Umbraco.Dashbraco" />Project file
paket add Our.Umbraco.Dashbraco --version 0.0.6
#r "nuget: Our.Umbraco.Dashbraco, 0.0.6"
#:package Our.Umbraco.Dashbraco@0.0.6
#addin nuget:?package=Our.Umbraco.Dashbraco&version=0.0.6Install as a Cake Addin
#tool nuget:?package=Our.Umbraco.Dashbraco&version=0.0.6Install as a Cake Tool
Dashbraco is a comprehensive dashboard package for Umbraco, designed to provide site administrators with in-depth analytics and insights directly within the CMS. This project is actively developed to bring powerful features for optimizing content and enhancing user engagement.
Unused Media List: Identify unused media items to optimize storage space and improve site performance.
Recent User Activities: Monitor and display the latest activities performed by users on your site.
Widget Customization: Enable or disable dashboard widgets to meet the specific needs of your site.
Picture of the Day: Display an inspiring picture or video of the day from NASAโs APOD (Astronomy Picture of the Day) API.
Analytics Overview: View analytics data in real-time including the number of visitors, page views, sessions, and bounce rate, with graphical representation of active users.
๐ NuGet version (Our.Umbraco.Dashbraco)
You can install Dashbraco via NuGet:
dotnet add package Our.Umbraco.Dashbraco
All colors are editable & tabs can be disabled/enabled via appsettings (my choice of color is disgusting I guess ahaha)
Dashbraco supports configuration settings in appsettings.json:
"Dashbraco": {
"DefaultWidgets": [ "Analytics", "PictureOfTheDay", "UnusedMedia", "EntriesActivites" ],
"RefreshInterval": 300,
"GoogleAnalyticsPropertyId": "99999999",
"GoogleCredentials": {
"type": "service_account",
"project_id": "YOUR_PROJECT_ID",
"private_key_id": "YOUR_PRIVATE_KEY_ID",
"private_key": "-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY\n-----END PRIVATE KEY-----\n",
"client_email": "YOUR_CLIENT_EMAIL",
"client_id": "YOUR_CLIENT_ID",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "YOUR_CERT_URL"
},
"Styles": {
"PrimaryColor": "#F3F3F3",
"SecondaryColor": "#F3F3F3",
"TextColor": "#333333",
"ActiveTabColor": "#A8322E",
"InactiveTabColor": "#FF5733",
"BackgroundColor": "#FFFFFF",
"BorderColor": "#E0E0E0",
"HoverColor": "#FF7043",
"ButtonColor": "#3BCF0A",
"ButtonTextColor": "#FFFFFF",
"SuccessColor": "#28A745",
"WarningColor": "#FFC107",
"ErrorColor": "#C0392B",
"LinkColor": "#007BFF",
"LinkHoverColor": "#0056B3"
}
},
Contributions are welcome! Feel free to open issues or submit pull requests to enhance Dashbracoโs functionality.
This project is licensed under the .
For any issues or feature requests, please open a GitHub Issue.
Explore enhanced insights and analytics with Dashbraco, the ultimate dashboard package for Umbraco!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.