"description":"Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob",
"short_desc":"Fully featured and highly configurable SFTP server",
"author":"drakkan",
"source":"https://github.com/drakkan/sftpgo",
"website":"https://sftpgo.com",
"form_fields":[
{
"type":"random",
"label":"Database password",
"min":20,
"env_variable":"SFTPGO_DATABASE_PASSWORD"
},
{
"type":"text",
"label":"Web Admin User",
"hint":"Username for the web admin user",
"placeholder":"admin",
"required":true,
"env_variable":"SFTPGO_ADMIN_USERNAME"
},
{
"type":"password",
"label":"Web Admin Password",
"min":20,
"hint":"Password for the web admin user",
"placeholder":"password",
"required":true,
"env_variable":"SFTPGO_ADMIN_PASSWORD"
},
{
"type":"number",
"label":"Binding Port",
"hint":"Port used to run application in container",
"placeholder":"8080",
"env_variable":"SFTPGO_BINDING_PORT"
},
{
"type":"number",
"label":"Grace Time on stop",
"hint":"Waiting time before killing app after requesting a stop",