ChimeraOS / frzr

A deployment and automatic update mechanism for operating systems
MIT License
59 stars 14 forks source link

Add support for remote deployments #41

Closed ruineka closed 1 year ago

ruineka commented 1 year ago

Tested using sshfs and in theory ftp or any other mountable shares should work as well.

alkazar commented 1 year ago

What does this have to do with remote deployments? it looks like a change to enable local deployment. If the file is in an sshfs mount that would just be incidental?

ruineka commented 1 year ago

What does this have to do with remote deployments? it looks like a change to enable local deployment. If the file is in an sshfs mount that would just be incidental?

The intended purpose is to mount a remote directory with something like sshfs and give it a remote location as the path to be deployed.

You could also give a path to an image on the local drive of the system but that would't make much sense.

alkazar commented 1 year ago

I don't quite understand the remote deploy use case, but the local one makes sense to me.