YunoHost-Apps / my_webapp_ynh

Custom Web app with SFTP access
GNU General Public License v3.0
47 stars 39 forks source link

Multiple platform selection #114

Closed eldertek closed 1 year ago

eldertek commented 1 year ago

Let the ability to choose between fiber golang, expressjs etc

tituspijean commented 1 year ago

Both mentioned platforms look like they provide their own webserver.

This is currently not in the scope of my_webapp (static and php).

I guess we could provide another option for NGINX proxy_pass, or delegate completly the NGINX configuration by relying on #101.

eldertek commented 1 year ago

It will be nice if we can have this

eldertek commented 1 year ago

At the moment can I create a golang fiber with nginx proxy without making a yunohost app ?