Add initial files for Hoppscotch, Immich configuration, and test HTML
This commit is contained in:
parent
c94298f41e
commit
7b7fe9277c
|
|
@ -0,0 +1,6 @@
|
||||||
|
https://hoppscotch.xorbit.me/backend/v1/auth/microsoft/callback
|
||||||
|
https://hoppscotch.xorbit.me/backend/v1/auth/microsoft/callback
|
||||||
|
|
||||||
|
|
||||||
|
752566341531-fhvruui0b88gjgj2d6b0kb9lvs4c201g.apps.googleusercontent.com
|
||||||
|
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
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
- UPLOAD_LOCATION=./library
|
||||||
|
UPLOAD_LOCATION=/mnt/tigerhd_hidden_rw/CrossDress/immich
|
||||||
|
THUMB_LOCATION=./library/thumbs
|
||||||
|
ENCODED_VIDEO_LOCATION=./library/encoded-video
|
||||||
|
PROFILE_LOCATION=./library/profile
|
||||||
|
BACKUP_LOCATION=./library/backups
|
||||||
|
|
||||||
|
|
||||||
|
- ${THUMB_LOCATION}:/data/thumbs
|
||||||
|
- ${ENCODED_VIDEO_LOCATION}:/data/encoded-video
|
||||||
|
- ${PROFILE_LOCATION}:/data/profile
|
||||||
|
- ${BACKUP_LOCATION}:/data/backups
|
||||||
Loading…
Reference in New Issue