Skip to main content

flask

2024

Logging in Docker & Python: Guide to JSON logging with Graylog
·1443 words·7 mins
netdevops blog docker graylog python flask loguru vault
Logging is a critical aspect of modern application development and operations.
LiveLab: Use Forgejo CI/CD for middleware containers
·3832 words·18 mins
blog netdevops livelab forgejo python ci_cd git docker flask actions workflow
Forgejo is an interesting alternative to GitLab, Gitea, Bitbucket, etc.
LiveLab: Cisco PnP provisioning with Netbox
·2707 words·13 mins
blog netdevops livelab cisco pnp netbox middleware flask
If you’re tired of feeling like a circus performer juggling flaming torches when provisioning Cisco devices, it’s time to meet your new best friend: Netbox.
LiveLab: Automating Excel Reports with Ansible, Flask, Mongodb, TextFSM and Pandas
·2081 words·10 mins
blog netdevops livelab ansible excel flask mongodb textfsm pandas
Today, I want to show you how I use Ansible, Flask, MongoDB, TextFSM and Pandas to generate Excel reports.
Flask decorator for Netbox webhook authentication
·151 words·1 min
netdevops blog python netbox webhook flask apiflask
Today, I am excited to share with you a decorator for Flask/APIFlask, specifically designed for Netbox webhook authentication.
Netdevops python libraries toolbox
·1720 words·9 mins
netdevops blog python apiflask flask loguru ciscoconfparse dynaconf pymongo rq netmiko paramiko ansible pandas ntc_templates textfsm requests
In the ever-evolving landscape of network management and automation, the role of Network DevOps has become increasingly pivotal.

2023

FLASK with LDAP Authentication against Active Directory and group authorization for specific pages
·457 words·3 mins
netdevops blog python flask ldap active_directory
This is an example of how to implement authentication for a FLASK website using Active Directory with LDAP.