Kubernetes powered PaaS that runs in your own cloud. https://porter.run

jusrhee 5b590dce78 namespace filter integrated il y a 5 ans
cmd 7ee14897b5 fix merge conflict il y a 5 ans
dashboard 5b590dce78 namespace filter integrated il y a 5 ans
docker 0db5bd0b1e set default to postgres il y a 5 ans
docs 3ff604c276 updated docs il y a 5 ans
internal 3af9093794 get release history basic test pass il y a 5 ans
server 21a5ad733c added get history endpoint il y a 5 ans
.air.toml e71b846b93 ignore dashboard in air.toml il y a 5 ans
.gitignore 2a3d855527 no auth for single docker container option using sqlite il y a 5 ans
INT_TEST.md 2c05a00ead basic testing il y a 5 ans
README.md ef3f3705be dev environment setup il y a 5 ans
app 05a94f3c70 merge il y a 5 ans
docker-compose.dev.yaml ef3f3705be dev environment setup il y a 5 ans
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration il y a 5 ans
go.mod f7bc41c83e Merge branch 'api-users-context' into single-container il y a 5 ans
go.sum 7ee14897b5 fix merge conflict il y a 5 ans
test.yaml 7ecc5f09d7 initial boilerplate il y a 5 ans

README.md

Porter

For development:

docker-compose -f docker-compose.dev.yaml up --build

And then visit localhost:8080 in the browser.

Testing

From the root folder, run go test ./... to run all tests and ensure the builds/tests pass.