filestash
filestash copied to clipboard
Missing sftp config in admin
I am unable to set default values for the sftp server connector in the admin console. I am using the lastest image. Everything works fine however I have lost the ability to configure some of the default values for the sftp server. I would like to set the default address and port for the sftp server.
I have the same issue. Were you able to fix? I'm on a fresh install.
No still waiting on a reply
I have the same issue for all storage backends. I can not add or edit the default values.
Same issue here, for all storage backends, after a fresh docker-compose reinstalllation.
EDIT: Apparently it is not an issue but the expected behavior as sated here by the dev. A simple workaround seem to be using the Passthrough authentication middleware, but it's not really self-explanatory and undocumented. Furthermore there seem to have some issue with custom ports.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Passthrough authentication middleware
It used to be easy to do. I f understand correctly, recent changes made it only possible only through configs, as people misused the GUI.
A configuration example would be so useful.
I have the same issue. I'd love the ability to add the SFTP host automatically and only ask for the username/password.
I've found the issue with setting the SFTP hostname with the passthrough middleware. I understood that in the Authentication Middleware section, I had to select username_and_password
, and select the SFTP backend. However, it was unclear to me that in the Attribute Mapping, I had to set the hostname in plain text, but set {{ .user }}
and {{ .password }} as the Username and Password values respectively. Especially since the password value is obscured.
I was able to get this working though, hope this helps if anyone else is confused about this.