Live data from Hacker News

Show HN: Personal Management System

github.com

21–30 of 70 posts

Re: Show HN: Personal Management System

#21
post #19

Earlier quoted context omitted.

Many demos I've seen online expect vandalism, and will reset to their original data on an hourly basis.

This does not change a substantial wrong-doing

Welcome to humans. Amongst all the good ones there's always that 1% of idiots and body parts...

Re: Show HN: Personal Management System

#24

This looks great, and I especially like the upfront and honest "Support" section. As someone who is trying to move my information under my own control at present (Rather than using and paying for multiple cloud systems) I understand the driving force behind the project and will be giving it a shot!

> Browsers Support. Chrome. I mean for real. Just Chrome. I know about bug with copying password in Firefox for example. But I just do everything in Chrome so I'm not really planning to check that on other browsers.

I thought we'd left the "It works in IE" mentality behind us? Apparently not, it seems.

So, considering I use almost all browsers except chrome, this project is a non starter for me.

Re: Show HN: Personal Management System

#29

Have there been any commercial endeavors to make a project such as this? I have wanted something like that for a while, but I'd rather it be somewhat fully-baked and well supported. Still, congrats, it looks like great work, I'm planning on giving it a try.

notion.so is sort of similar

Re: Show HN: Personal Management System

#30

You should post on r/selfhosted ( https://www.reddit.com/r/selfhosted/ ) Been waiting for something like this for a long time ... Only thing I would change is use sqlite rather than mysql. That way your data is in a single file that is easily portable.

It's using Doctrine so the configuration should be easy to change in the .env file. Update the "DATABASE_URL" line to...

`DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"`

And point it to the correct directory where your file is located.

Post reply on HN