saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
72 stars 98 forks source link

Wizarr #129

Closed markschrik closed 2 years ago

markschrik commented 2 years ago

Wizarr is a automatic user invitation system for Plex. Create a unique link and share it to a user and they will automatically be invited to your Plex Server! They will even be guided to download the Plex client and instructions on how to use your requests software!

Automatic Invitation to your Plex Server Secured invitation environment Plug and Play SSO Support* Guide user on how to download Plex client (Optional!) Requests Integration: Guide users on how to request Movies (Overseerr, Ombi...)

How Has This Been Tested?

Will create docs on other pull request.

maximuskowalski commented 2 years ago

I'm not sure if these env variables are part of this container. I am only looking at the sample docker compose on the github repo so please advise if there is additional docs / info for this, otherwise I can just remove them.

  PUID: "{{ uid }}"
  PGID: "{{ gid }}"
  UMASK: "002"
  TZ: "{{ tz }}"
markschrik commented 2 years ago

I don't think those ENV's are needed. Thanks for that, need to watch that better in the future :)

In a later update this weekend I`ll add authelia SSO.

maximuskowalski commented 2 years ago

Cool, I have removed them and made sure the auth is on for now, or would you prefer I hold off merging until you have added authelia?

markschrik commented 2 years ago

Hm, lets hold it for a bit. If I put it out there it might as well be right the first time :)

markschrik commented 2 years ago

Yes, authelia is working. Thanks!

Will add docs later today.

markschrik commented 2 years ago

Documentation added https://github.com/saltyorg/docs/pull/119

maximuskowalski commented 2 years ago

Is this now good to go @markschrik ?

markschrik commented 2 years ago

Yes @maximuskowalski