mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-28 20:10:11 +00:00
Compare commits
5 Commits
2a2435ae11
...
8f7a65bebb
Author | SHA1 | Date | |
---|---|---|---|
8f7a65bebb | |||
1ef37f91b2 | |||
64c5badddd | |||
2e0519b183 | |||
9e739e79e7 |
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
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) on \*nix systems,
|
* `XDG_CONFIG_DIR/jfa-go` (usually ~/.config/jfa-go) 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