refactor(front): Untangle Front- and Backend
Related to #1872
Merge request reports
Activity
added 1 commit
- 263f0d43 - refactor(front): Untangle Front- and Backend
added 1 commit
- a7731623 - refactor(front): Untangle Front- and Backend
This is not that easy.
We need at least
/rest
,/api
and/federation
routed to backend/api.There will be probably also other issues, but that's a start.
EDIT: my fail, haven't seen whole file
But still - we also need to change container nginx configuration: https://dev.funkwhale.audio/funkwhale/funkwhale/-/blob/develop/front/docker/funkwhale.conf.template
Edited by JuniorJPDJ- Resolved by JuniorJPDJ
@Sporiff Do you have some insights which config is used to be used where and how?
mentioned in issue #1939 (closed)
added 1 commit
- 3e86ec2a - fix(front): add missing changes to front/docker/funkwhale.conf.template
- Resolved by Georg Krause
I added it to config file of docker frontend container and let's track equaling nginx configs in #1939 (closed). This should be ready to be merged. Let's see ;)
added 165 commits
-
3e86ec2a...b398d485 - 163 commits from branch
develop
- 24e8ed56 - refactor(front): Untangle Front- and Backend
- defd818d - fix(front): add missing changes to front/docker/funkwhale.conf.template
-
3e86ec2a...b398d485 - 163 commits from branch
- Resolved by JuniorJPDJ
It looks like you broke something when doing rebase as we shouldn't have two add_header for CSP in the same location block
Edited by JuniorJPDJ
added 12 commits
-
defd818d...f3082db9 - 10 commits from branch
develop
- fe766e24 - refactor(front): Untangle Front- and Backend
- 57a1f548 - fix(front): add missing changes to front/docker/funkwhale.conf.template
-
defd818d...f3082db9 - 10 commits from branch
added 1 commit
- da78bf70 - fix(front): add missing changes to front/docker/funkwhale.conf.template and docker/nginx/conf.dev
mentioned in merge request !2140 (closed)
- Resolved by Georg Krause
assigned to @georgkrause