wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml Shell session Copy 然后再执行以下命令,下载.env文件 wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env Shell session Copy 再输入nano .env,编辑.env文件 以下是参照发文时官方的...
执行以下命令,下载docker-compose.yml文件 wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml 然后再执行以下命令,下载.env文件 wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env 再输入nano .env,编辑.env文件 以下是参照发文时官方...
root@raspberrypi:~/immich-app# wget -O docker-compose.yml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml 获取.env 环境变量配置文件 root@raspberrypi:~/immich-app# wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env 修改.env...
feat: Add additional env variables for Machine Learning by @1-tempest in #15326 feat(web): Context menu scrolls on small devices by @matitalatina in #15367 feat: Add additional env variables to ML container by @1-tempest in #15398 feat: Add rule on robots.txt to allow robots access og...
You should be able to go in your browser to your jail's ip address and immich will be there. You can check in /var/log/debug.log to see some logs. I'm running typesense elsewhere to get the search functionality to work. Just need to add to the immich_server.env, like the host ...
wget-O.env https://github.com/immich-app/immich/releases/latest/download/example.en 再输入nano .env,编辑.env文件 以下是参照发文时官方的示例.env做出注释及修改,大家可以参考下方对配置文件做出修改 代码语言:javascript 代码运行次数:0 运行 AI代码解释 ...
-redis-databaserestart:alwayshealthcheck:disable:false#Other services...#power-tools:#container_name: immich_power_tools#image: ghcr.io/varun-raj/immich-power-tools:latest#ports:#- "8001:3000"#env_file:#- .envimmich-machine-learning:container_name:immich_machine_learning#For hardware acceleratio...
Download the placeholder version of this file to your Pi by using the command below. sudo wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.envCopy We use the “-O” option so we can save this file as “.env” rather than “.example.env“. 8. Our ...
development: Remove unnecessary env values from proxy container by @bo0tzz inhttps://github.com/immich-app/immich/pull/4398 development: run dev-down on unclean dev-new exit by @Wingysam inhttps://github.com/immich-app/immich/pull/4665 ...
.envfile [...] DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_DATABASE_NAME=immich +DB_DATA_LOCATION=./postgres Highlights Welcome to release versionv1.102.0of Immich. We reached 30,000 stars!!! Thank you so much for your continuous support. We are proud to bring you this release ...