swiftwave-org / swiftwave

Self-hosted lightweight PaaS solution to deploy and manage your applications on any VPS [Your own self-hosted Heroku, Vercel]
https://swiftwave.org
Apache License 2.0
411 stars 33 forks source link

feat: authentication at haproxy ingress level #660

Closed tanmoysrt closed 1 week ago

tanmoysrt commented 4 months ago

There are various apps like metube which is mainly focused on running in local network and has no auth mechanism implemented.

So, it will be better to have basic authentication for those at haproxy ingress level.

tanmoysrt commented 3 months ago

Authelia - https://spiffy-join-5b8.notion.site/Authelia-Integration-096a461f7dbb4bbc88c89446bac38945?pvs=4 Authentik - https://spiffy-join-5b8.notion.site/Authentik-Integration-8aa3ed24564246b780a6b9b14e1655dd?pvs=4 Basic Auth - https://spiffy-join-5b8.notion.site/Basic-Authentication-2d5ffacd88c441a387e22f037427183c?pvs=4

tanmoysrt commented 1 week ago

Adding more making it complex.

Will have support while adding team management.