mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #671] [CLOSED] add support for non root installations #1314
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/671
Author: @fieteboerner
Created: 10/19/2017
Status: ❌ Closed
Base:
master← Head:subdir📝 Commits (3)
8af0133add support for subfolder installation1dd528cinclude icons in scss instead of using absolute paths24905d4fix bars icon path📊 Changes
18 files changed (+35 additions, -29 deletions)
View changed files
📝
resources/assets/js/components/auth/login-form.vue(+1 -1)📝
resources/assets/js/components/main-wrapper/extra/album-info.vue(+1 -1)📝
resources/assets/js/components/main-wrapper/main-content/album.vue(+1 -1)📝
resources/assets/js/components/main-wrapper/main-content/profile.vue(+1 -1)📝
resources/assets/js/components/main-wrapper/sidebar/index.vue(+8 -8)📝
resources/assets/js/components/main-wrapper/sidebar/playlist-item.vue(+1 -1)📝
resources/assets/js/components/shared/album-item.vue(+2 -2)📝
resources/assets/js/components/shared/artist-item.vue(+1 -1)📝
resources/assets/js/components/shared/home-song-item.vue(+1 -1)📝
resources/assets/js/components/shared/sound-bar.vue(+6 -1)📝
resources/assets/js/components/shared/track-list-item.vue(+1 -1)📝
resources/assets/js/components/site-footer/index.vue(+4 -4)📝
resources/assets/js/components/site-header/user-badge.vue(+1 -1)📝
resources/assets/js/router.js(+2 -1)📝
resources/assets/js/services/download.js(+1 -1)📝
resources/assets/js/services/http.js(+1 -1)📝
resources/assets/js/services/socket.js(+1 -1)📝
resources/assets/js/stores/song.js(+1 -1)📄 Description
With these changes you can use the koel server in a document root or in a subfolder. #529
This is possible by using realtive urls and using the
document.location.pathnamevariable.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.