Contribute to the Upsun knowledge base, or check out our resources
Join our Discord community
Blog
Documentation
Upsun maintains a list of scripts that may be used within the template to ease its fine-tuning.
On rare occasion, the rate limit on raw.githubusercontent.com
my be hit. It can
then be recommended to use a Personal Token to benefit
from a much higher rate limit.
curl -H "Authorization: Bearer PERSONAL_TOKEN" -fsS https://raw.githubusercontent.com/upsun/snippets/main/src/script.sh | { bash /dev/fd/3 PARAMETERS; } 3<&0
To install FrankenPHP only once on your project:
curl -fsS https://raw.githubusercontent.com/upsun/snippets/main/src/install-frankenphp.sh | { bash /dev/fd/3 5.1.1 ; } 3<&0
This activity script creates an event Marker on Blackfire side. This script is meant to be integrated with your Upsun project.