Compare commits

...

11 Commits

Author SHA1 Message Date
dado
76497a76c9 update compose 2025-08-01 20:06:45 +02:00
dado
eea7e8f06d repository monitor 2025-07-27 11:54:34 +02:00
dado
908b432ac4 comment snikket 2025-07-26 16:07:12 +02:00
dado
10a95bee59 DB_SKIP_MIGRATIONS=true 2025-07-26 15:19:00 +02:00
dado
fe495e3559 eliminato variabile DISABLE_REVERSE_GEOCODING 2025-07-26 15:05:54 +02:00
dado
bec2ea33a2 update immich istance config 2025-07-26 15:02:36 +02:00
dado
68075f2b8f disable geocoding 2025-07-26 15:01:29 +02:00
dado
522383945c update immich 2025-07-26 14:56:39 +02:00
dado
8a3439d4bc certs path 2025-07-25 23:11:21 +02:00
dado
e8665da2a9 parentesi quadra mancante in snikket 2025-07-25 22:06:28 +02:00
dado
2e99bfcfaf Update .env 2025-07-25 20:36:08 +02:00
6 changed files with 36 additions and 22 deletions

0
.zed/settings.json Normal file
View File

View File

@@ -22,6 +22,12 @@
icon: si:mailboxdotorg icon: si:mailboxdotorg
hide-arrow: yes hide-arrow: yes
- type: releases
show-source-icon: true
repositories:
- mollyim/mollysocket
- mailcow/mailcow-dockerized
- size: full - size: full
widgets: widgets:
- type: monitor - type: monitor

View File

@@ -1,3 +1,6 @@
# I certificati si trovano in
# /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/
# The Caddyfile is an easy way to configure your Caddy web server. # The Caddyfile is an easy way to configure your Caddy web server.
# Imposta il livello di log globale # Imposta il livello di log globale
@@ -174,17 +177,18 @@ https://molly.novemila.org {
# SNIKKET # SNIKKET
http://chat.novemila.org, #http://chat.novemila.org,
http://groups.chat.novemila.org, #http://groups.chat.novemila.org,
http://share.chat.novemila.org { #http://share.chat.novemila.org {
reverse_proxy localhost:5080 # reverse_proxy localhost:5080
} #}
chat.novemila.org, #chat.novemila.org,
groups.chat.novemila.org, #groups.chat.novemila.org,
share.chat.novemila.org { #share.chat.novemila.org {
reverse_proxy https://localhost:5443 { # reverse_proxy https://localhost:5443 {
transport http { # transport http {
tls_insecure_skip_verify # tls_insecure_skip_verify
} # }
} # }
#}

View File

@@ -11,12 +11,12 @@ TZ=Europe/Rome
# The Immich version to use. You can pin this to a specific version like "v1.71.0" # The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release IMMICH_VERSION=release
DB_SKIP_MIGRATIONS=true
# Connection secret for postgres. You should change it to a random password # Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces # Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD= DB_PASSWORD=
# The values below this line do not need to be changed # The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres DB_USERNAME=postgres
DB_DATABASE_NAME=immich DB_DATABASE_NAME=immich

View File

@@ -11,7 +11,7 @@ services:
cpus: 0.5 cpus: 0.5
volumes: volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/data
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
env_file: env_file:
- .env - .env
@@ -44,7 +44,7 @@ services:
redis: redis:
container_name: immich_redis container_name: immich_redis
image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884 image: docker.io/valkey/valkey:8-bookworm@sha256:facc1d2c3462975c34e10fccb167bfa92b0e0dbd992fc282c29a61c3243afb11
mem_limit: 128m mem_limit: 128m
labels: labels:
- "com.centurylinklabs.watchtower.enable=false" - "com.centurylinklabs.watchtower.enable=false"
@@ -56,8 +56,10 @@ services:
database: database:
container_name: immich_postgres container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0 image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:5f6a838e4e44c8e0e019d0ebfe3ee8952b69afc2809b2c25f7b0119641978e91
mem_limit: 512m mem_limit: 512m
labels:
- "com.centurylinklabs.watchtower.enable=false"
environment: environment:
POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME} POSTGRES_USER: ${DB_USERNAME}
@@ -66,6 +68,8 @@ services:
volumes: volumes:
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file # Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data - ${DB_DATA_LOCATION}:/var/lib/postgresql/data
shm_size: 128mb
restart: always
volumes: volumes:
model-cache: model-cache:

View File

@@ -116,11 +116,11 @@
"enabled": true, "enabled": true,
"maxDistance": 0.01 "maxDistance": 0.01
}, },
"enabled": false, "enabled": true,
"facialRecognition": { "facialRecognition": {
"enabled": true, "enabled": true,
"maxDistance": 0.5, "maxDistance": 0.5,
"minFaces": 3, "minFaces": 2,
"minScore": 0.7, "minScore": 0.7,
"modelName": "buffalo_l" "modelName": "buffalo_l"
}, },
@@ -161,7 +161,7 @@
"buttonText": "Login with OAuth", "buttonText": "Login with OAuth",
"clientId": "", "clientId": "",
"clientSecret": "", "clientSecret": "",
"defaultStorageQuota": 0, "defaultStorageQuota": null,
"enabled": false, "enabled": false,
"issuerUrl": "", "issuerUrl": "",
"mobileOverrideEnabled": false, "mobileOverrideEnabled": false,
@@ -178,7 +178,7 @@
"enabled": true "enabled": true
}, },
"reverseGeocoding": { "reverseGeocoding": {
"enabled": true "enabled": false
}, },
"server": { "server": {
"externalDomain": "", "externalDomain": "",