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

anthony / Sublime crack 1

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1750516528
Taken from https://gist.github.com/lugrus2000/1fc55158b87f94d799392a6dd1ac0ce2

anthony / Docker compose -- общие переиспользуемые части

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 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 # ...
Новіше Пізніше