mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
855a301225
* chore(deps): update jellyfin/jellyfin docker tag to v10.8.13 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
25 lines
683 B
YAML
Executable File
25 lines
683 B
YAML
Executable File
additionalProperties:
|
|
formFields:
|
|
- default: 8096
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: WebUI Port
|
|
labelZh: 网页端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./data/media
|
|
edit: true
|
|
envKey: MEDIA_FOLDER_PATH
|
|
labelEn: Media folder path
|
|
labelZh: 媒体文件夹路径
|
|
required: true
|
|
type: text
|
|
- default: ./data/cache
|
|
edit: true
|
|
envKey: CACHE_FOLDER_PATH
|
|
labelEn: Cache folder path
|
|
labelZh: 缓存文件夹路径
|
|
required: true
|
|
type: text
|