1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-28 03:50:10 +00:00

Compare commits

...

5 Commits

Author SHA1 Message Date
8f7a65bebb
fix drone.yml build 2020-09-29 23:41:15 +01:00
1ef37f91b2
modify readme 2020-09-29 23:36:28 +01:00
64c5badddd
more drone testing 2020-09-29 23:28:14 +01:00
2e0519b183
drone testing 2020-09-29 23:22:29 +01:00
9e739e79e7
initial drone ci setup 2020-09-29 23:10:07 +01:00
2 changed files with 18 additions and 2 deletions

16
.drone.yml Normal file
View 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

View File

@ -82,8 +82,8 @@ Usage of ./jfa-go:
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,
* `~/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.)