Private Profile/Private Repl's
I am currently embedding repl's on a site that I don't currently want visible to the public (via repl.it). Is there was a way to make it so my profile is private? Or even just the repl's in my profile?
lukeconte1
To clarify, I want it so that the repl code is on the site, and runnable, but I don't want the repl's or my profile to be searchable through repl.it
You need to buy the hacker plan or similar to get private repls.
Please upvote if this helps :)
@ArchieMaclean thanks for your response. We are currently using the Hacker Plan (on the work account) but the issues are still persisting. If the repl's are marked as "Private", they are not viewable by others when embedded on a site.
@lukeconte1 That's probably a problem for @amasad.
@lukeconte1 If the repl is private then embedding will break privacy. Maybe something like whitelisting certain origins could work but that's not implemented.
Alternatively you can just embed
repl.run
the URL that allows you to simply run the repl without showing the code?@lukeconte1 An embedded repl will only show up if it is public OR if the repl's owner is the one viewing the page.
You'll have to make it public to make it viewable to the public.
@amasad Got it. Thank you for the feedback!