bjornsnoen / minica-api

GNU General Public License v3.0
15 stars 2 forks source link

THANK YOU #7

Open jon6fingrs opened 1 year ago

jon6fingrs commented 1 year ago

Hi I just want to say that your software is perfect and exactly what I was looking for. I have sites like imgur, twitter, etc redirected to self hosted alternative frontends at the dns level. I use adguard home for the redirect and previously used npm as the reverse proxy. THe setup was cumbersome because I had to manually create certificates in opnsense and then create a seperate entry for each subdomain in npm. It worked though.

Well I switched to traefik, and now all I need to do is create a route for the site and all subdomains and then using your web api I create the certificates as needed. The setup is so much easier and more elegant.

THank you so much!!!!

bjornsnoen commented 1 year ago

Thank you very much for that extremely kind message! I'm so happy some people are finding and getting use out of this! If you have any suggestions for improvement or encounter anything that doesn't work please don't hesitate to open an issue and I'll try to fix it as quick as I can :blush:

jon6fingrs commented 1 year ago

Thank you. One thing which might be nice- I already had my tearful instance set up with a different directory structure. I wanted to keep it but the certificate structure for minica looks like is hardcoded. I edited certificate.py to change it but it could be nice if that were an environment variable.

On Thu, May 4, 2023, at 2:09 PM, Bjørn Polat-Snoen wrote:

Thank you very much for that extremely kind message! I'm so happy some people are finding and getting use out of this! If you have any suggestions for improvement or encounter anything that doesn't work please don't hesitate to open an issue and I'll try to fix it as quick as I can 😊

— Reply to this email directly, view it on GitHub https://github.com/bjornsnoen/minica-api/issues/7#issuecomment-1535200956, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMXQZUTMUXYRKSDRDOQ5RPTXEPWF7ANCNFSM6AAAAAAXVA4TEY. You are receiving this because you authored the thread.Message ID: @.***>

bjornsnoen commented 1 year ago

Hm that's interesting. Yes we can change it to use an environment variable there, I just need to do it in a way that doesn't make it harder to use the docker image. I'll publish a new version soon with that feature added.