Sign inSign up

apptrice/triceporter

By apptrice

Updated over 1 year ago

TricePorter is a file transfer automation tool with a flexible scheduling and SFTP/S3 support

Image
Networking
Integration & delivery
Databases & storage
0

287

apptrice/triceporter repository overview

TricePorter is a versatile file transfer automation tool featuring a flexible scheduling system and support for SFTP and S3 protocols. It can run as a portable binary on the most popular operating systems, handling all these tedious tasks for you, including compressing files on the fly and storing them in daily directories.

To run this tool and have UI exposed to port 18090 please run:

docker run -p 18090:18090 apptrice/triceporter

If you want to have your triceporter configuration and buffer persistent after container restart, then you might use the following:

docker volume create triceporter_volume

docker run --mount type=volume,src=triceporter_volume,target=/opt/triceporter -p 18090:18090 apptrice/triceporter

Default user/password: admin/admin

Documentation: https://www.apptrice.com/triceporter/docs/

Tag summary

Content type

Image

Digest

sha256:00362102e

Size

98.6 MB

Last updated

over 1 year ago

docker pull apptrice/triceporter