Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Tutorial. #28

Open
nikkopante opened this issue Apr 16, 2023 · 1 comment
Open

[Request] Tutorial. #28

nikkopante opened this issue Apr 16, 2023 · 1 comment

Comments

@nikkopante
Copy link

This is amazing. There's so little reference on how to build a boilerplate for securing a dockerized app with certbot. I was hoping there's a tutorial on this like how it was made step by step. An article or video? Also, maybe a Django version next? :)

Thank you for this!

@smallwat3r
Copy link
Owner

smallwat3r commented Jan 23, 2024

Thanks for your comment, it's much appreciated.

It's been a while since I've actively worked on this project, and I now only assure basic maintenance, I'll think about documenting the process a bit more in depth when I have a bit more time.

I assume this setup should already allow you to run it for a Django app with really simple changes:

  • you would need to change the Python requirements
  • the content of the example_app directory (with your Django app)
  • and finally the Gunicorn command launching the app, to point to the right Django entrypoint
  • (and possibly a few env vars?)

All this is theoretical, as I have not tested it, but from the top of my head, there should not be any other places to update/change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants