Add authenticated photo uploads and GitHub Actions publishing

This commit is contained in:
2026-09-19 14:16:13 +03:30
parent 0e7c825215
commit 25c82662b7
17 changed files with 873 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
PHOTO_TOKEN_FILE=/home/mahdi/.config/blog-photos/token
PHOTO_GIT_KEY_FILE=/home/mahdi/.config/blog-photos/git_key
PHOTO_KNOWN_HOSTS_FILE=/home/mahdi/.config/blog-photos/known_hosts
PHOTO_REPOSITORY=git@github.com:mdibaiee/mahdi.blog.git
PHOTO_PUBLIC_DIR=/home/mahdi/blog-published
PHOTO_BRANCH=master
PHOTO_PORT=8088