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,108 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Tirreno ~ Open source user analytics
 | 
			
		||||
 * Copyright (c) Tirreno Technologies Sàrl (https://www.tirreno.com)
 | 
			
		||||
 *
 | 
			
		||||
 * Licensed under GNU Affero General Public License version 3 of the or any later version.
 | 
			
		||||
 * For full copyright and license information, please see the LICENSE
 | 
			
		||||
 * Redistributions of files must retain the above copyright notice.
 | 
			
		||||
 *
 | 
			
		||||
 * @copyright     Copyright (c) Tirreno Technologies Sàrl (https://www.tirreno.com)
 | 
			
		||||
 * @license       https://opensource.org/licenses/AGPL-3.0 AGPL License
 | 
			
		||||
 * @link          https://www.tirreno.com Tirreno(tm)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
    'Details_placeholder' => 'Event report',
 | 
			
		||||
    'Details_event_time' => 'Timestamp',
 | 
			
		||||
    'Details_event_type' => 'Event type',
 | 
			
		||||
    'Details_event_http_method' => 'HTTP method',
 | 
			
		||||
    'Details_event_http_code' => 'HTTP code',
 | 
			
		||||
    'Details_user_count' => 'User count',
 | 
			
		||||
    'Details_event_count' => 'Event count',
 | 
			
		||||
    'Details_payload' => 'Payload',
 | 
			
		||||
 | 
			
		||||
    //User
 | 
			
		||||
    'Details_user_id' => 'Trust score & email',
 | 
			
		||||
    'Details_accounttitle' => 'User ID',
 | 
			
		||||
    'Details_full_name' => 'Name',
 | 
			
		||||
    'Details_firstname' => 'First name',
 | 
			
		||||
    'Details_lastname' => 'Last name',
 | 
			
		||||
    'Details_reviewed_status' => 'Review status',
 | 
			
		||||
    'Details_latest_decision' => 'Latest decision',
 | 
			
		||||
    'Details_score_details' => 'User score details',
 | 
			
		||||
 | 
			
		||||
    //Phone
 | 
			
		||||
    'Phone_details_placeholder' => 'Phone details',
 | 
			
		||||
    'Details_phone' => 'Phone',
 | 
			
		||||
    'Details_phone_national' => 'National format',
 | 
			
		||||
    'Details_phone_country' => 'Country',
 | 
			
		||||
    'Details_carrier_name' => 'Carrier',
 | 
			
		||||
    'Details_phone_type' => 'Type',
 | 
			
		||||
    'Details_phone_invalid' => 'Invalid',
 | 
			
		||||
    'Details_phone_fraud_detected' => 'Blacklisted',
 | 
			
		||||
    'Details_phone_alert_list' => 'Global alert',
 | 
			
		||||
    'Details_shared_users' => 'Users with the same phone',
 | 
			
		||||
 | 
			
		||||
    //Email
 | 
			
		||||
    'Email_details_placeholder' => 'Email details',
 | 
			
		||||
    'Details_email' => 'Email',
 | 
			
		||||
    'Details_reputation' => 'Reputation',
 | 
			
		||||
    'Details_no_profiles' => 'No profiles',
 | 
			
		||||
    'Details_free_provider' => 'Free provider',
 | 
			
		||||
    'Details_no_data_breach' => 'No breach',
 | 
			
		||||
    'Details_data_breaches' => 'Total breaches',
 | 
			
		||||
    'Details_domain' => 'Domain',
 | 
			
		||||
    'Details_domain_unavailable' => 'Unavailable',
 | 
			
		||||
    'Details_tranco_rank' => 'Web ranking',
 | 
			
		||||
    'Details_blockdomain' => 'Spam list',
 | 
			
		||||
    'Details_disposable_domains' => 'Disposable',
 | 
			
		||||
    'Details_domain_creation_date' => 'Creation date',
 | 
			
		||||
    'Details_domain_expiration_date' => 'Expires on',
 | 
			
		||||
    'Details_blockemails' => 'Spam list',
 | 
			
		||||
    'Details_email_fraud_detected' => 'Blacklisted',
 | 
			
		||||
    'Details_email_earliest_breach' => 'Earliest breach',
 | 
			
		||||
    'Details_email_alert_list' => 'Global alert',
 | 
			
		||||
    'Details_domain_contact_email' => 'Domain contact email',
 | 
			
		||||
    'Details_earliest_breach' => 'Earliest breach',
 | 
			
		||||
    'Details_mx_record' => 'MX record missing',
 | 
			
		||||
    'Details_domain_return_code' => 'Domain return code',
 | 
			
		||||
    'Details_closest_snapshot' => 'Oldest mention',
 | 
			
		||||
 | 
			
		||||
    //Resource
 | 
			
		||||
    'Details_url' => 'URL',
 | 
			
		||||
    'Details_query' => 'Query',
 | 
			
		||||
    'Details_referer' => 'Referer',
 | 
			
		||||
 | 
			
		||||
    //IP
 | 
			
		||||
    'Details_ip' => 'IP address',
 | 
			
		||||
    'Details_cidr' => 'CIDR',
 | 
			
		||||
    'Details_country' => 'Country',
 | 
			
		||||
    'Details_netname' => 'Network operator',
 | 
			
		||||
    'Details_ip_type' => 'IP type',
 | 
			
		||||
    'Details_ip_spamlist' => 'Spam list',
 | 
			
		||||
    'Details_asn' => 'ASN',
 | 
			
		||||
    'Details_ip_alert_list' => 'Global alert',
 | 
			
		||||
 | 
			
		||||
    //Device
 | 
			
		||||
    'Device_details_placeholder' => 'Device details',
 | 
			
		||||
    'Details_device_id' => 'Device ID',
 | 
			
		||||
    'Details_device' => 'Device',
 | 
			
		||||
    'Details_ua_modified' => 'User agent modified',
 | 
			
		||||
    'Details_browser_name' => 'Browser',
 | 
			
		||||
    'Details_lang' => 'Language',
 | 
			
		||||
    'Details_os_name' => 'OS',
 | 
			
		||||
    'Details_ua' => 'User agent',
 | 
			
		||||
    'Details_device_created' => 'First seen',
 | 
			
		||||
 | 
			
		||||
    //Logbook
 | 
			
		||||
    'Details_local_timestamp' => 'Local timestamp',
 | 
			
		||||
    'Details_error_type' => 'Status',
 | 
			
		||||
    'Details_error_text' => 'Warning message',
 | 
			
		||||
    'Details_request' => 'Raw POST data',
 | 
			
		||||
    'Details_source_ip' => 'Source IP',
 | 
			
		||||
 | 
			
		||||
    //Enrichment
 | 
			
		||||
    'Details_calculation' => 'The list of entities and the number of records that require enrichment. Billing will be calculated based on API consumption rates.',
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user