It requires you to copy the font-end files into a separate directory, we could do that in entrypoint I think.
Also requires database migration which could be done in the entrypoint.
It requires you to copy the font-end files into a separate directory, we could do that in entrypoint I think.
Also requires database migration which could be done in the entrypoint.
Also the frontend files thing instructions are incredibly unclear (and impossible since the volume is mounted ro unless you copy it at the host side, which is completely unclear from the docs).
Also the frontend files thing instructions are incredibly unclear (and impossible since the volume is mounted ro unless you copy it at the host side, which is completely unclear from the docs).
Just to document it for future users until this is fixed:
Undeploy
Edit the compose.yml to remove the ':ro' from the frontend-data volume.
Deploy --chaos
Do the copy suggested in the README.md in the api container
Undeploy
Revert local changes in funkwhale recipe
Deploy again, done with that step
Just to document it for future users until this is fixed:
- Undeploy
- Edit the compose.yml to remove the ':ro' from the frontend-data volume.
- Deploy --chaos
- Do the copy suggested in the README.md in the `api` container
- Undeploy
- Revert local changes in funkwhale recipe
- Deploy again, done with that step
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It requires you to copy the font-end files into a separate directory, we could do that in entrypoint I think.
Also requires database migration which could be done in the entrypoint.
Also the frontend files thing instructions are incredibly unclear (and impossible since the volume is mounted ro unless you copy it at the host side, which is completely unclear from the docs).
Just to document it for future users until this is fixed:
apicontainerWorking on a fix!
It's ready to test at #7