working title until I think of something more usefull #126
Replies: 3 comments 3 replies
-
Hey, glad to hear you like the project! I'm currently just about to make the transition to the 2.0 version, with the release of the first alpha. It's a complete rewrite of the project, that introduces a dedicated backend written in NestJS and dropping sveltekit in favor of plain svelte. That being said, I'll try to go through and clean away most of the issues in the old taskboard, and create a new roadmap for the 2.0 version (this is because I don't plan on updating the old v0.x codebase anymore, once the switch has been made). So I'd recommend you check back next week, when I've hopefully got all the ducks in a row regarding merging everything and defining a new roadmap. About the suggestions:
You mean defining the credentials with environment variables? 2.0 will complicate this a bit, since I'll be adding support for multiple users, but I guess it would be possible (and even useful / good practice) to define let's say the admin account with environment variables. Right now in 2.0 anyone can create the first account without authentication, and that account will be made an admin account.
This is absolutely doable, but I'd need your help on this. The main reason why the project was rewritten was to make it a SPA that can primarily target TVs, so everything including dpad navigation should work out of the box on TVs now. Only thing is that I only own a samsung tv, so if you could figure out how to package and install the app on WebOS and then maybe do a PR, that would be awesome.
This is absolutely what I'm aiming for, and with the dedicated backend server we will get closer there. I've also done quite a lot of background work and research on how one would even connect multiple servers / content libraries together via reiverr to create a mesh network where everyone can share their libraries with each other. It's an interesting and complex concept, so I'll probably make a separate thread for discussing it later. Anyway, the support for multiple users will get this a lot closer to the Netflix experience, if that's what youre thinking. It will allow for separate recommendations and even content libraries if necessary. Cheers! |
Beta Was this translation helpful? Give feedback.
-
I wouldn't mind giving user management a shot, I have experience with OIDC, and the *arr apps seem to have LDAP (never worked with it, but I'd like to learn) support. Hopefully that way reiverr doesn't need to roll, implement, and maintain its own version. and I don't have to manage users in 10 places :P |
Beta Was this translation helpful? Give feedback.
-
I haven't forgotten about this, I've just been really busy. hopefully next week I can find some time |
Beta Was this translation helpful? Give feedback.
-
Hey,
Love the project, you are basically making the thing I was about to make myself. So I am totally onboard for it.
I see plenty of help wanted tags in the issues, is this still the case? I'd love to throw myself at the project and implement a bunch of features. I mean if I was going to do it anyway, might as well do it here :P
I also have some feature suggestions:
is this something you also have in mind?
I did read the homepage and I am wondering if I am maybe just a bit early. But I am also fine with you getting me up to speed and me helping out with finishing the migration.
Let me know! looking forward to the possibilities!
Beta Was this translation helpful? Give feedback.
All reactions