Go to file
2024-06-30 15:10:49 -03:00
examples/hello_crystal faaso build works both local and remote. Basic auth for faaso API (lame, hardcoded) 2024-06-30 15:10:49 -03:00
runtimes/crystal Cleanup image building code, refactored, fewer exposed ports, templated files in runtime 2024-06-30 10:18:51 -03:00
spec initial commit 2024-06-28 12:41:21 -03:00
src faaso build works both local and remote. Basic auth for faaso API (lame, hardcoded) 2024-06-30 15:10:49 -03:00
.ameba.yml faaso build works both local and remote. Basic auth for faaso API (lame, hardcoded) 2024-06-30 15:10:49 -03:00
.editorconfig initial commit 2024-06-28 12:41:21 -03:00
.gitignore Added funko export functionality 2024-06-30 10:49:50 -03:00
DESIGN.md Cleanup tags/names/etc, refactors, use image history 2024-06-29 14:36:11 -03:00
Dockerfile faaso build works both local and remote. Basic auth for faaso API (lame, hardcoded) 2024-06-30 15:10:49 -03:00
LICENSE initial commit 2024-06-28 12:41:21 -03:00
Makefile Daemon can now build images 2024-06-30 13:11:35 -03:00
README.md initial commit 2024-06-28 12:41:21 -03:00
shard.lock faaso build works both local and remote. Basic auth for faaso API (lame, hardcoded) 2024-06-30 15:10:49 -03:00
shard.yml faaso build works both local and remote. Basic auth for faaso API (lame, hardcoded) 2024-06-30 15:10:49 -03:00
tinyproxy.conf Daemon can now build images 2024-06-30 13:11:35 -03:00

faaso

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/faaso/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors