Stephen Eaton

Results 16 comments of Stephen Eaton

I've only just came across this module (thanks Python Bytes podcast for the heads up!) and I have a similar use case where my application makes remote API calls that...

I'm happy to start some mkdocs for the project

Seeing the project currently does not have that many dependencies, adding mkdocs-materials will now add some that need to be managed. How do you want me to handle these? I...

seeing you are dropping python 2, I'll remove from dependencies in #57 so supported python versions are 3.7-3.9 ?

> > so supported python versions 3.7-3.9 ? > > Should be 3.6-3.9, which are versions being tested in Github Actions. hmm I could only see `python-version: [ 2.7, 3.7,...

I'm having similar issues as have just been been trying to implement nginx as a RP on centos purely for SSL/TLS @kdhlab did you find a workaround by any chance?

ok what worked for me as a future FYI added in my deploy nginx runbook ``` pre_tasks: - name: Fix Netbox home permissions file: path: "{{ netbox_home }}" state: directory...

I'm familiar with 12 factor apps and agree that apps should allow for ENV, however in cases like this My thoughts with this are that configurations should be kept in...