Commit Graph

39 Commits

Author SHA1 Message Date
kermieisinthehouse 265d5f4c70
Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646)
* Bump Go to 1.17, refactor build/x86_64 Dockerfile to make better use of multi-stage
* Bump to 1.17 from 1.16
* Bump packr version, provide needed legacy env var
* Add apple silicon support, fix macos build chain
* Update unused travis ci
2021-09-08 15:30:15 +10:00
WithoutPants 709d7ce1cc
Load TLS config files from config path before stash home (#1678)
* Load tls files from config or home directory
* Update README
* Require both ssl files if either present
2021-08-31 19:37:45 +10:00
EnameEtavir c08e0c0f60
add REACT_APP_PLATFORM_PORT for development (#1411)
* add REACT_APP_PLATFORM_PORT for development

Add development REACT_APP_PLATFORM_PORT env variable
to createClient.getPlatformURL so that you can more easily
run more stash platform services at once during development.

If non is given, it falls back to standard port "9999".
2021-05-24 15:44:40 +10:00
WithoutPants 16fe21138f
CPU profiling (#1371)
* Add cpuprofile flag
* Add notes to readme
2021-05-16 17:21:11 +10:00
WithoutPants bdac352250
Update demo video link 2021-05-05 14:14:39 +10:00
Jeremy Meyers 2c52fd711b
Several syntactical and content changes (#1347) 2021-05-03 12:49:15 +10:00
Jeremy Meyers 79a180ba73
Fix README formatting (#1328) 2021-04-21 10:33:33 +10:00
bnkai a5e9e7abce
Update README with currently used ffmpeg URLs (#1304) 2021-04-16 16:20:20 +10:00
UncleRoger33 2c2e56d33a
Add format to performer field placeholder (#1232)
* Update README.md

Extra letter "p" in the title removed and "(FAQ)" suffix added.

Co-authored-by: peolic <66393006+peolic@users.noreply.github.com>
2021-03-31 15:55:15 +11:00
Jeremy Meyers 53cb9a1b7b
Documentation Updates to README.md (#1179) 2021-03-11 15:56:22 +11:00
WithoutPants f5784246ce
Add website link to readme 2020-07-08 13:05:55 +10:00
WithoutPants bfeb7d1824
Add keyboard shortcuts (#637)
* Add documentation
* Fix manual styling
* Add dialog for setting Movie images
* Mention manual in README
2020-07-02 08:45:14 +10:00
WithoutPants 3d22d5a742
Refactor build (#493)
* Add lint/format checks to build
* Make travis get full repo to get tags
* Run packr2 once in cross-compile
* Fix quotes in package.json
* Fix linting issues
* Formatting
* Fix vet issue
* Fix go lint issues
* Show start of each platform compilation
* Add validate target
* Set gitattributes for go fmt and mod vendor
* Fix tag name
* Add fmt-ui target
2020-04-29 12:13:08 +10:00
f1delio 7ef0000744
Update README.md (#474)
Added Customization section with links toward Custom CSS snippets, CSS Tweaks, and Plex Theme.
2020-04-18 09:47:40 +10:00
InfiniteTF aee9df966b
Cut over to v2.5 UI (#433)
* Cut over to v2.5 UI
* Use node 12 in travis
* Remove unnecessary `nvm use`
* Update docker file
2020-04-03 08:46:23 +11:00
WithoutPants 2dc1b42a0a Use --frozen-lockfile in travis calls to yarn install (#329)
* Add --freeze-lock to travis

* Update README
2020-01-24 22:35:55 -05:00
echo6ix a4858327aa README: Added additional notes to dev installion (#190)
* Go download url/instructions
* `yarn install`
* `mingw32-make` for Windows
2019-11-28 10:40:24 -05:00
Friendly C 080d80117b README: Change instructions to use `make ui` 2019-10-15 17:04:02 +02:00
Friendly C e8bbaa4254 README: Add generate step to Building section 2019-10-15 17:04:02 +02:00
Friendly C 4627db8ade Use go generate for Packr2 and GraphQL files 2019-10-15 17:04:02 +02:00
Stash Dev e8397ea9b2 README update 2019-07-27 13:11:51 -07:00
Leopere 307d4a819f
Whitespace 2019-04-28 13:52:21 -04:00
Stash Dev d6eb2c2d8e Scenes with a marker missing a primary tag fails to load
Fixes #42
2019-04-20 10:32:01 -07:00
Stash Dev 29a40c5bdd Configuration
* Added flags to customize the host and port
* Start up just one server rather than a server for HTTP and HTTPS.  HTTPS server will only start if a cert and key are found
2019-04-11 10:55:58 -07:00
StashAppDev 06d88cbeb4
Update README.md
[ci skip]
2019-03-23 17:13:55 -07:00
StashAppDev 3e25f78854
Update README.md
[ci skip]
2019-03-23 15:40:23 -07:00
Stash Dev ae9bbf237f Support multiple content folders. Closes #2 2019-03-23 14:09:05 -07:00
Stash Dev 1a2c53a710 CI Improvements
Added a custom docker compiler image which includes the packr2 dependency
2019-03-05 13:14:00 -08:00
Stash Dev 39c37cd8a8 Readme update 2019-02-15 07:55:51 -08:00
Stash Dev f6c12107e5 Readme update 2019-02-14 16:31:48 -08:00
Stash Dev 1d00b2b36f Ran formatter and fixed some lint issues 2019-02-14 14:53:32 -08:00
Stash Dev 77ffb65681 Added an onboarding flow 2019-02-11 02:49:39 -08:00
Stash Dev 2565173105 FFMPEG auto download 2019-02-10 23:18:48 -08:00
Stash Dev a5442a87a4 Fixed incorrect file paths on windows 2019-02-10 09:33:18 -08:00
Stash Dev 8efbfc6d72 Added Travis CI 2019-02-10 08:54:32 -08:00
Stash Dev 769e1b3e9a Fix readme 2019-02-10 00:44:01 -08:00
Stash Dev 5b5a72364f README update 2019-02-09 18:01:00 -08:00
Stash Dev c39d4d4d40 README update 2019-02-09 17:07:39 -08:00
Stash Dev 87eeed7e71 Initial commit 2019-02-09 04:32:50 -08:00