1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-26 03:17:47 +02:00

Updated FAQ (markdown)

Harvey Tindall 2021-06-01 00:59:46 +01:00
parent 1a93aa6b1b
commit ddbd310f6a

2
FAQ.md

@ -33,5 +33,5 @@ Make sure to check the ports you are using, as generally they correspond to the
Not necessarily. For invite functionality, an http connection is only necessary. However, password resets require jfa-go to be able to access Jellyfin's installation directory, so you'll need to use SMB or similar to mount it.
## Can i `go get` this repository?
No, because the supporting files (SCSS, email templates, etc.) need to be compiled and placed next to the executable before it will run, and `go get` will only compile the app itself.
No, because the supporting files (CSS, email templates, etc.) need to be compiled and placed next to the executable before it will run, and `go get` will only compile the app itself.