homelab/server/config/sftp
Joey Hafner 54124da9d1 #31 Add Loki logging for all "main" apps
Also converted a few old composes from 4-space indentation to 2-space
Ignores supporting containers like postgres, redis, etc.
2022-07-13 13:35:56 -07:00
..
.env
docker-compose.yml #31 Add Loki logging for all "main" apps 2022-07-13 13:35:56 -07:00
README.md
users.conf

Connecting to SFTP

  1. Install an SFTP client. See https://www.sftp.net/clients
  2. Configure a new connection with the following parameters:
Parameter Value
Address $(curl ifconfig.me)
Port 23450
User sftp or provision a new account
Pass See Bitwarden item for the account
  1. Begin transferring files. :)