-
-
Notifications
You must be signed in to change notification settings - Fork 152
Enable running using http #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This means that by adding PHANPY_SCHEME=http to the file ".env" phanpy will use http instead of https to connect to remote instances. This is useful to test local versions of various Fediverse applications. These can be created following the instructions on https://funfedi.dev/quickstart/#running-an-application-from-the-fediverse-pasture
|
Sorry for the very late response. I think I've had a thought about this at some point, briefly discussed with some folks (many months ago), got distracted and worked on other things. But I do vaguely remember this 🙈:
What do you think? |
I think it's complicated. The option of allowing inputting "http://mastodon.domain" has the charm that I will not need to run my own phanpy installation locally, but can use the one at https://phanpy.social/. So I'm all for it. However, I do not possess sufficient expertise to know if this will have unintended side effects. Also note: While I use this change, I don't use it often. As you can see by this pull request sitting around for a year and a half. |
|
I don't think you can talk to http urls from https pages? In any case, I would like it to be an option - and perhaps the better solution indeed would be to allow the user to enter the scheme. |
This means that by adding PHANPY_SCHEME=http to the file ".env" phanpy will use http instead of https to connect to remote instances.
This is useful to test local versions of various Fediverse applications. These can be created following the instructions on
https://funfedi.dev/quickstart/#running-an-application-from-the-fediverse-pasture