anthony / Find orphaned photos in Immich

0 喜欢
0 派生
1 文件
最后活跃于 1753882767
IDK why but some of my photos and videos removed from HDD but meta info still persists in DB. I made a script which restores some photos from another directory by original filenames
1 #!/bin/bash
2
3 srcPath='/mnt/Data/Фото/!_SORT/SamsungSort'
4 ownerId='b3f46eb5-81a6-4283-aade-d726823d7af4'
5
6 ########################################################
7
8 source .env || exit 10
9 libHostPath="$UPLOAD_LOCATION"
10 libContainerPath='/usr/src/app/upload'

anthony / Sublime crack 2

0 喜欢
0 派生
2 文件
最后活跃于 1750517163
Taken from https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47

Note

  1. If you can, please purchase the genuine license through the official channel and support the software developer.
  2. All crack methods here are implemented by @leogx9r.
  3. All data is not guaranteed to be authoritative or correct, nor has it been tested across the platform, nor is it responsible for any errors, lost data, etc. in practice! Please assess yourself!!!
  4. I am only within the ability to update the information based on the existing crack methods until the existing rules fail.

Sublime Patcher Script for personal use

最后活跃于 1741419879
Подсмотрено в https://github.com/MariaDB/mariadb-docker/blob/master/examples/compose-replication-semisync.yml
1 x-common-env: &common-env
2 env_file:
3 - .env
4
5 services:
6 svc1:
7 <<: *common-env
8 container_name: service_1
9 # ...
上一页 下一页