feat(cloudron): add tirreno package artifacts
- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/ directory and its contents - Includes package manifest, Dockerfile, source code, documentation, and build artifacts - Add tirreno-1761840148.tar.gz as a build artifact - Add tirreno-cloudron-package-1761841304.tar.gz as the Cloudron package - Include all necessary files for the tirreno Cloudron package This adds the complete tirreno Cloudron package artifacts to the repository.
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
<table class="table-tile content info-tiles" id="dashboard-counters">
|
||||
<tr>
|
||||
{***
|
||||
<td class="table-card tile-padding totalEvents">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_total_events }}<p class="tooltip-info tooltip" title="{{ @AdminHome_total_events_tooltip }}"><include href="images/icons/information.svg" alt=''/>
|
||||
</p>
|
||||
</div>
|
||||
<p class="title"></p>
|
||||
<a href="/event">{{ @AdminHome_view_all }}</a>
|
||||
</td>
|
||||
***}
|
||||
<td class="table-card tile-padding totalUsers">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_total_users }}<p class="tooltip-info tooltip" title="{{ @AdminHome_total_users_tooltip }}"><include href="images/icons/information.svg" alt=''/>
|
||||
</p>
|
||||
</div>
|
||||
<p class="title"></p>
|
||||
<a href="/id">{{ @AdminHome_view_all }}</a>
|
||||
</td>
|
||||
|
||||
<td class="table-card tile-padding totalIps">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_total_ips }}<p class="tooltip-info tooltip" title="{{ @AdminHome_total_ips_tooltip }}"><include href="images/icons/information.svg" alt=''/>
|
||||
</p>
|
||||
</div>
|
||||
<p class="title"></p>
|
||||
<a href="/ip">{{ @AdminHome_view_all }}</a>
|
||||
</td>
|
||||
|
||||
<td class="table-card tile-padding totalCountries">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_total_countries }}<p class="tooltip-info tooltip" title="{{ @AdminHome_total_countries_tooltip }}"><include href="images/icons/information.svg" alt=''/>
|
||||
</p>
|
||||
</div>
|
||||
<p class="title"></p>
|
||||
<a href="/country">{{ @AdminHome_view_all }}</a>
|
||||
</td>
|
||||
|
||||
<td class="table-card tile-padding totalUrls">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_total_urls }}<p class="tooltip-info tooltip" title="{{ @AdminHome_total_urls_tooltip }}"><include href="images/icons/information.svg" alt=''/>
|
||||
</p>
|
||||
</div>
|
||||
<p class="title"></p>
|
||||
<a href="/resource">{{ @AdminHome_view_all }}</a>
|
||||
</td>
|
||||
|
||||
<td class="table-card tile-padding totalUsersForReview">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_total_users_for_review }}<p class="tooltip-info tooltip" title="{{ @AdminHome_total_users_for_review_tooltip }}"><include href="images/icons/information.svg" alt=''/>
|
||||
</p>
|
||||
</div>
|
||||
<p class="title"></p>
|
||||
<a href="/review-queue">{{ @AdminHome_view_all }}</a>
|
||||
</td>
|
||||
|
||||
<td class="table-card tile-padding totalBlockedUsers">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_total_blocked_users }}<p class="tooltip-info tooltip" title="{{ @AdminHome_total_blocked_users_tooltip }}"><include href="images/icons/information.svg" alt=''/>
|
||||
</p>
|
||||
</div>
|
||||
<p class="title"></p>
|
||||
<a href="/blacklist">{{ @AdminHome_view_all }}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
@@ -0,0 +1,59 @@
|
||||
<table class="table-tile content info-tiles" data-tab-id="top-users">
|
||||
<tr>
|
||||
<td class="table-card" id="most-active-users">
|
||||
<div class="gapless">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_top10_most_active_users }}<p class="tooltip-info tooltip" title="{{ @AdminHome_top10_most_active_users_tooltip }}"><include href="images/icons/information.svg" alt=''/></p>
|
||||
</div>
|
||||
<include href="templates/parts/home/topTenTable.html" with="c1=@Top10_user,c2=@Top10_events,id=most-active-users-table"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td class="table-card" id="most-active-countries">
|
||||
<div class="gapless">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_top10_active_countries }}<p class="tooltip-info tooltip" title="{{ @AdminHome_top10_active_countries_tooltip }}"><include href="images/icons/information.svg" alt=''/></p>
|
||||
</div>
|
||||
<include href="templates/parts/home/topTenTable.html" with="c1=@Top10_country,c2=@Top10_users,id=most-active-countries-table"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td class="table-card" id="most-active-urls">
|
||||
<div class="gapless">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_top10_active_urls }}<p class="tooltip-info tooltip" title="{{ @AdminHome_top10_active_urls_tooltip }}"><include href="images/icons/information.svg" alt=''/></p>
|
||||
</div>
|
||||
<include href="templates/parts/home/topTenTable.html" with="c1=@Top10_resource,c2=@Top10_users,id=most-active-urls-table"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="table-card" id="ips-with-the-most-users">
|
||||
<div class="gapless">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_top10_ips_with_the_most_users }}<p class="tooltip-info tooltip" title="{{ @AdminHome_top10_ips_with_the_most_users_tooltip }}"><include href="images/icons/information.svg" alt=''/></p>
|
||||
</div>
|
||||
<include href="templates/parts/home/topTenTable.html" with="c1=@Top10_ip,c2=@Top10_users,id=ips-with-the-most-users-table"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td class="table-card" id="users-with-most-login-fail">
|
||||
<div class="gapless">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_top10_users_with_most_login_fail }}<p class="tooltip-info tooltip" title="{{ @AdminHome_top10_users_with_most_login_fail_tooltip }}"><include href="images/icons/information.svg" alt=''/></p>
|
||||
</div>
|
||||
<include href="templates/parts/home/topTenTable.html" with="c1=@Top10_user,c2=@Top10_attempts,id=users-with-most-login-fail-table"/>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td class="table-card" id="users-with-most-ips">
|
||||
<div class="gapless">
|
||||
<div class="subtitle">
|
||||
{{ @AdminHome_top10_users_with_the_most_ips }}<p class="tooltip-info tooltip" title="{{ @AdminHome_top10_users_with_the_most_ips_tooltip }}"><include href="images/icons/information.svg" alt=''/></p>
|
||||
</div>
|
||||
<include href="templates/parts/home/topTenTable.html" with="c1=@Top10_user,c2=@Top10_ips,id=users-with-most-ips-table"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -0,0 +1,8 @@
|
||||
<table class="table" id="{{@id}}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="top-ten-aggregating-col">{{@c1}}</th>
|
||||
<th>{{@c2}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
Reference in New Issue
Block a user