angristan / docker-pleroma

Docker image for the Pleroma federated social network
https://git.pleroma.social/pleroma/pleroma/
MIT License
348 stars 75 forks source link

Updating the Pleroma frontend #84

Closed EliasVincent closed 1 year ago

EliasVincent commented 1 year ago

Hello, I really love this Docker image. It made the setup and maintenance very simple and easy.

I'm running into an issue: I'm trying to update the default pleroma-fe frontend. Now the PLEROMA_VER has been set to develop and it does properly compile the most recent commit, the frontend is seemingly stuck on a commit from about 5 months ago and I want to update that.

docker build -t pleroma . correctly updates to the latest Pleroma commit but not the pleroma-fe.

right now my versions are:

Backend version 2.5.52-305-gb08cbe76-develop

Frontend version eec27700

How do I update the frontend? I can't seem to find guides that work with Docker. Any help is appreciated and thanks again for making this project ❤️

EliasVincent commented 1 year ago

I got it, turns out I just had to copy a compiled version of the frontend like this one into the exposed static folder on the host machine. Restart and it will apply everything. This is what the docker-pleroma/static folder looks like now (without the misspelled zip file)

grafik