Thanks for the suggestions. I’ll try them out. One thing that I hate is critical for me is integration with Android auto. It’s the last Google service I can’t seem to quit. Might have to give up and just roll with Bluetooth instead.
- 1 Post
- 17 Comments
I want to leave too, but I really like PlexAmp for my music streaming. And no, Finamp doesn’t work nearly as well or look as nice.
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•The last note taking app you'll ever needEnglish14·1 month agoAwful app
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•What are some cool projects that I can do with a 1st gen Raspberry Pi?English51·2 months agoI was poking around the Raspberry imager utility and they had RISC OS, which is and old operating system that was apparently fairly popular in the UK, but I’d never heard of it in the US. I loaded it up on my Pi 1 and had fun exploring it. Not exactly useful, but cool to mess with: RISC OS
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English10·2 months agoSeafile. It’s super fast and lightweight. There are some caveats though:
-
Data is stored in git-like chunks on the server side. There is Seafuse and Sea drive functions that you can leverage to “assemble” the data on server side for backups. I personally use rclone mount, then backup.
-
Paywall hiding some features. The community edition is free but is missing some features that pro has. Pro edition is free for 3 or less users.
-
Documentation isn’t great. The forum is active so that’s helpful, but some of the docs take some time to understand
-
Chinese owned. As far as I can tell, there is no call home for a self hosted server, so I don’t think it’s a worry in that case.
All that said, I like it much better than Syncthing for it’s selective sync. All files on each client are synced to the server. But unlike Syncthing, it doesn’t sync all data with each client. This is vital for me with some devices with small storage drives, so I would t want all files to sync. Yet I can still reach to the server from any client and pull data from any other client. Syncthing has an ignore flag, but that seemed way more trouble to setup than just sticking with Seafile.
-
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•What hardware do you use for Nextcloud?English1·4 months agoSame here. Works well.
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•Looking for personal cloud storage alternativesEnglish2·5 months agoSeafile is great…with caveats that seem to bother people away from it:
-
Files are stored as git-like chunks on the server
-
Features behind a paywall for more than 3 users (Pro vs Comminity versions)
-
Documentation can be very confusing at times
Item 1 can be mitigated by utilizing tools like Rclone to mount the files on the server, reassembling the chunks, then back up and unmount when done. Item 2 isn’t a deal breaker for me.
It is super fast and reliable in my experience. I specify wanted the selective sync because my stupid MacBook has a tiny SSD, but I still wanted access to files from other device libraries.
-
I’ve tried 'em all. And I am always on the lookout for new apps that can do what I want. So far, Obsidian is the best.
-
Joplin: adds meta data to your text files making it nearly impossible to find anything outside of Joplin unless you export
-
Logseq: the closest substitute to Obsidian. The android app is almost unusable in my testing. And it’s an outlined based note app, so it requires a different mindset
-
Silverbullet: such a neat project. The PWA runs great on every device I’ve tried it on. That said, I find it hard to navigate and will require more learning to take full advantage of its features
-
Nextcloud Notes: decent if you already have an instance running. Not worth it just for Notes though. It’s very spartan, feature-wise
-
Quillpad: the closest Google Keep alternative I’ve found so far. Does require Nextcloud insurance to sync though. At least currently.
-
Acreom: very cool project. Similar to Obsidian and Logseq. Local first…unless you’re on mobile, then you are required to have an account and use their sync.
-
Notesnook: has great features but does not store the notes on plain text (due to encryption), which is a deal breaker for my use case
-
Memos: very easy to selfhost. Think of it like a personal twitter feed. Stores entries in a db file, so it’s out for me
I tested others, and many didnt last long enough in my testing to even be worth writing about. I find Obsidian’s folder hierarchy easier to fit around how my brain works. And the plain text files in folders, maintaining the hierarchy, is a killer feature for me. Lots of folks self host a sync solution. And I want to but am currently paying for their basic sync plan of $5/mo.
-
Something to think about, if it’s important to you. I went through this same journey. I had been using Day one, which is a beautiful app. But I began considering what would happen to those entries when I’m dead and gone. It’s important that my wife and kids can read through the years if the desire. That lead me in a search for something that has the most “future proof” journaling approach. Something that would still be easily readable without a bunch of exporting or conversion should the company go out of business.
Obsidian is one of many apps that at its core, is simple text files in folders on your local machine(s). As others have said you can self host rather than paying for their home grown sync solution. I’ve tried Joplin, Logseq, Trillium, Memos, and I’m sure there are others I’m forgetting. They have all had some level of dealbreaker for me. Like Logseq has a horrible android app. Memos stores entries inside a database, so not easily retrievable. And Joplin adds meta data to the contents of your text files as well as screwing up the file/folder names to something that isn’t human readable. So I’ve stuck with Obsidian. It’s not open source, but the file format is platform agnostic and can be read by just about any computer or mobile device made in decades.
That said, you won’t get the calendar features with dates/locations of photos like you mentioned unless someone has made a plugin for it.
I’ve found the PWA adequate for my phone usage. I found a custom CSS that is sort of a Gruvbox that I really like.
Miniflux is great. I use Wallabag as my read it later app and selfhost both on a cheap VPS. They’re tightly integrated but Miniflux supports several other integrations
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•Search for a note taking app (solved)English1·6 months agoHonestly it seems like Obsidian is the one matching most of your criteria. $4/mo isn’t bad for a bullet proof sync solution with version history, imo. I also have my vault backed up on each client locally for extra protection.
I’d love to suggest Logseq because FOSS, but man does the android app suck.
That said, I find Obsidian really lacks in the simple to-do/checklist function. So I use Quillpad synced to my Nextcloud server for Google Keep-like functionality. Everything else goes into Obsidian.
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•Search for a note taking app (solved)English1·6 months agoI have used Nebo as well and instead of exporting I did a select all, copy and paste. Not very elegant but it did work to sort of “convert” to markdown.
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•Search for a note taking app (solved)English2·6 months agoAnd the file names are not the note titles like Obsidian (and logseq I believe)
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•FOSS alternative to Google KeepEnglish1·7 months agoI’m using Quillpad
Father_Redbeard@lemmy.mlto Selfhosted@lemmy.world•Self hosted Google Keep alternativeEnglish1·2 years agoMemos is self hostable and is “cross platform” by nature of being web-based only. There is a 3rd party mobile app MoeMemos but it doesn’t add anything special over the quite excellent progressive web app for plain Memos. Of course you can’t use it offline since it’s web-based. But I have an always on VPN connection between my phone and my server so home so it’s fine.
Notesnook is recently open source, but as of yet not self hostable. It is on the roadmap though. This one is privacy/security oriented and has native apps for just about everything as well as a web interface.
Quillpad is the closest interface-wise to Keep, but it can only sync with Nextcloud and I can’t run that beast on my old hardware. Too clunky and slow.
I’ve been on this hunt for awhile but I realized that I use Keep differently than other folks on the same journey. It’s mostly a list focused service for me. Sometimes with check boxes, sometimes not. Most of the FOSS not taking apps can use some markdown, but that is a bear to use on mobile without a quick way to inject a checkbox. Memos has a button for a few formatting items on each “post” and thankfully one is the Markdown checkbox shortcut.
For notes, personal knowledge management, and everything else I use and love Obsidian.
Oh nice! I’ll check it out.