mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #137] Acebase looks great, just added support in MeshCentral #79
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ylianst on GitHub (Aug 14, 2022).
Original GitHub issue: https://github.com/appy-one/acebase/issues/137
I am that main author of MeshCentral, a open-source remote management web site. One of the community members point out AceBase was a good replacement for NeDB that is no longer maintained. I needed a pure NodeJS database to use as a default for small instances where someone does not want to setup MongoDB, PostgreSQL, MariaDB, MySQL. AceBase looks like it works perfectly for what I need and I spent the day integrating it into MeshCentral. It will be in the next version, MeshCentral v1.0.66, when it's published.
Note that inline with your #100, I am making my users put
"sponsor": truein the MeshCentral config.json to remove the banner, so basically forwarding that thru. Running MeshCentral looks like this:Just wanted to say thank you. I still have work to do to optimize things, but so far the basics seem to work well.
@appy-one commented on GitHub (Aug 14, 2022):
That's awesome, thanks!!
I'll take a look at MeshCentral 👍🏼👍🏼
@Ylianst commented on GitHub (Aug 14, 2022):
I will have a video on AceBase integration with MeshCentral on my YouTube channel, it will premiere on September 7th.
@Ylianst commented on GitHub (Sep 7, 2022):
The video of AceBase with MeshCentral just got published.
@appy-one commented on GitHub (Sep 7, 2022):
Great video @Ylianst, thanks!
@Ylianst commented on GitHub (Sep 17, 2022):
Wanted to come here and say a big thank you to @appy-one. You fixed my MeshCentral code and released a new version of AceBase with fixes. I am on vacation until October 18th, but can't wait to try out the new AceBase!