thedevs-network / kutt

Free Modern URL Shortener.
https://kutt.it
MIT License
8.48k stars 1.11k forks source link

Is the project dead? #719

Open lucasfcnunes opened 1 year ago

lucasfcnunes commented 1 year ago

No new commits for almost 1 year and no new releases for almost 2.

@poeti8

poeti8 commented 1 year ago

No.

What do you mean by "dead"? I've refactored it multiple times and it's already in a stable position. I don't need to keep adding "features" to keep a project alive.

The live instance for existing users works great. The signup is closed because of spammers but you can always host the project yourself, that's the main point.

But anyway, I'm trying to prioritize Kutt over my other projects and plan a roadmap for 2024. I've already taken some steps in this direction and hopefully next time I'll come back with real updates.

diegopatinor commented 1 year ago

That's good news, there are currently some interesting PRs that you might want to take a look at.

fama commented 1 year ago

That's great news. The only thing that makes me worried are security vulnerabilities:

Dockerfile is based off node:12-alpine, which does not even have a label on dockerhub: node. The lowest version of docker node is 18 and current version 21.

So for some time, there are no security updates for this kutt container.

krymov commented 11 months ago

@poeti8 could you please look at issue #630. If there's any help needed, I would like to help.

davidgs commented 10 months ago

It's a fair question given the number of outstanding PRs and Issues.

jaredcat commented 7 months ago

It seems dead. Why not add some collaborators to help?

I don't need to keep adding "features" to keep a project alive.

No, but there should be regular updates for security and bug fixes.

poeti8 commented 7 months ago

No, but there should be regular updates for security and bug fixes.

No there shouldn't. If it's really important or if it's a security issue, then sure, I'll do it right away, as I have done so far.

jaredcat commented 7 months ago

https://github.com/thedevs-network/kutt/blob/develop/Dockerfile#L1 Node 12 reached end of life on 30 Apr 2022

Screenshot 2024-04-22 at 4 48 01 PM

Seems like there's a lot of bugs and security issues being reported or trying to be fixed and waiting to be reviewed