sa
sa
Should already be implemented? ref #73 Cur runs/tasks already works - tasks ``` local task_gitsrc() = { name: 'git-src', runtime: { arch: 'amd64', containers: [{image: 'alpine/git'}], }, steps: steps_gitsrc(), depends:...
Suggest `gitea/gitlab/github` OAuth source add-functional in the webUI, It's better than Just use command.
cache groups +1
Great, there be lots todo with ui for pc/mobile and user-friendly entries/docs.
Perfect, I'll try test this latter.
- Test Result: ```jsonnet local task_gitsrc() = { name: 'git-src', runtime: { arch: 'amd64', containers: [{image: 'alpine/git'}], }, steps: steps_gitsrc(), depends: [], when: { // branch: '#.*#', branch: '#master#', ref:...
with the same problem. ### 1. http://local.containerum.io/login be ok. ### 2. http://api.local.containerum.io/login/basic or: api.local.containerum.io get: Internal Server Error --------------- tryed the latest version(clone master) and v1.0.19 of containerum. local cluster...
1.get pod: all be running, 2. logs -f gangly-jaguar-api-gateway-6cc88cfb5c-xzd2t |grep Err : got none logs -f gangly-jaguar-api-gateway-6cc88cfb5c-xzd2t |grep err : got none 3. when login req or open http://api.local.containerum.io/login/basic in...
then i got into the POD to test the link: got the message bellow: exec -it gangly-jaguar-api-gateway-6cc88cfb5c-xzd2t sh /app # apk add curl curl -H "User-Client:sss" localhost:8082 {"message":"invalid request body...
when i changed from traefik to ingress-inginx, the api login is ok.