-
This is my docker-compose.yml
```
version: '2'
services:
redis:
restart: always
image: sameersbn/redis:4.0.9-2
command:
- --loglevel warning
volumes:
# - redis-da…
-
Hi,
I followed this guide https://github.com/sameersbn/docker-gitlab/blob/master/docs/container_registry.md to activate gitlab docker registry. But I am getting a 500 Error when I click on containe…
-
The built-in GitLab `${CI_JOB_TOKEN}` variable does not have appropriate access to the APIs required by this tool. https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html
Users of this package should …
-
Hello,
since Gitlab 17.1.0, 1 or 2 the crosslink function no longer works.
To test, create 2 repos and add an issue in one repo.
Create a commit in another repo and add the link .
After the …
-
Hi,
I'm trying to deploy Caddy + Gitlab + Registry with this code and getting the following certificate error.
```
version: '2'
services:
caddy:
restart: always
image: gotfix/ca…
-
### Feature Description
Support for OAuth Device Authorization Grant ([RFC 8628](https://datatracker.ietf.org/doc/html/rfc8628)) also known as "device flow"
[GitHub](https://docs.github.com/en/a…
-
### Is your enhancement related to a problem? Please describe
In documentation we mention that we support GitHub, GitLab and Bitbucket [OAuth](https://www.eclipse.org/che/docs/stable/administration…
-
### Details
Update sweepai/config/server.py to leverage the GitLab Oauth 2.0 identity provider API instead of GitHub environment variables for GitHub Applications.
You can refer to GitLab's Oauth 2…
-
### Provide the Bytebase version you are using
v2.13.0
### Describe the bug
Hi, after step described in reproduce, this error is displayed:
```
Code 13:
/bytebase.v1.ExternalVersionControlSe…
-
Hi,
I am really not sure if this is an issue with taig-contrib-openid-auth or with the django-oauth-tollkit or with my setup, so any input would be helpful:
I am trying to connect my taiga deplo…