"script":"#!\/bin\/bash\r\n\r\nnpm i -g create-koishi\r\ncd \/mnt\/server\r\necho \"koishi-app\" | create-koishi",
"container":"node:bullseye",
"entrypoint":"bash"
}
},
"variables":[
{
"name":"URL prefix",
"description":"Prefix of value to be set in `selfUrl` field. Will be followed with container allocated port.\r\neg. `URL_PREFIX=http:\/\/localhost:` would go for `http:\/\/localhost:11111` when the allocated port being 11111.",