[FreeNAS Scale] - MineOS with SFTP

Kwakx

Cadet
Joined
Jan 14, 2023
Messages
1
When configuring mineOS as an application in TrueNAS Scale, I was looking for the easiest way to get to the server files and decided to prepare a ready to use Docker image with SFTP.

Github repo

Changes:
-add openssh-server to docker image
-default SFTP dir "/var/games/minecraft"
-auto start ssh service in entrypoint.sh

Ready to use docker image: kwakx/mineos-ssh


How to use:
1. User kwakx/mineos-ssh image
1673699502908.png

2. Expose ssh port 22:
1673699523196.png

3. Start app and connect with SFTP to exposed port with your MC user, for example (WinSCP):
1673699546871.png

1673699561621.png
 
Top