Self-hosted, open-source Linktree alternative. Deploys the official LinkStack Docker image on Zeabur. By default this template does not configure any persistent volumes; all data is stored inside the container filesystem. If you need persistence, you can manually attach volumes after deployment.

This template deploys the official Docker image linkstackorg/linkstack
on Zeabur with a minimal configuration.
SERVER_ADMINHTTP_SERVER_NAMEHTTPS_SERVER_NAMETZ (defaults to UTC)LOG_LEVELPHP_MEMORY_LIMITUPLOAD_MAX_FILESIZEAPP_KEY (preconfigured)By default, this template does not configure any persistent volumes.
/htdocs./htdocs (for full persistence) or
specific subdirectories like:
/htdocs/storage/htdocs/uploads/htdocs/themes/htdocs (for example, by copying data into the volume using a one-off
maintenance container or SSH)./htdocs or its subpaths
will hide the existing files from the image and LinkStack may fail to
start.