Initial commit: CloudOps infrastructure platform

This commit is contained in:
root
2026-04-09 19:58:57 +02:00
commit 1166a52f26
7762 changed files with 839452 additions and 0 deletions

View File

@@ -0,0 +1 @@
allow from all

View File

@@ -0,0 +1,172 @@
/* Modal Base CSS */
.mauticForm-overlay
{
position: fixed;
z-index: 9998;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
-webkit-transition: 1ms opacity ease;
-moz-transition: 1ms opacity ease;
-ms-transition: 1ms opacity ease;
-o-transition: 1ms opacity ease;
transition: 1ms opacity ease;
background: rgba(0,0,0,.6);
}
.mauticForm-modal
{
position: absolute;
z-index: 9999;
top: 50%;
left: 50%;
opacity: 0;
width: 94%;
padding: 24px 20px;
-webkit-transition: 1ms opacity ease;
-moz-transition: 1ms opacity ease;
-ms-transition: 1ms opacity ease;
-o-transition: 1ms opacity ease;
transition: 1ms opacity ease;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 2px;
background: #fff;
}
.mauticForm-modal.mauticForm-open.mauticForm-anchored
{
top: 20px;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.mauticForm-modal.mauticForm-open
{
opacity: 1;
}
.mauticForm-overlay.mauticForm-open
{
opacity: 1;
}
/* Close Button */
.mauticForm-close
{
font-family: Helvetica,Arial,sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 12px;
position: absolute;
top: 5px;
right: 5px;
padding: 5px 7px 7px;
cursor: pointer;
color: #fff;
border: 0;
outline: none;
background: #e74c3c;
}
.mauticForm-close:hover
{
background: #c0392b;
}
/* Default Animation */
.mauticForm-overlay.fade-and-drop
{
display: block;
opacity: 0;
}
.mauticForm-modal.fade-and-drop
{
top: -300%;
opacity: 1;
display: block;
}
.mauticForm-modal.fade-and-drop.mauticForm-open
{
top: 50%;
-webkit-transition: 500ms top 500ms ease;
-moz-transition: 500ms top 500ms ease;
-ms-transition: 500ms top 500ms ease;
-o-transition: 500ms top 500ms ease;
transition: 500ms top 500ms ease;
}
.mauticForm-modal.fade-and-drop.mauticForm-open.mauticForm-anchored
{
-webkit-transition: 500ms top 500ms ease;
-moz-transition: 500ms top 500ms ease;
-ms-transition: 500ms top 500ms ease;
-o-transition: 500ms top 500ms ease;
transition: 500ms top 500ms ease;
}
.mauticForm-overlay.fade-and-drop.mauticForm-open
{
top: 0;
-webkit-transition: 500ms opacity ease;
-moz-transition: 500ms opacity ease;
-ms-transition: 500ms opacity ease;
-o-transition: 500ms opacity ease;
transition: 500ms opacity ease;
opacity: 1;
}
.mauticForm-modal.fade-and-drop
{
-webkit-transition: 500ms top ease;
-moz-transition: 500ms top ease;
-ms-transition: 500ms top ease;
-o-transition: 500ms top ease;
transition: 500ms top ease;
}
.mauticForm-overlay.fade-and-drop
{
-webkit-transition: 500ms opacity 500ms ease;
-moz-transition: 500ms opacity 500ms ease;
-ms-transition: 500ms opacity 500ms ease;
-o-transition: 500ms opacity 500ms ease;
transition: 500ms opacity 500ms ease;
}
.mauticForm-content {
height: 100%;
}

View File

@@ -0,0 +1,140 @@
{
"name": "Engagement",
"description": "Start with a dashboard of 13 widgets that provide insights into lead generation, engagement, email interactions, and contact management.",
"widgets": [
{
"name": "Contacts created",
"width": 100,
"height": 330,
"ordering": 0,
"type": "created.leads.in.time",
"params": {
"lists": "identifiedVsAnonymous",
"flag": null
},
"template": null
},
{
"name": "Visits",
"width": 50,
"height": 330,
"ordering": 1,
"type": "page.hits.in.time",
"params": {
"flag": null
},
"template": null
},
{
"name": "Contact map",
"width": 50,
"height": 330,
"ordering": 3,
"type": "map.of.leads",
"params": [
],
"template": null
},
{
"name": "Emails sent \/ opened",
"width": 50,
"height": 330,
"ordering": 5,
"type": "emails.in.time",
"params": {
"flag": null
},
"template": null
},
{
"name": "Points",
"width": 50,
"height": 330,
"ordering": 6,
"type": "points.in.time",
"params": [
],
"template": null
},
{
"name": "Unique\/returning visitors",
"width": 25,
"height": 330,
"ordering": 7,
"type": "unique.vs.returning.leads",
"params": [
],
"template": null
},
{
"name": "Identified vs anonymous leads",
"width": 25,
"height": 330,
"ordering": 8,
"type": "anonymous.vs.identified.leads",
"params": [
],
"template": null
},
{
"name": "Ignored\/opened emails",
"width": 25,
"height": 330,
"ordering": 9,
"type": "ignored.vs.read.emails",
"params": [
],
"template": null
},
{
"name": "Upcoming Emails",
"width": 25,
"height": 330,
"ordering": 10,
"type": "upcoming.emails",
"params": [
],
"template": null
},
{
"name": "Top Contact Creators",
"width": 100,
"height": 330,
"ordering": 11,
"type": "top.creators",
"params": [
],
"template": null
},
{
"name": "Dwell times",
"width": 25,
"height": 330,
"ordering": 12,
"type": "dwell.times",
"params": [
],
"template": null
},
{
"name": "Recent activity",
"width": 50,
"height": 330,
"ordering": 13,
"type": "recent.activity",
"params": [
],
"template": null
},
{
"name": "Top lists",
"width": 25,
"height": 330,
"ordering": 14,
"type": "top.lists",
"params": [
],
"template": null
}
]
}

View File

@@ -0,0 +1,48 @@
{
"name": "Default",
"description": "Start with a dashboard of 5 widgets that provide an overview of your marketing activities and performance metrics.",
"widgets":
[
{
"name": "Contacts Created",
"width": 100,
"height": 330,
"ordering": 0,
"type": "created.leads.in.time",
"params": {
"lists": "identifiedVsAnonymous"
}
},
{
"name": "Page Visits",
"width": 50,
"height": 330,
"ordering": 1,
"type": "page.hits.in.time",
"params": {
"flag": "unique"
}
},
{
"name": "Form Submissions",
"width": 50,
"height": 330,
"ordering": 2,
"type": "submissions.in.time"
},
{
"name": "Recent Activity",
"width": 50,
"height": 330,
"ordering": 3,
"type": "recent.activity"
},
{
"name": "Upcoming Emails",
"width": 50,
"height": 330,
"ordering": 4,
"type": "upcoming.emails"
}
]
}

View File

@@ -0,0 +1,74 @@
{
"name": "Example - Email Overview",
"description": "Start with a dashboard of 7 widgets that provide insights into email interactions and contact management.",
"widgets": [
{
"name": "Emails sent \/ opened",
"width": 100,
"height": 330,
"ordering": 0,
"type": "emails.in.time",
"params": {
"flag": "sent_and_opened"
},
"template": null
},
{
"name": "Upcoming emails",
"width": 25,
"height": 330,
"ordering": 1,
"type": "upcoming.emails",
"params": [],
"template": null
},
{
"name": "Ignored\/opened emails",
"width": 25,
"height": 330,
"ordering": 2,
"type": "ignored.vs.read.emails",
"params": [],
"template": null
},
{
"name": "Most sent emails",
"width": 25,
"height": 330,
"ordering": 3,
"type": "most.sent.emails",
"params": [],
"template": null
},
{
"name": "Most read emails",
"width": 25,
"height": 330,
"ordering": 4,
"type": "most.read.emails",
"params": [],
"template": null
},
{
"name": "Contact map",
"width": 50,
"height": 330,
"ordering": 5,
"type": "map.of.leads",
"params": [],
"template": null
},
{
"name": "Contacts created",
"width": 50,
"height": 330,
"ordering": 6,
"type": "created.leads.in.time",
"params": {
"lists": "identifiedVsAnonymous",
"flag": null
},
"template": null
}
]
}

View File

@@ -0,0 +1,138 @@
{
"name": "Forms and Assets",
"description": "Start with a dashboard of 14 widgets that help you to check form submissions and identified contacts.",
"widgets": [
{
"name": "Contacts Created",
"width": 100,
"height": 330,
"ordering": 0,
"type": "created.leads.in.time",
"params": {
"lists": "identifiedVsAnonymous"
},
"template": null
},
{
"name": "Created contacts in time",
"width": 100,
"height": 215,
"ordering": 0,
"type": "created.leads.in.time",
"params": {
"flag": "identified"
},
"template": null
},
{
"name": "Page Visits",
"width": 50,
"height": 330,
"ordering": 1,
"type": "page.hits.in.time",
"params": {
"flag": "unique"
},
"template": null
},
{
"name": "Top segments",
"width": 50,
"height": 215,
"ordering": 1,
"type": "top.lists",
"params": [],
"template": null
},
{
"name": "Created contacts",
"width": 50,
"height": 215,
"ordering": 2,
"type": "created.leads",
"params": [],
"template": null
},
{
"name": "Form Submissions",
"width": 50,
"height": 330,
"ordering": 3,
"type": "submissions.in.time",
"params": [],
"template": null
},
{
"name": "Recent Activity",
"width": 50,
"height": 330,
"ordering": 3,
"type": "recent.activity",
"params": [],
"template": null
},
{
"name": "Upcoming Emails",
"width": 50,
"height": 330,
"ordering": 4,
"type": "upcoming.emails",
"params": [],
"template": null
},
{
"name": "Top submission referrers",
"width": 25,
"height": 330,
"ordering": 4,
"type": "top.submission.referrers",
"params": [],
"template": null
},
{
"name": "Created forms",
"width": 25,
"height": 330,
"ordering": 5,
"type": "created.forms",
"params": [],
"template": null
},
{
"name": "Downloads in time",
"width": 25,
"height": 330,
"ordering": 6,
"type": "asset.downloads.in.time",
"params": [],
"template": null
},
{
"name": "Popular assets",
"width": 25,
"height": 330,
"ordering": 7,
"type": "popular.assets",
"params": [],
"template": null
},
{
"name": "Unique vs repetitive downloads",
"width": 25,
"height": 330,
"ordering": 8,
"type": "unique.vs.repetitive.downloads",
"params": [],
"template": null
},
{
"name": "Created assets",
"width": 25,
"height": 330,
"ordering": 9,
"type": "created.assets",
"params": [],
"template": null
}
]
}

View File

@@ -0,0 +1,109 @@
{
"name": "Landing pages",
"description": "Start with a dashboard of 11 widgets that provide insights related to landing pages and interactions.",
"widgets": [
{
"name": "Contacts Created",
"width": 100,
"height": 215,
"ordering": 0,
"type": "created.leads.in.time",
"params": {
"lists": "identifiedVsAnonymous"
},
"template": null
},
{
"name": "Page visits in time",
"width": 50,
"height": 215,
"ordering": 1,
"type": "page.hits.in.time",
"params": {
"flag": ""
},
"template": null
},
{
"name": "Downloads in time",
"width": 50,
"height": 215,
"ordering": 2,
"type": "asset.downloads.in.time",
"params": [],
"template": null
},
{
"name": "Unique vs returning visitors",
"width": 50,
"height": 330,
"ordering": 4,
"type": "unique.vs.returning.leads",
"params": [],
"template": null
},
{
"name": "Upcoming Emails",
"width": 50,
"height": 330,
"ordering": 4,
"type": "upcoming.emails",
"params": [],
"template": null
},
{
"name": "Dwell times",
"width": 50,
"height": 330,
"ordering": 5,
"type": "dwell.times",
"params": [],
"template": null
},
{
"name": "Popular landing pages",
"width": 25,
"height": 330,
"ordering": 6,
"type": "popular.pages",
"params": [],
"template": null
},
{
"name": "Created Landing pages",
"width": 25,
"height": 330,
"ordering": 7,
"type": "created.pages",
"params": [],
"template": null
},
{
"name": "Device granularity",
"width": 25,
"height": 330,
"ordering": 8,
"type": "device.granularity",
"params": [],
"template": null
},
{
"name": "Popular assets",
"width": 25,
"height": 330,
"ordering": 9,
"type": "popular.assets",
"params": [],
"template": null
},
{
"name": "Form Submissions",
"width": 50,
"height": 330,
"ordering": 11,
"type": "submissions.in.time",
"params": [],
"template": null
}
]
}

View File

@@ -0,0 +1,103 @@
{
"name": "Example - Stats Overview",
"description": "Start with a dashboard of 10 widgets that provide statistic about lead generation, engagement, and email interactions.",
"widgets": [
{
"name": "Contacts created",
"width": 50,
"height": 330,
"ordering": 0,
"type": "created.leads.in.time",
"params": {
"lists": "identifiedVsAnonymous",
"flag": null
},
"template": null
},
{
"name": "Visits",
"width": 50,
"height": 330,
"ordering": 1,
"type": "page.hits.in.time",
"params": {
"flag": null
},
"template": null
},
{
"name": "Points",
"width": 50,
"height": 330,
"ordering": 3,
"type": "points.in.time",
"params": [],
"template": null
},
{
"name": "Downloads in time",
"width": 50,
"height": 330,
"ordering": 4,
"type": "asset.downloads.in.time",
"params": [],
"template": null
},
{
"name": "Emails sent \/ opened",
"width": 50,
"height": 330,
"ordering": 5,
"type": "emails.in.time",
"params": {
"flag": null
},
"template": null
},
{
"name": "Submissions in time",
"width": 50,
"height": 330,
"ordering": 6,
"type": "submissions.in.time",
"params": [],
"template": null
},
{
"name": "Identified vs anonymous leads",
"width": 25,
"height": 330,
"ordering": 7,
"type": "anonymous.vs.identified.leads",
"params": [],
"template": null
},
{
"name": "Ignored\/opened emails",
"width": 25,
"height": 330,
"ordering": 8,
"type": "ignored.vs.read.emails",
"params": [],
"template": null
},
{
"name": "Unique\/returning visitors",
"width": 25,
"height": 330,
"ordering": 9,
"type": "unique.vs.returning.leads",
"params": [],
"template": null
},
{
"name": "Dwell times",
"width": 25,
"height": 330,
"ordering": 11,
"type": "dwell.times",
"params": [],
"template": null
}
]
}

View File

@@ -0,0 +1,16 @@
<IfModule mod_php4.c>
php_flag engine Off
</IfModule>
<IfModule mod_php5.c>
php_flag engine Off
</IfModule>
<IfModule mod_php6.c>
php_flag engine Off
</IfModule>
<IfModule mod_cgi.c>
Options -ExecCGI
</IfModule>
RemoveHandler .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
RemoveType .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
SetHandler None
SetHandler default-handler

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Some files were not shown because too many files have changed in this diff Show More