/
GO
goinfinite
/
OsApi
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
account
6
auth
1
cron
4
database
5
files
9
marketplace
4
o11y
1
runtime
3
scheduled-task
2
services
6
get
ReadInstalledItems
put
UpdateService
post
CreateCustomService
get
ReadInstallableItems
post
CreateInstallableService
delete
DeleteService
setup
1
ssl
4
vhosts
12
services
CreateCustomService
Install a new custom service.
post
/v1/services/custom/
Request body
DtoCreateCustomService
required
autoCreateMapping
boolean
autoRestart
boolean
autoStart
boolean
avatarUrl
string
envs
string[]
execUser
string
logErrorPath
string
logOutputPath
string
mappingHostname
string
mappingPath
string
mappingUpgradeInsecureRequests
boolean
maxStartRetries
integer
name
string
portBindings
ValueObjectPortBinding[]
postStartCmdSteps
string[]
postStopCmdSteps
string[]
preStartCmdSteps
string[]
preStopCmdSteps
string[]
startCmd
string
stopCmdSteps
string[]
timeoutStartSecs
integer
type
'system'
|
'database'
|
'runtime'
|
'webserver'
|
'other'
version
string
workingDirectory
string
Response
CustomServiceCreated
object
required
Changes