ainmosni / mediasync-server

Simple HTTP server to facilitate file syncronisation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mediasync Server

WIP: This is a WIP, things will not work.

A simple server to make files accessible via HTTP.

What is Mediasync server

I have a machine outside of my local that automatically download files. Because I want these available to me on my local network, I rsync these periodically. The goal of this project is to download from this server instead, and use webhooks to make the syncs on-demand instead of at specific times. I also want to eliminate the need for ssh transport, and I want the server to be able to run in k8s. So I decided to create something for myself.

About

Simple HTTP server to facilitate file syncronisation.

License:Apache License 2.0


Languages

Language:Go 98.5%Language:Dockerfile 1.5%