this post was submitted on 12 Jan 2024
66 points (94.6% liked)

Selfhosted

40183 readers
525 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Not my newsletter, just a good community share

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (2 children)

I've been using it for a while without any noticeable problems. What issues did you run into?

[–] [email protected] 2 points 10 months ago (1 children)

Out of curiosity, what do you use it for?

[–] [email protected] 1 points 10 months ago (1 children)

All kinds of stuff. I use it when I need a way to structure my data:

  • I use it to keep track of software / libs that are of interest, what they are an alternative to. See example here: https://ibb.co/ncsdt0W
  • I've also tried to recreate the functionality of a personal relational management (a la MonicaHQ, or per this post: https://medium.com/@rklau/my-homegrown-personal-crm-87dffbcf54d7) but found it to be an overengineered solution.
  • I also used it to interact and store data through my python apps, to avoid dealing with it directly in python.
  • You can also use it as a Kanban board
  • Also, I've been trying to use it as an excel replacement - which is an overengineered solution but you get impeccable dataquality.

Nocodb is a bit wonky, but it is quite easy to work with (front- and backend) and since everything is in the database format you choose - you're in control of how you want your data.

[–] [email protected] 1 points 10 months ago

Thanks, this is very helpful.

So, is it kind of a replacement for MS Access, except a non-relation db?

[–] [email protected] 1 points 10 months ago

I don't remember exactly, it was around 2 years ago. It was easy to set up, but I found the feature set to be lacking some essentials, and I ran into a couple of big bugs. Couldn't really replace my airtable setup yet. Happy to give it another try though!