mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #135] Cannot find my uploaded images on my FTP server #487
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#487
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Xalbi on GitHub (Jan 21, 2022).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/135
Hello,
I deployed pictshare via docker on google appengine, and i configured env vars to point to my FTP server.
the upload works fine but i cannot find my images on my FTP server.
When i search for the file by the hashed name inside my docker, i find it. But on the FTP server for every upload there is new folders created like this ./0/4/3 and nothing inside.
The point is, i dont want to loose my uploaded pictures when my server goes down or when i deploy a new version.
my env vars:
FTP_SERVER: "XXXXXX"
FTP_USER: "XXX"
FTP_PASS: "XXX"
FTP_BASEDIR: "/ftp/xalbi/"
am i missing something ?
Do i need to change something in the Dockerfile so that the upload goes correctly to the FTP server ?