External Database
Fruitask also offer BYOD (Bring your own database) if you have your own hosting and want to host all your data in a database and files.
Get Started
Your Database
Prepare your webhook
{
"type": "remote", //default
"dbname": "demo",
"username": "user_demo",
"port": 3306,
"password": "admin1234",
"location": "198.154.451", //Hosting IP address
"timestamp": "2025-11-16 19:51:40",
"disk_storage": "https://example.com/api/upload/",
"gallery_url": "https://example.com/api/gallery/",
"base_url": "https://example.com"
}Key
Description
Template PHP
Setup Extension (External Data)
Last updated