Directory Reference

Storage Map

This reference provides a quick overview of the most important directories used by a TailStatic installation. All paths are relative to the Persistent Storage Layout, usually /app/data/tailstatic.

PathDescription
/DBMain application database files. See Application Settings.
/SecurityEncryption keys, certificates, and sensitive data. See Users and Access Control.
/SitesSource files for all managed sites. See Create and Manage Sites.
/SitesRenderedFinal optimized HTML/CSS files served once you publish.
/SitesPreviewTemporary files used for Preview Workflows.
/jobsLogs and data for TailStatic-Tools and Processing Jobs.
/tmpGeneral temporary storage used during Files, Assets, and Collections uploads.

Per-Site Source Structure

Each site within the /Sites directory follows this standard Site Directory Layout:

PathDescription
/pagesStructural templates. See Components and Liquid Templates.
/ContentContent files. See Pages and Markdown Content.
/ComponentsReusable snippets. See Components and Liquid Templates.
/AssetsStatic files. See Files, Assets, and Collections.
/ConfigSite-level config. See Site Config Reference.

Next Steps

Always ensure you have Backups and Restore in place before manually modifying these directories. For troubleshooting, consult Troubleshooting TailStatic and check Analytics and Logs. All changes are tracked in Versioning and History.

See Also