Conversation
Notices
-
Embed this notice
using brainworms as ragebait to catch brainfish
-
Embed this notice
@ergo pleroma, but i almost exclusively work on frontend. Ask away.
-
Embed this notice
@hj hey if I remember correctly you dev for pleroma or akkoma or something, may I ask a technical question?
-
Embed this notice
@ergo no idea. It's probably a frontend bug but AkkomaFE is horribly outdated compared to upstream and they don't pull our changes so I can't really help with that either.
-
Embed this notice
@hj I'm using Akkoma but this should be the same across both.
Basically when I upload media, the media gets uploaded to the correct URL, which is media.social.ergo-research.org however the PleromaFE links the media as social.ergo-research.org/media.social.ergo-research.org/medianame so it doesnt work.
How can I change the base URL so that it stops adding all of that.
-
Embed this notice
@ergo @hj here's a snippet from my config:
config :pleroma, Pleroma.Upload,
uploader: Pleroma.Uploaders.S3,
base_url: "https://media.shitposter.world/",
-
Embed this notice
@sun @hj Thank you, I fixed it with your help. the problem was that I didnt have https:// at the start so the program assumed that I had provided a relative path and it added the base url of the server before it.