Advertisement
rmountjoy

Untitled

Mar 30th, 2020
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Settings]
  2. roles = admin,user,public_user, ross, bob
  3.  
  4. [ross]
  5. role = ross
  6. password =
  7. confirm_password =
  8.  
  9. [bob]
  10. role = bob
  11. password =
  12. confirm_password =
  13.  
  14. [ross_group]
  15. roles = ross
  16.  
  17. [bob_group]
  18. roles = bob
  19.  
  20. [Ross' Plex]
  21. prefix = https://
  22. url = your-website.com
  23. icon = static/images/apps/plex.png
  24. description = Plex is a client–server media player system and software suite.
  25. open_in = this_tab
  26. groups = ross_group
  27.  
  28. [Bob's Plex]
  29. prefix = https://
  30. url = your-website.com
  31. icon = static/images/apps/plex.png
  32. description = Plex is a client–server media player system and software suite.
  33. open_in = this_tab
  34. groups = bob_group
  35.  
  36. [Calibre-Web]
  37. prefix = https://
  38. url = your-website.com
  39. icon = static/images/apps/calibre-web.png
  40. description = Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
  41. open_in = this_tab
  42. groups = ross_group,bob_group
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement