added stash config
This commit is contained in:
96
🍪/stash/config.yml
Normal file
96
🍪/stash/config.yml
Normal file
@@ -0,0 +1,96 @@
|
||||
blobs_path: blobs
|
||||
blobs_storage: FILESYSTEM
|
||||
cache: cache
|
||||
calculate_md5: false
|
||||
create_image_clip_from_videos: false
|
||||
dangerous_allow_public_without_auth: "false"
|
||||
database: stash-go.sqlite
|
||||
gallery_cover_regex: (poster|cover|folder|board)\.[^\.]+$
|
||||
generated: generated
|
||||
host: 0.0.0.0
|
||||
jwt_secret_key: null
|
||||
language: ru-RU
|
||||
no_proxy: localhost,127.0.0.1,192.168.0.0/16,10.0.0.0/8,172.16.0.0/12
|
||||
nobrowser: false
|
||||
notifications_enabled: true
|
||||
parallel_tasks: 1
|
||||
password: null
|
||||
plugins:
|
||||
package_sources:
|
||||
- localpath: community
|
||||
name: Community (stable)
|
||||
url: https://stashapp.github.io/CommunityScripts/stable/index.yml
|
||||
plugins_path: plugins
|
||||
port: 9999
|
||||
preview_audio: true
|
||||
preview_exclude_end: "0"
|
||||
preview_exclude_start: "0"
|
||||
preview_segment_duration: 0.75
|
||||
preview_segments: 12
|
||||
scrapers:
|
||||
package_sources:
|
||||
- localpath: community
|
||||
name: Community (stable)
|
||||
url: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
scrapers_path: scrapers
|
||||
security_tripwire_accessed_from_public_internet: ""
|
||||
sequential_scanning: false
|
||||
session_store_key: null
|
||||
sfw_content_mode: true
|
||||
show_one_time_moved_notification: false
|
||||
sound_on_preview: false
|
||||
stash:
|
||||
- excludeimage: false
|
||||
excludevideo: false
|
||||
path: null
|
||||
- excludeimage: false
|
||||
excludevideo: false
|
||||
path: null
|
||||
- excludeimage: false
|
||||
excludevideo: false
|
||||
path: null
|
||||
- excludeimage: false
|
||||
excludevideo: false
|
||||
path: null
|
||||
theme_color: '#202b33'
|
||||
ui:
|
||||
advancedMode: true
|
||||
frontPageContent:
|
||||
- __typename: CustomFilter
|
||||
direction: DESC
|
||||
message:
|
||||
id: recently_added_objects
|
||||
values:
|
||||
objects: Изображения
|
||||
mode: IMAGES
|
||||
sortBy: created_at
|
||||
- __typename: CustomFilter
|
||||
direction: DESC
|
||||
message:
|
||||
id: recently_added_objects
|
||||
values:
|
||||
objects: Сцены
|
||||
mode: SCENES
|
||||
sortBy: created_at
|
||||
- __typename: CustomFilter
|
||||
direction: DESC
|
||||
message:
|
||||
id: recently_released_objects
|
||||
values:
|
||||
objects: Galleries
|
||||
mode: GALLERIES
|
||||
sortBy: date
|
||||
lastNoteSeen: 20251026
|
||||
showChildTagContent: true
|
||||
taskDefaults:
|
||||
scan:
|
||||
scanGenerateClipPreviews: true
|
||||
scanGenerateCovers: true
|
||||
scanGenerateImagePreviews: false
|
||||
scanGeneratePhashes: false
|
||||
scanGeneratePreviews: true
|
||||
scanGenerateSprites: true
|
||||
scanGenerateThumbnails: true
|
||||
username: null
|
||||
video_file_naming_algorithm: OSHASH
|
||||
write_image_thumbnails: true
|
||||
Reference in New Issue
Block a user