You are browsing as a guest. Sign up (or log in) to start making projects!

53m 58s logged

My new project: Waddle 🐧

Waddle is a collection of digital penguins which can waddle to their nests (remote servers) via SSH. They can carry files or requests to execute commands.

Waddle is supposed to help me deploy my projects to nest (or other servers). I couldn’t achieve much today but I have planned the features and got remote commands working. :yay:

Technologies ⚙️

All requests are made via SSH for security reasons and because it fits my needs perfectly. I use C# because I like object-oriented languages and C# is the one I like most.

The plan :3-blahaj-spinning:

I want to support yaml workflows that can run commands on both the client and the server and transfer files between both.


(How haven’t I figured out that you can format these earlier)
:yay-1-1-72614fb2edd2: :yay-2-1-3828bb11976b:
:yay-1-2-1e2d4f324297: :yay-2-2-b04378aea4ec: (And the emojis are amazing :yay-67: )

0
39

Comments 2

@Jack_

I need this badly. I have had to setup github automations which only work like 50% of the time, if this works well, it would be a live saver.

@LinusSchneeberg

@Jack_ Glad to hear! I’ll work a lot on it tomorrow so I might get a working version soon.