flitter icon indicating copy to clipboard operation
flitter copied to clipboard

Minimal Docker PaaS

Results 17 flitter issues
Sort by recently updated
recently updated
newest added

Right now it is spread across: - `/flitter/lagann/authkeys/` - `/flitter/lagann/users/` - `/flitter/builder/users/` Maybe it would be better to unify this? ref #22

question

This would follow [the principle of least privilege](https://en.wikipedia.org/wiki/Principle_of_least_privilege) and reduce builder image complexity as we are effectively giving it full root on the system anyways with what is being passed...

question

- listing users - changing password

enhancement
help wanted

`builder`, `lagann` and `proxy` should not be running on application nodes. `router`, `havok` and application units should not be running on backplane nodes. This will also set the groundwork for...

enhancement

Layer in more `ENV` layers or specify more environment variables in the `docker run` command.

enhancement

Repurpose `proxy` into a generic TCP proxy for application use. Also look into making derivatives of the `proxy` tool specialized for common protocols such as IRC.