gonic icon indicating copy to clipboard operation
gonic copied to clipboard

modular / configurable user roles

Open ygabuev opened this issue 3 years ago • 1 comments

Hi! Just discovered this project yesterday and enjoying it so far, thank you!

One small issue is the requirement to support listening to podcasts on the server. For me the only thing (so far) that I want to be able to do with gonic is to stream my music collection to myself, I don't really need podcast support. I would really like it I could configure the server in a modular way, so that features (podcasts, scrobbling, playlists, ...) were pluggable and possibly disabled by default.

Is this possible with the current state of the project? Do you think this suggestion makes sense? If yes, do you think it is hard to implement in a neat way?

ygabuev avatar Sep 20 '21 07:09 ygabuev

draft user roles:

  • admin
  • can podcast
  • can jukebox
  • can download
  • can stream
  • can playlist
  • can <folder id>

sentriz avatar Dec 16 '23 16:12 sentriz