Hostinger Deployments Overview
This document summarizes the applications and services currently deployed on the Hostinger shared hosting environment, and how they fit into the broader Hadox infrastructure.
General Info
- Hosting provider: Hostinger Shared Hosting
- Access type: SSH via port
65002 - Main user:
u594326895 - Deployment method: Git-based deployment (via GitHub integration)
Deployed Application
Laravel Web App (hadox.org)
- Source repository:
ekaropolus/hadox.org - Deployment flow:
- Changes pushed to GitHub repository
- Hostinger auto-deploys via Git webhook
- Live URL: https://hadox.org
App structure:
- Laravel root:
~/laravel_app/ - Public path:
~/public_html/index.php(custom bootstrap) - Static assets:
public_html/test/public/ - Blade views:
resources/views/hadox/
Domain & DNS Configuration
- Main domain:
hadox.org - Subdomain(s): None currently used
- SSL: Managed by Hostinger via automatic HTTPS
Deployment Notes
- Laravel uses a GitOps strategy: changes are developed locally → pushed to GitHub → deployed on Hostinger.
- Static assets require cache management. Files may appear as 404 on new browsers if not cached.
- GitHub webhook integration ensures deployments are automatic and secure.
- SSH key named
hostinger-deployis used exclusively for GitHub → Hostinger pull access.
Future Plans
- Implement CI/CD from Gitea via GitHub mirror (Drone CI triggers) [in progress].
- Add optional staging environment using a subdomain (e.g.,
staging.hadox.org).