Do you have a way to turn off your automatic telemetry? It seems like one of the first things the UI does is send a bunch of info back to Sentry. It also appears that the email verification works by passing the email straight on to one of your servers, instead of my own SMTP setup, which is promptly blocked by my spamfilter. EDIT: Limit on the password of 20 characters? It's hashed anyway right, who cares? More Edit:…
Show HN: Illa – An open-source alternative to Retool
51–60 of 74 posts
Re: Show HN: Illa – An open-source alternative to Retool
#52I'm not a fan of using a cli to boot a docker image. I found out that it's possible to find the base docker-compose images with a bit of searching, but it'd be nicer if the documentation links to them directly.
Re: Show HN: Illa – An open-source alternative to Retool
#53Earlier quoted context omitted.
thx much appreciated!
No worries. A hint about why your comments (most likely) got flagged on the other thread: you pointed at your own competing tool, without disclosing that you develop it, and also without giving any reason to check it out. This space is friendly to people starting new things, so it will actually work better to be upfront and say its yours. People will appreciate the chance to get information from you directly, since o…
Re: Show HN: Illa – An open-source alternative to Retool
#54Hey, fast-try/illacloud, I know this is petty, but, if you mess with history and make it impossible for me to back out of your web page (by clicking the back button), I will immediately assume you are a untrustworthy company, and I will never return later to make an account. I hate this practice, it's rude, it shows contempt for your users (in this case future-users), and its one of the many dark UI patterns that is…
Re: Show HN: Illa – An open-source alternative to Retool
#55I like open source projects but what I don't like if someone else's ideas are just copied. The interface looks almost like a 1:1 copy of retool.
Re: Show HN: Illa – An open-source alternative to Retool
#56Do you have a way to turn off your automatic telemetry? It seems like one of the first things the UI does is send a bunch of info back to Sentry. It also appears that the email verification works by passing the email straight on to one of your servers, instead of my own SMTP setup, which is promptly blocked by my spamfilter. EDIT: Limit on the password of 20 characters? It's hashed anyway right, who cares? More Edit:…
Hey Aeolun, thank you for your testing! This is the co-founder of ILLA. The automatic telemetry issue was caused by not deploying ILLA builder from CLI. For the email verification issue, we will support customized SMTP very soon to ensure our users have 100% control of their data. We will change our password limitation to 30 characters so that our users will have more flexibility. The most important thing is that sho…
Re: Show HN: Illa – An open-source alternative to Retool
#57Re: Show HN: Illa – An open-source alternative to Retool
#58Also, you may want to increase the verification code timeout value - 60s is too short for emails to get through.
Re: Show HN: Illa – An open-source alternative to Retool
#59PS: We are building https://github.com/ToolJet/ToolJet/ - built using JavaSript/TypeScript.