therealchjones / plex-admin

A system to manage a media center ecosystem
https://plex.aleph0.com
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Make easier testing environment #41

Open therealchjones opened 2 months ago

therealchjones commented 2 months ago

Perhaps like all relative links within app, security not included? Could work for serving from localhost up to but not including reaching other apps. Consider testing with sample APIs and data?

therealchjones commented 2 months ago
  1. Detect when api is not available b/c of cross-site scripting (and authentication) (really 3rd party cookie issue, not cors) and fall back to no api functions or static-only or something
  2. Make testing subdir or subdomain for live testing with same-site authentication
therealchjones commented 2 months ago

Or maybe triage this lower and just provide an error/warning if fetch doesn’t work?