Pierre

Results 10 comments of Pierre

A `musl` version of the server might be great to run it on alpine-based docker images, small footprint.

Facing similar issue, can't deploy swarm services using nfs volumes ```sh $ docker volume inspect git_redis [ { "CreatedAt": "0001-01-01T00:00:00Z", "Driver": "nfs", "Labels": { "com.docker.stack.namespace": "git" }, "Mountpoint": "/var/lib/docker-volumes/netshare/nfs/git_redis", "Name":...

It'd be really great to be able to do this, as of now you can achieve this in Java GraphQL implementation https://github.com/graphql-java/graphql-java/blob/36b0ec9214e9c40adeb6e8a52faeef0bacd71cf2/src/main/java/graphql/schema/idl/SchemaParser.java

Better yet, give a try to https://github.com/vektah/gqlgen

I've got nfs-provisioner deployed on civo k3s @sr229 and it's working, though civo still need to improve the masters performance 'cause it shows some connectivity issues from time to time...

I followed @J-Siu 's [comment](https://github.com/jeffreywildman/homebrew-virt-manager/issues/170#issuecomment-822341574) with a little twist, had to update libvirt-python to 8.2.0 ```ruby class VirtManager < Formula include Language::Python::Virtualenv desc "App for managing virtual machines" homepage "https://virt-manager.org/"...

it seems the protocol is harcoded https://github.com/jfelten/gitea-helm-chart/blob/170e5de28e08d2525eee6c6198d15ce43f5f52ee/templates/gitea/gitea-config.yaml#L241 There's a `.Values.ingress.protocol`, but it has no effect either https://github.com/jfelten/gitea-helm-chart/blob/170e5de28e08d2525eee6c6198d15ce43f5f52ee/templates/gitea/gitea-config.yaml#L248

Yup, pretty much it. Enable 2FA, generate a token via GUI on gitlab.com (because you need a token to authenticate against the API when using 2FA), then attempt to create...

Tested and working, you rock! ```sh gogpat create -u ulm0 -p [REDACTED] -a INFO[0001] Found Two Factor Authentication INFO[0001] Please Provide a valid OTP Token to login: 808751 [TOKEN-GENERATED] ```...

I see, i got this idea because i have 2FA enabled and use tokens to update a mirror report on a private gitlab installation i have, in the format `https://ulm0:[TOKEN]@git.domain.com/ulm0/project.git`...