mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 04:13:56 +01:00
* Fix macOS notifications * Change CFBundleIdentifier to match domain * Distribute Stash.app * Also build universal phasher binary * Fix binary name in check_version.go * Expose GOOS, working dir and home dir in systemStatus endpoint * Disable setup in working directory when running Stash.app * More Makefile improvements, remove unused scripts * Improve READMEs and documentation
12 lines
154 B
GraphQL
12 lines
154 B
GraphQL
query SystemStatus {
|
|
systemStatus {
|
|
databaseSchema
|
|
databasePath
|
|
appSchema
|
|
status
|
|
configPath
|
|
os
|
|
workingDir
|
|
homeDir
|
|
}
|
|
}
|