techconsulnerd, techconsulnerd@programming.dev

Instance: programming.dev
Joined: 2 years ago
Posts: 1
Comments: 2

Follow me on Mastodon @techconsulnerd@fosstodon.org

RSS feed

Posts and Comments by techconsulnerd, techconsulnerd@programming.dev

Perhaps it was crawling a list of IP addresses and your web server is also serving the website to your IP address (not domain/subdomain). You can configure the web server to show blank page or 403 error if accessed by IP address.


If you already an expert in python, you can keep doing that and build a frontend in python using Dash. They have bootstrap components and mantine (React) components for options of style you might prefer. Don’t need to write JS or HTML. It’s enterprise grade and widely used by large enterprise projects.

Another is Reflex but their open source version is tricky to run in production. They promote more of their cloud version or enterprise license.


RSS feed

Posts by techconsulnerd, techconsulnerd@programming.dev

Comments by techconsulnerd, techconsulnerd@programming.dev

Perhaps it was crawling a list of IP addresses and your web server is also serving the website to your IP address (not domain/subdomain). You can configure the web server to show blank page or 403 error if accessed by IP address.


If you already an expert in python, you can keep doing that and build a frontend in python using Dash. They have bootstrap components and mantine (React) components for options of style you might prefer. Don’t need to write JS or HTML. It’s enterprise grade and widely used by large enterprise projects.

Another is Reflex but their open source version is tricky to run in production. They promote more of their cloud version or enterprise license.