Earlier quoted context omitted.
This is the correct answer.
I guess if you assume that "small teams" are all working 100% on the one project... which isn't even slightly reasonable (hell: that isn't even reasonable for large teams). The per-user thing essentially means you are paying costs constantly for people who just need access to something as a contributor even though they are using it once a month. It is incredibly frustrating having to be like "ugh, I contracted with s…
Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
61–70 of 97 posts
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#62If you really want a Jira alternative, look at Youtrack.
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#63Can I self-host it? The only reason we're going to move away from JIRA is that Atlassian dropped server installs and is moving everyone to their cloud or datacenter products. Have a great conversion from JIRA and a reasonably-priced self-hosted option, we'll be looking at you in six months.
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#64Why startups don't try to break this charge per user per month thing? Would be great to have products which would charge like $10 a month for up to 5 users or so... why so greedy and charge 10 per user? So, if small team of 5..10 people, at $8 a month per user, is like $100 a month for single service. And if startup needs like 5..10 different services to pay, it becomes like a pretty good amount for paying for differ…
You also get this sunk cost fallacy where you basically keep on poring in more time (and money) because you've already invested so much. Self hosted commodity services only makes sense these days if you have too much money or very specific needs that you are willing to pay for. Even at their premium pricing, they are a pretty good value proposition for most companies.
Asana on the freemium layer is still pretty good value and an easy upgrade once your team grows. Same for github. We pay for neither. Github comes with Github actions too with lots of free CI minutes per month. The Slack freemium layer is pretty decent as well (more than enough for any startup). I'd consider paying for all of the above if I had to because these products are kind of nice to use as well. But I don't. 0$ / month is a pretty hard price to beat.
But even at hundreds per month, self hosting would still cost more and deliver less.
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#65Can I self-host it? The only reason we're going to move away from JIRA is that Atlassian dropped server installs and is moving everyone to their cloud or datacenter products. Have a great conversion from JIRA and a reasonably-priced self-hosted option, we'll be looking at you in six months.
datacenter is an on-prem product though?
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#66Earlier quoted context omitted.
A lot of orgs have various regulatory constraints. For much of public sector, you're either going to need to be able to have it hosted on AWS GovCloud or allow the organization to self host it on their own servers.
Thanks for the clarification, there’s definitely a pathway for us to allow for this in the near future. I think it’s a safer path than running after industry specific compliances.
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#67Earlier quoted context omitted.
I guess if you assume that "small teams" are all working 100% on the one project... which isn't even slightly reasonable (hell: that isn't even reasonable for large teams). The per-user thing essentially means you are paying costs constantly for people who just need access to something as a contributor even though they are using it once a month. It is incredibly frustrating having to be like "ugh, I contracted with s…
Why not charge based on typical "packages" containing a certain number of interactions with the service?
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#68Earlier quoted context omitted.
Its definitely something we've been exploring when putting our product roadmap together. I'm curious though, if we had a private cloud instance vs self hosted? I'd love to understand why self hosted would be the option you'd go for.
Our security policy doesn't let us put confidential information into other people's hands unless they are willing to commit to the full value of damages from a breach on their side. It's a great question to differentiate sales critters: the new ones are sure that they can work something out; the middle ones are dubious; the experienced people chuckle and disengage politely.
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#69what is the workflow like for going from a commit id (ala git-blame) to all available discussion and context around that change?
is there any sort of unified search through history that shows both changes and all discussion/context around them? (pull requests, kanban cards, related issues and prs, design docs/sketches/etc, slack threads)
is there any workflow/smarts for detecting recurring issues/bugs/fixes?
i used to ask "can you drive most of it by email" ... i guess these days it's "can you drive most of it by chat integration?"
Re: Show HN: Tara 2.0 – Fast Jira alternative with automation based on Git events
#70Earlier quoted context omitted.
Thanks for the response, though my question was more about whether you've thought through how your webhooks based approach can work through VPNs. For example, one of the organisations I work with uses a CheckPoint capsule VPN with some non-standard configuration that's controlled by their IT department that manages and supports client workstations. To even access the Git server requires the user to be connected throu…
Thanks for clarifying. Yes this would be fairly different and requires an extra layer or configuration on our backend. You’re absolutely right about following the same route to the server per user and since our current configuration allows a workspace level workflow, we would have to write some middleware to handle this use case. You are absolutely right about a self hosted solution being the better workaround which…