sftpgo/sftpd
Nicola Murino f2b93c0402
add a setup screen to create the first admin user
If you prefer to auto-create the first admin you can enable the
"create_default_admin" configuration key and SFTPGo will work as before.

You can also create the first admin by loading initial data: now you can
set both username and password, before you could only change the password
2021-05-14 19:21:15 +02:00
..
cmd_unix.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
cmd_windows.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
cryptfs_test.go fix max connections check 2021-04-20 18:12:16 +02:00
handler.go sftpfs: add buffering support 2021-04-03 16:00:55 +02:00
internal_test.go localfs: fix subdir check if the user has the root dir as home 2021-04-25 14:36:29 +02:00
internal_unix_test.go add more linters 2020-05-06 19:36:34 +02:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
scp.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
server.go allow to limit the number of per-host connections 2021-05-08 19:45:21 +02:00
sftpd.go OpenAPI: minor changes 2021-01-18 13:24:38 +01:00
sftpd_test.go add a setup screen to create the first admin user 2021-05-14 19:21:15 +02:00
ssh_cmd.go allow to execute actions for file operations and SSH commands synchronously 2021-05-11 12:45:14 +02:00
subsystem.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
transfer.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00