EpiserverCmsAudit
No description available
Install / Use
/learn @nicolaayan/EpiserverCmsAuditREADME
Audit for Optimizely CMS
This module adds visualisation of how Optimizely content types and audiences are used across sites.




Installation
Make sure you have the Optimizely Nuget feed configured.
Add the package to your solution
install-package N1990.Episerver.Cms.Audit
or
dotnet add package N1990.Episerver.Cms.Audit
Configure services and routing during startup (without this, you will not see module under Add-ons in the UI)
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
//...
services.AddAuditServices();
//...
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
//...
app.UseEndpoints(endpoints =>
{
// other endpoint configuration
endpoints.MapControllerRoute(
name: "default",
pattern: "{controller=Home}/{action=Index}/{id?}");
});
//...
}
}
Security
You will need to be a member of one of these roles to get access to the module:
- AuditAdmins
- CmsAdmins
Sandbox
This repository also have a Sandbox project, based on the Alloy demo site. You should be able to run it directly in your development environment.
In order to log in, you need to create an admin user. Go to: https://localhost:5000/util/register to create your admin user.
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
