techconsulnerd, techconsulnerd@programming.dev
Instance: programming.dev
Joined: 2 years ago
Posts: 1
Comments: 2
Follow me on Mastodon @techconsulnerd@fosstodon.org
Posts and Comments 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.
c/lemmy_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.
[Request] User Backup and Migration Tool
Lemmy devs, please share if you built any tool that backup a single user's Lemmy account, settings, subscriptions - then can migrate or restore the account as new into other instance. This tool will be used by the user themselves, not by the instance admin.