My original check to see whether if the import was a google keep or a notepane export was unsafe, so i made it safe so it doesn’t crash
Log in to leave a comment
I built a note taking app that is an alternative to google keeps. Not only is it better, but also is able to share notes through urls. I learned so many things like creating my own Docker apps which I’ve only used (self-hosting media servers/etc) but never made fully. It is based on svelte/postgres and can backup the database every 24 hours. Super proud that it can run all of these services with just one command. docker compose up
I fixed my dockerfile and compose.yaml to actually build production correctly, and also added a database backup feature. It can now run on my raspberry pi!!!
Apart from a bunch of docker stuff, i also added mobile support which was a little complicated as it also touched on some js stuff. (resizing etc)
Log in to leave a comment
I added two essential functions that can scrape the current song being played. It works on both the home page and album/single track page
Log in to leave a comment