checking in chnages

This commit is contained in:
geezo 2024-12-30 01:08:55 +00:00
parent 63a637f4d9
commit 46ccf6e759
8 changed files with 28 additions and 16 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
music/
data/
immich/library
immich/postgres

View File

@ -0,0 +1,7 @@
services:
airsonic:
container_name: airsonic
image: tamland/airsonic-refix:latest
ports:
- "1007:80"
restart: unless-stopped

View File

@ -0,0 +1 @@
running: false

View File

@ -10,8 +10,8 @@ backends:
AWS_SECRET_ACCESS_KEY: ARVHEzmsqB7DEy7kOIwNPUPC9rSl5DtmhsH1XgNc
locations:
hoarder_meilisearch_data:
from: hoarder_meilisearch_data
hoarder_meilisearch:
from: hoarder_meilisearch
type: volume
to:
- aws_s3
@ -38,20 +38,20 @@ locations:
to:
- aws_s3
# nextcloud_nextcloud_aio_data:
# from: nextcloud_nextcloud_aio_data
# type: volume
# to:
# - aws_s3
# nextcloud_nextcloud_aio_mastercontainer:
# from: nextcloud_nextcloud_aio_mastercontainer
# type: volume
# to:
# - aws_s3
portainer_portainer_data:
from: portainer_portainer_data
type: volume
to:
- aws_s3
nextcloud_db:
from: nextcloud_db
type: volume
to:
- aws_s3
nextcloud_nextcloud:
from: nextcloud_nextcloud
type: volume
to:
- aws_s3

View File

@ -11,6 +11,7 @@ services:
ND_LOGLEVEL: info
ND_SESSIONTIMEOUT: 24h
ND_BASEURL: ""
ND_SCANNER_GROUPALBUMRELEASES: true
volumes:
- "./data:/data"
- "./:/music:ro"

1
navidrome/navidrome.toml Normal file
View File

@ -0,0 +1 @@
Scanner.GroupAlbumReleases = true

View File

@ -1,4 +1,4 @@
actions:
- title: backup containers
shell: "docker run --rm -d --privileged -v /home/geezo/Documents/autorestic:/data -v /var/run/docker.sock:/var/run/docker.sock cupcakearmy/autorestic autorestic backup -va -c /data/config.yaml"
shell: "docker run --rm -d --privileged -v /home/geezo/docker_containers/autorestic:/data -v /var/run/docker.sock:/var/run/docker.sock cupcakearmy/autorestic autorestic backup -va -c /data/config.yaml"
icon: smile

View File

@ -4,6 +4,7 @@ services:
image: jamesread/olivetin
volumes:
- ./:/config # replace host path or volume as needed
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "1004:1337"
restart: unless-stopped