Flot
Flot is an open source Make.com alternative, a workflow automation tool that is just as easy to use as it is deployed.
Features
TODO: Add features
Getting Started
TODO: Add getting started
Contributing
TODO: Add contributing
Troubleshooting
SSH Agent Connection Error in Devcontainer
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
~/.sshdirectory - Verify your SSH key is added to your GitHub account
- Check the permissions of your SSH files with
ls -la ~/.sshin the container
License
Flot is licensed under the Apache License, Version 2.0.