Inside Project
Components are the building blocks of your application.
- Domain: Serves as the entry point for your application.
- Cloudflare Proxy: Provides a reverse proxy for your application, enhancing security and performance.
- Nginx HTTP Server: Handles HTTP requests for your application.
- Application: Runs your backend or frontend code, such as Node.js, Python, or other server applications.
- Static Site: Hosts static site generators like Hugo, Jekyll, or VuePress, serving pre-built static content.
- Static HTML: Hosts static files without building.
Resources
Section titled “Resources”Resources are configuration or additional data for components.
- Routes: Define how URLs map to your application or static content.
- Build Variables: Environment variables available at build time for customizing builds.
- Runtime Variables: Environment variables available at runtime for your application.
- SQLite Database: Lightweight, file-based database for storing application data.
- Volume: Persistent storage for files or data used by your application.