Initial commit

This commit is contained in:
2026-04-05 16:23:17 +00:00
commit 6c75e00159
42 changed files with 3859 additions and 0 deletions

13
sftp/Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM atmoz/sftp
#ADD users.conf /etc/sftp/users.conf
ARG SSHKEY1
ARG SSHKEY2
#ARG SFTPUSERS
RUN echo "${SSHKEY1}" | base64 --decode > /etc/ssh/ssh_host_ed25519_key
RUN echo "${SSHKEY2}" | base64 --decode > /etc/ssh/ssh_host_rsa_key
#RUN echo ${SFTP_USERS} > /etc/test

1
sftp/users.conf Normal file
View File

@@ -0,0 +1 @@
ftp-1:123:33:33