privv
privv
RRailway
Created by privv on 8/6/2024 in #✋|help
Elixir can't use websocket with custom domain
Hey, I added my custom domain for my phoenix app and I noticed that only the port 8080 worked and not the websocket port. Is it possible to get a custom domain to work with any port?
3 replies
RRailway
Created by privv on 9/28/2023 in #✋|help
Can't fetch go modules from private repo in the same orginization
I am trying to build a GO project and one of the modules I have is a private repo. I get
> [builder 4/4] RUN CGO_ENABLED=0 GOOS=linux go build -o /binary ./cmd:
5.122 Confirm the import path was entered correctly.
5.122 If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
5.122 internal/pkg/webservice/webservice.go:9:2: reading github.com/x/go-utils/go.mod at revision v0.1.0: git ls-remote -q origin in /go/pkg/mod/cache/vcs/01643059789a0e0b38ec86616e078457ed762e9610469ed02ba9c12b86a5e564: exit status 128:
5.122 fatal: could not read Username for 'https://github.com': terminal prompts disabled
> [builder 4/4] RUN CGO_ENABLED=0 GOOS=linux go build -o /binary ./cmd:
5.122 Confirm the import path was entered correctly.
5.122 If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
5.122 internal/pkg/webservice/webservice.go:9:2: reading github.com/x/go-utils/go.mod at revision v0.1.0: git ls-remote -q origin in /go/pkg/mod/cache/vcs/01643059789a0e0b38ec86616e078457ed762e9610469ed02ba9c12b86a5e564: exit status 128:
5.122 fatal: could not read Username for 'https://github.com': terminal prompts disabled
The Railway app is installed for all repos in my orginization. Any ideas?
20 replies
RRailway
Created by privv on 7/22/2023 in #✋|help
header for fetching client ip
Hey. I did ask about if railway have a IP for forwarding client ip to the app. I got my answer which is x-forwarding-for I only write my question here so if someone else is asking for the same can they search for it
5 replies