From 7e3ed93bc0ef912506209e7eefa1c7ff60f5b48d Mon Sep 17 00:00:00 2001 From: traveler Date: Tue, 14 Jan 2025 20:11:24 -0600 Subject: [PATCH] ds --- NG-Media.yaml | 35 ------------------ calibre.yaml | 0 compose.yaml | 24 ++++++++++++ git/index | Bin .../5f/5626e7e31e1461fc9595396a92240c90d4b7a3 | Bin .../6d/adc92b2e067670247dad2c012add2298def15b | Bin .../86/3310846f0483a938e7238de6cb8903f76295ca | Bin .../a0/ebf49b35f5482846d1928be9da709b42b26513 | Bin git/refs/heads/master | 0 9 files changed, 24 insertions(+), 35 deletions(-) mode change 100644 => 100755 calibre.yaml create mode 100755 compose.yaml mode change 100644 => 100755 git/index mode change 100644 => 100755 git/objects/5f/5626e7e31e1461fc9595396a92240c90d4b7a3 mode change 100644 => 100755 git/objects/6d/adc92b2e067670247dad2c012add2298def15b mode change 100644 => 100755 git/objects/86/3310846f0483a938e7238de6cb8903f76295ca mode change 100644 => 100755 git/objects/a0/ebf49b35f5482846d1928be9da709b42b26513 mode change 100644 => 100755 git/refs/heads/master diff --git a/NG-Media.yaml b/NG-Media.yaml index 6dadc92..6e9798c 100755 --- a/NG-Media.yaml +++ b/NG-Media.yaml @@ -28,38 +28,3 @@ services: # restart: always - stash: - image: stashapp/stash:latest - container_name: stash - networks: - - netgrimoire - restart: unless-stopped - ## the container's port must be the same with the STASH_PORT in the environment section - ports: - - "9999:9999" - ## If you intend to use stash's DLNA functionality uncomment the below network mode and comment out the above ports section - # network_mode: host - environment: - - PGID=33 - - PUID=33 - - STASH_STASH=/data/ - - STASH_GENERATED=/generated/ - - STASH_METADATA=/metadata/ - - STASH_CACHE=/cache/ - ## Adjust below to change default port (9999) - - STASH_PORT=9999 - volumes: - - /etc/localtime:/etc/localtime:ro - ## Adjust below paths (the left part) to your liking. - ## E.g. you can change ./config:/root/.stash to ./stash:/root/.stash - - ## Keep configs, scrapers, and plugins here. - - /DockerVol/Stash/config:/root/.stash - ## Point this at your collection. - - /export/Data:/data - ## This is where your stash's metadata lives - - /DockerVol/Stash/metadata:/metadata - ## Any other cache content. - - ./DockerVol/Stash/cache:/cache - ## Where to store generated content (screenshots,previews,transcodes,sprites) - - /DockerVol/Stash/generated:/generated \ No newline at end of file diff --git a/calibre.yaml b/calibre.yaml old mode 100644 new mode 100755 diff --git a/compose.yaml b/compose.yaml new file mode 100755 index 0000000..e915789 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,24 @@ +services: + + namer: + container_name: namer + image: ghcr.io/theporndatabase/namer:latest + networks: + - netgrimoire + environment: + - PUID=1001 + - PGID=998 + - TZ=America/Chicago + - NAMER_CONFIG=/config/namer.cfg + volumes: + - /DockerVol/namer/:/config + - /data/nfs/Baxter/Green/:/data + ports: + - 6980:6980 + restart: always + + + +networks: + netgrimoire: + external: true \ No newline at end of file diff --git a/git/index b/git/index old mode 100644 new mode 100755 diff --git a/git/objects/5f/5626e7e31e1461fc9595396a92240c90d4b7a3 b/git/objects/5f/5626e7e31e1461fc9595396a92240c90d4b7a3 old mode 100644 new mode 100755 diff --git a/git/objects/6d/adc92b2e067670247dad2c012add2298def15b b/git/objects/6d/adc92b2e067670247dad2c012add2298def15b old mode 100644 new mode 100755 diff --git a/git/objects/86/3310846f0483a938e7238de6cb8903f76295ca b/git/objects/86/3310846f0483a938e7238de6cb8903f76295ca old mode 100644 new mode 100755 diff --git a/git/objects/a0/ebf49b35f5482846d1928be9da709b42b26513 b/git/objects/a0/ebf49b35f5482846d1928be9da709b42b26513 old mode 100644 new mode 100755 diff --git a/git/refs/heads/master b/git/refs/heads/master old mode 100644 new mode 100755