Flot is an open source Make.com alternative, a workflow automation tool that is just as easy to use as it is deployed.
TODO: Add features
TODO: Add getting started
TODO: Add contributing
If you encounter this error when using Git in the devcontainer:
This means the SSH agent service isn't running on your Windows machine. To fix this:
-
Start the SSH agent service:
# Run PowerShell as Administrator Set-Service ssh-agent -StartupType Automatic Start-Service ssh-agent
-
Add your SSH key to the agent:
ssh-add $HOME/.ssh/id_rsa # or path to your specific key
-
Verify the key was added:
ssh-add -l
-
Rebuild your devcontainer
If you're still having issues:
- Ensure your SSH keys exist in your local
~/.ssh
directory - Verify your SSH key is added to your GitHub account
- Check the permissions of your SSH files with
ls -la ~/.ssh
in the container
Flot is licensed under the Apache License, Version 2.0.