mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-29 12:30:11 +00:00
Compare commits
No commits in common. "8f7a65bebb808a0bc02dff3c6922a698e14ed323" and "2a2435ae11d66134596d06aaa7c97cd0d6743208" have entirely different histories.
8f7a65bebb
...
2a2435ae11
16
.drone.yml
16
.drone.yml
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
name: jfa-go-git
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: golang:latest
|
|
||||||
commands:
|
|
||||||
- apt update -y
|
|
||||||
- apt install build-essential python3-pip curl software-properties-common sed upx -y
|
|
||||||
- (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
|
|
||||||
- apt install nodejs
|
|
||||||
- make headless compress
|
|
||||||
- sed -i 's#id="pwrJfPath" placeholder="Folder"#id="pwrJfPath" value="/jf" disabled#g' build/data/templates/setup.html
|
|
||||||
|
|
@ -82,8 +82,8 @@ Usage of ./jfa-go:
|
|||||||
|
|
||||||
If you're switching from jellyfin-accounts, copy your existing `~/.jf-accounts` to:
|
If you're switching from jellyfin-accounts, copy your existing `~/.jf-accounts` to:
|
||||||
|
|
||||||
* `XDG_CONFIG_DIR/jfa-go` (usually ~/.config/jfa-go) on \*nix systems,
|
* `XDG_CONFIG_DIR/jfa-go` (usually ~/.config) on \*nix systems,
|
||||||
* `%AppData%/jfa-go` on Windows,
|
* `%AppData%/jfa-go` on Windows,
|
||||||
* `~/Library/Application Support/jfa-go` on macOS.
|
* `~/Library/Application Support/jfa-go` on macOS.
|
||||||
|
|
||||||
(or specify config/data path with `-config/-data` respectively.)
|
(*or specify config/data path with `-config/-data` respectively.*)
|
||||||
|
Loading…
Reference in New Issue
Block a user