Home
Softono

Flot

Open source Apache-2.0 TypeScript
29
Stars
6
Forks
7
Issues
0
Watchers
1 year
Last Commit

 About Flot

Open source Make alternative, a workflow automation tool that is just as easy to use as it is deployed.

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Flot?

We provide expert installation service for this software. Our team will install, configure, and secure Flot on your server. plans start at just $30.

Flot Preview

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:

  1. Start the SSH agent service:

    # Run PowerShell as Administrator
    Set-Service ssh-agent -StartupType Automatic
    Start-Service ssh-agent
    
  2. Add your SSH key to the agent:

    ssh-add $HOME/.ssh/id_rsa  # or path to your specific key
    
  3. Verify the key was added:

    ssh-add -l
    
  4. 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

License

Flot is licensed under the Apache License, Version 2.0.