sgohl

Results 53 comments of sgohl

I am also trying to get auto login working on CentOS 7 (within docker) It's for temporary local development docker containers for convenience, so no security needed at all. Can't...

@johnorjias try goTTY: https://github.com/yudai/gotty

is this still in progress? Using Docker, this is a requirement, since there is no way of modifying the `rundeck-config.properties` directly.

I have this problem, too ... kind of The reporter and the tianji server are on the same machine (test scenario), running in **UTC** time Browser runs at local time,...

I'm not sure whether to do it this way (dedicated env var) or to provide a more general way of adding nginx snippets what would be my preferred option, but...

@geek-at I'm aware of that, but this adds unnecessary complexity/requirement to the reverse proxy in front, which is in that regard not it's actual job. Setting this header is responsibility...

Hi, I did a fresh installation using the latest charts with `secrets.passwords.pmmserverkey` because if you leave out `pmmserverkey` from your helm values, it throws: ``` "error": "can't enable PMM2: either...

Hi, thanks for your answer! If I understand correctly, `phase-frontend` only needs to make requests to `phase-backend` internally (not from browser) - this works already by default because docker. traefik...

@rohan-chaturvedi not a problem at all, thanks for responding anyway! so, `BACKEND_API_BASE` which is `http://backend:8000` is accessible from `phase-frontend` container - not from any browser obviously. From Browser-side, `NEXT_PUBLIC_BACKEND_API_BASE` which...

`DEBUG=true` did not give any additional information https://docs.phase.dev/self-hosting/configuration/envars#git-lab-sso is inconsistent: It tells to set the callback url to `/api/auth/callback/gitlab/` and `/api/auth/callback/gitlab` which one is correct? For me: with trailing slash:...