Sign inSign up

ich777/megasync

By ich777

Updated over 1 year ago

Image
1

100K+

ich777/megasync repository overview

DEPRECATED

Please try rclone as an alternative to this container: rclone Homepage

MEGASync in Docker optimized for Unraid

MEGAsync is an intuitive application that enables you to effortlessly synchronize folders on several computers. You simply need to upload data in the cloud and, within seconds, you can explore the same documents on your own PC.

MEGAsync can synchronize all of your devices with your MEGA account. Access and work with your data securely across different locations and devices.

Env params

NameValueExample
DATA_DIRMain storage folder/megasync/.local/share/data/Mega Limited/MEGAsync
CUSTOM_RES_WIf needed enter your custom screen with in pixels800
CUSTOM_RES_HIf needed enter your custom screen height in pixels600
UIDUser Identifier99
GIDGroup Identifier100
UMASKUser file permission mask for newly created files000
DATA_PERMData permissions for main storage folder770

Run example

docker run --name Deezloader-Remix -d \
	-p 8080:8080 \
	--env 'UMASK=000' \
	--env 'DATA_PERM=770' \
	--env 'UID=99' \
	--env 'GID=100' \
	--volume /mnt/user/appdata/megasync:/megasync/.local/share/data/Mega Limited/MEGAsync \
	--volume /mnt/user:/mnt/host \
	--restart=unless-stopped \
	ich777/megasync
Webgui address: http://[SERVERIP]:[PORT]/vnc_auto.html

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/

Tag summary

Content type

Image

Digest

sha256:eeffa10fd

Size

583.3 MB

Last updated

over 1 year ago

docker pull ich777/megasync