- Create a new Custom Action via the developer portal
- Setup a new subdomain to use for your Custom Action receiver (yourwebhook.io for example)
- Point the Custom Action at your subdomain and endpoint (http://yourwebhook.io/new)
- Setup an Ubuntu instance on AWS
- Expose port 8000 via the Security Groups settings for this instance
- Install docker and docker-compose
- Export an ENV variable called
FRAMEIO_TOKEN
git clone
this repository- Run
docker-compose build
followed bydocker-compose up
from within the cloned directory to start the infrastructure and API endpoint
- Add support for version stacks
- Update slate to add space for more fields (FPS, resolution, etc.)
- Fix slate so that it counts down correctly!!!