Hi, as some of you might know, the original Trilium project switched to the maintanence mode since Jan, 2024. See Announcement: Trilium transitions into maintenance mode · Issue #4620 · zadam/trilium · GitHub where the developer announced the situation.
I’ve found this reddit post when I was navigating on reddit. The post was an announcement about a new successor of the original Trilium and it is actively being developed on this github repo. As per it stated in their readme; TriliumNext is compatible with TriliumNotes makes it easy to migrate.
Disclaimer: I haven’t experimented with the successor project.
I was wondering what Yunohost app package maintainers would think on switching to the successor project?
1 Like
You can try GitHub - YunoHost-Apps/trilium_ynh at next-v2 and give feedback.
Make a backup before you proceed
1 Like
Oh
, there is already a Work In Progress then! That is nice to see. Of course, I will give it a try soon.
@jarod5001 I’ve installed it. When I navigate to it I’ve got 502
error. The service fails to start. Here is the reason:
I have just added a dependency to libnss3
. Can you try upgrading again?
1 Like
Hi @tituspijean, I’ve reinstalled it. And this time, libatk-1.0.so.0
is missing:
Apr 24 11:30:55 systemd[1]: Started trilium.service - Trilium: notes server.
Apr 24 11:30:56 trilium[1529871]: /var/www/trilium/trilium: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
Apr 24 11:30:56 systemd[1]: trilium.service: Main process exited, code=exited, status=127/n/a
Apr 24 11:30:56 systemd[1]: trilium.service: Failed with result 'exit-code'.
Apr 24 11:30:56 systemd[1]: trilium.service: Scheduled restart job, restart counter is at 1.
Apr 24 11:30:56 systemd[1]: Stopped trilium.service - Trilium: notes server.
By the way, how can I upgrade the already installed instance, instead of removing and installing it again?