Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
486
Issue boards
Milestones
Wiki
Code
Merge requests
18
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
funkwhale
Merge requests
!2039
refactor(front): Untangle Front- and Backend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
refactor(front): Untangle Front- and Backend
serve-frontend-directly
into
develop
Overview
41
Commits
10
Pipelines
17
Changes
8
Merged
Georg Krause
requested to merge
serve-frontend-directly
into
develop
2 years ago
Overview
27
Commits
10
Pipelines
17
Changes
8
Expand
Related to
#1872
Edited
2 years ago
by
Georg Krause
👍
1
👎
0
🎉
1
Merge request reports
Compare
develop
version 15
efafb0fe
2 years ago
version 14
ac9931f3
2 years ago
version 13
291ef9c4
2 years ago
version 12
503c5269
2 years ago
version 11
655d2248
2 years ago
version 10
9f906e63
2 years ago
version 9
79489230
2 years ago
version 8
272aec8f
2 years ago
version 7
da78bf70
2 years ago
version 6
57a1f548
2 years ago
version 5
defd818d
2 years ago
version 4
3e86ec2a
2 years ago
version 3
a7731623
2 years ago
version 2
263f0d43
2 years ago
version 1
1b84817d
2 years ago
develop (base)
and
latest version
latest version
3a2ac9cb
10 commits,
2 years ago
version 15
efafb0fe
10 commits,
2 years ago
version 14
ac9931f3
9 commits,
2 years ago
version 13
291ef9c4
7 commits,
2 years ago
version 12
503c5269
5 commits,
2 years ago
version 11
655d2248
4 commits,
2 years ago
version 10
9f906e63
3 commits,
2 years ago
version 9
79489230
3 commits,
2 years ago
version 8
272aec8f
2 commits,
2 years ago
version 7
da78bf70
2 commits,
2 years ago
version 6
57a1f548
2 commits,
2 years ago
version 5
defd818d
2 commits,
2 years ago
version 4
3e86ec2a
2 commits,
2 years ago
version 3
a7731623
1 commit,
2 years ago
version 2
263f0d43
1 commit,
2 years ago
version 1
1b84817d
1 commit,
2 years ago
8 files
+
32
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
.gitpod/gitpod.env
+
1
−
1
Options
@@ -5,7 +5,7 @@ C_FORCE_ROOT=true
BROWSABLE_API_ENABLED=True
FORWARDED_PROTO=http
LDAP_ENABLED=False
FUNKWHALE_SPA_HTML_ROOT=http://localhost:8000/
front/
FUNKWHALE_SPA_HTML_ROOT=http://localhost:8000/
FUNKWHALE_URL=http://localhost:8000/
MUSIC_DIRECTORY_PATH=/workspace/funkwhale/data/music
STATIC_ROOT=/workspace/funkwhale/data/staticfiles/
Loading