/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

palletsprojects.com
| | freblogg.com
1.9 parsecs away

Travel
| | Flask is a popular micro web application framework for Python using which you can create web apps. Unlike another popular framework like Django, Flask keeps its foot print to a minimum providing only the basic functionality required instead of picking out the entire stack for you the way Django does ...
| | willhaley.com
2.8 parsecs away

Travel
| | These instructions assume you have already installed a version of Python compatible with Flask. They also assume you have installed pip, a Python package manager. I've written instructions for this. Be mindful when copying and pasting the code below. Make sure you use Unix-style line endings in your text editor, as Michael Lee points out in the comments below. You will very likely encounter issues if you use Windows-style line endings.
| | benbrougher.tech
1.4 parsecs away

Travel
| | A Guide to Starting an API With Flask and Python
| | techblog.jeppson.org
10.2 parsecs away

Travel
| Nginx proxy manager is a really convenient UI wrapped around nginx. It covers the most common use cases very well. If you have more advanced needs, then it requires some custom configuration. In my case, I wanted to load balance my Proxmox servers. This is how you do that, as per https://nginxproxymanager.com/advanced-config/#custom-nginx-configurations and https://www.reddit.com/r/selfhosted/comments/1fp5mxz/nginx_proxy_manager_fails_when_adding_load/ In ... Continue reading Load balancing behind Nginx Proxy Manager