How does it work
tinymash runs on PHP 8.4+ and stores configuration, users, content, media, and plugin data on the local filesystem. Nginx or Apache serves the application with public/ as the document root.
The application uses:
Local assetsAll CSS, JavaScript, icons, and fonts used by tinymash are served from the local installation. No CDN or other external asset service is used.
See Installing tinymash for runtime requirements and Local assets and dependencies for extension rules.