litrik / displayer

An open source multi-platform app for digital signage
Apache License 2.0
49 stars 10 forks source link

How to make it multiuser #22

Closed hapishyguy closed 3 months ago

hapishyguy commented 1 year ago

I was able to build the android app and the desktop app. How can we make it multi user / Multi tenant? Any ideas, any guidance?

litrik commented 1 year ago

Displayer is (currently) only the player part. The editing and storing of the display file itself is kept out-of-scope (on purpose).

In my own use case, I store the display file in a Github repo. That way I can give edit rights to other people (when the need arises).

Can you describe a bit more in detail which functionality you are looking for?

hapishyguy commented 1 year ago

Where is the display file and how can I store and share edit from a repository. I understand partly that display file can be in a respository and then access rights given accordingly. But where is the file. Any point out would be appreciated. Can layout be changed as well?

litrik commented 1 year ago

The display file is a JSON file that...

hapishyguy commented 1 year ago

I get it about the display file. Is there to send media from outside to the app?

litrik commented 1 year ago

You can't really "send" something to the app. But the display file you are playing can point to remote images. See the images sample.