UpTime Invoice ProPrivate Core V17.2 · Service Studio Nivel Dios
Security / Production Cleanup
Clean Deploy Control Sheet
Use this page before final deploy. The goal is simple: keep production clean, remove old patches/ZIPs/test files, and avoid exposing SQL, backups or temporary files publicly.
01
Official Production Files
These are the expected front-office files for the current release. Keep your existing api/, img/, uploads/ and .htaccess in place.
public_html/app/index.html public_html/app/view-cliente.html public_html/app/view-estimate.html public_html/app/view-invoice.html public_html/app/view-project.html public_html/app/production-checklist.html public_html/app/qa-pass.html public_html/app/production-cleanup.html public_html/app/operating-manual.html public_html/app/release-center.html public_html/app/assets/app-core.css public_html/app/assets/services-command-center.css public_html/app/assets/app.js public_html/app/assets/customer-portal-mobile-fix.css public_html/app/api/ public_html/app/img/ public_html/app/uploads/ public_html/app/.htaccess
02
Remove From Production
03
Keep / Do Not Delete
04
Security Notes
FrontendNo secretsSupabase anon key can be public, but never place service role keys, Resend keys, passwords or private tokens in app.js.
SQLEditor onlyRun SQL in Supabase SQL Editor. Do not upload SQL patches or schema files to Hostinger production.
PaymentsSettings firstPayment profile should come from Supabase settings, not hardcoded emergency placeholders.
This release does not modify Supabase, PHP, cron jobs, Resend, Team Members, uploads or .htaccess. It only adds cleanup guidance, links and production discipline around the existing app.
05
Manual Hostinger Cleanup Flow
06
Allowed Deploy ZIP Contents
index.html view-cliente.html view-estimate.html view-invoice.html view-project.html production-checklist.html qa-pass.html production-cleanup.html operating-manual.html release-center.html release-center.html brand-style-guide.html assets/app-core.css assets/services-command-center.css assets/app.js
07
Final Pass
When this page, the QA checklist and the operating manual all open correctly, the app shell is clean and ready for the next release pass.