Compare commits
4 Commits
4a0002cc2b
...
9798cf8c37
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9798cf8c37 | ||
|
|
0780b0081d | ||
|
|
8ec038164f | ||
|
|
7f9d302a87 |
@@ -1,2 +1,2 @@
|
|||||||
[Stats]
|
[Stats]
|
||||||
AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\t\x17\x91_\x84\xae\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0R\x1a\x8a`\xe\xf0)
|
AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0R'\x1e\xd4\t\xac\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\t*\xc2\xc8\x38\x41)
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ Session\SSL\Port=55040
|
|||||||
Session\ShareLimitAction=Stop
|
Session\ShareLimitAction=Stop
|
||||||
Session\Tags=LastFiles, SceneTime
|
Session\Tags=LastFiles, SceneTime
|
||||||
Session\TempPath=/downloads/incomplete/
|
Session\TempPath=/downloads/incomplete/
|
||||||
Session\UseAlternativeGlobalSpeedLimit=true
|
Session\UseAlternativeGlobalSpeedLimit=false
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
AutoDeleteAddedTorrentFile=Never
|
AutoDeleteAddedTorrentFile=Never
|
||||||
|
|||||||
1
stash/config/plugins/community/DupFileManager/.gitignore
vendored
Normal file
1
stash/config/plugins/community/DupFileManager/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.log
|
||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
- PLEX_CLAIM=claim-WNcs7miZ5vyG_1PX_VUN
|
- PLEX_CLAIM=claim-WNcs7miZ5vyG_1PX_VUN
|
||||||
volumes:
|
volumes:
|
||||||
- ./plex:/config
|
- ./plex:/config
|
||||||
- /mnt/Public/data/media:/media
|
- /mnt/servarr/data/media:/media
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
jellyfin:
|
jellyfin:
|
||||||
@@ -25,9 +25,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./jellyfin/config:/config
|
- ./jellyfin/config:/config
|
||||||
- ./jellyfin/cache:/cache
|
- ./jellyfin/cache:/cache
|
||||||
- /mnt/Public/data/media/movies:/movies:ro
|
- /mnt/servarr/data/media/movies:/movies
|
||||||
- /mnt/Public/data/media/tv:/tv:ro
|
- /mnt/servarr/data/media/tv:/tv
|
||||||
- /mnt/Public/data/media/music:/music:ro
|
- /mnt/servarr/data/media/music:/music
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
networks:
|
networks:
|
||||||
- pangolin
|
- pangolin
|
||||||
|
|||||||
Reference in New Issue
Block a user