mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1397] [MERGED] Add an "assets_dir" option for frpc #4374
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4374
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/fatedier/frp/pull/1397
Author: @velovix
Created: 8/20/2019
Status: ✅ Merged
Merged: 8/20/2019
Merged by: @fatedier
Base:
dev← Head:issue-1387_client-assets-dir📝 Commits (2)
00bd0a8Load assets for dashboard/admin panel on demandbc46e33Add an "assets_dir" option for frpc📊 Changes
5 files changed (+24 additions, -15 deletions)
View changed files
📝
client/service.go(+7 -8)📝
conf/frpc_full.ini(+2 -0)📝
go.sum(+2 -0)📝
models/config/client_common.go(+6 -0)📝
server/service.go(+7 -7)📄 Description
This option allows users to specify where they want assets to be loaded from, like the "assets_dir" option that already exists for frps. This allows library users to use the admin panel without having to bundle assets with statik.
This PR is based off of the branch from #1395, so that PR should be reviewed first.
Related: #1387
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.