freeflowuniverse / aydo

Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
GNU Affero General Public License v3.0
0 stars 0 forks source link

reverse proxy #7

Closed despiegk closed 1 year ago

despiegk commented 1 year ago
despiegk commented 1 year ago

this allows sftpo to be the default front end for all our functionality

xmonader commented 1 year ago

even with a public ip, you need the domain to be resolvable by let's encrypt, otherwise it won't be able to do dns01 or http01 to verify the ownership of a domain to issue a certificate

despiegk commented 1 year ago

is not a prob, pub ip addr ok for now

alichaddad commented 1 year ago

I am not entirely sure what is needed here. Is the goal to make use of sftpgo server to expose the web3 proxy API? What is the API that we can add and to configure what?

alichaddad commented 1 year ago

I am going to add a new endpoint in sftpgo: /dao that routes to a configurable server as a start until more details are gathered

despiegk commented 1 year ago

we are ok, we can cancel this one, we can work around it using our web2gateway, ok to close