🌐
GitLab
forum.gitlab.com › how to use gitlab
Is it possible to access gitlab pages with IP address directly - How to Use GitLab - GitLab Forum
June 25, 2023 - I am running a Gitlab (15.11) instance in a LAN without DNS, and want to access Gitlab Pages by IP address instead domain names. The CI/CD job for my project’s pages has completed successfully, but I am struggling to fi…
🌐
GitLab
about.gitlab.com › releases › 2017 › 03 › 06 › we-are-changing-the-ip-of-gitlab-pages-on-gitlab-com
We are changing the IP of GitLab Pages on GitLab.com | GitLab
March 6, 2017 - GitLab Pages' IP on GitLab.com is changing from 104.208.235.32 to ... Update: As of August 2018, as a result of the GitLab.com migration to Google Cloud Platform, the IP address for your Pages A record has changed to 35.185.44.232.
Discussions

Listen IP-Address for gitlab-pages / night - How to Use GitLab - GitLab Forum
If I look at netstat -tlpnu, I see, that Pages listen on 0.0.0.0:80 - I want to change IP to my own intern IP-Address - this server use few interfaces. When I look at /var/opt/gitlab/nginx/conf/gitlab-pages.conf, I see, that parameter listen is set to *:80. When I had disabled pages, than listen ... More on forum.gitlab.com
🌐 forum.gitlab.com
0
June 7, 2023
GitLab Pages using Secondary IP
Trying to resolve an issue with nginx currently, 2021-10-06_13:37:00.94594 2021/10/06 09:37:00 [emerg] 24786#0: bind() to 0.0.0.0:443 failed (98: Address already in use). The server has 2 IP addresses, 10.0.0.188:443 as the main website and 10.0.0.136:443 for GitLab pages. More on forum.gitlab.com
🌐 forum.gitlab.com
1
0
October 6, 2021
[Gitlab]Where can I find Gitlab Pages hosted on my private Gitlab instance? - Stack Overflow
But I got no idea where my page hosted. I took a glance at this documentation but it was still vague to me. I have a private Gitlab instance. My Gitlab entry is under http://abc.def.com (I configured a type A DNS to my host IP 111.111.111.111, a reverse proxy pointing at localhost:9000). More on stackoverflow.com
🌐 stackoverflow.com
My gitlab-pages page just lost it's IP address and is not reachable anymore - How to Use GitLab - GitLab Forum
Serving debian packages with the built in package repositories is not supported yet, so this is my workaround until that is ready. Today I noticed that the DNS record for my gitlab pages doesn’t have a valid IPv6 address anymore. So the AAAA record is missing and I can’t reach it anymore. More on forum.gitlab.com
🌐 forum.gitlab.com
0
August 29, 2022
🌐
GitLab
docs.gitlab.com › gitlab docs › administer › update your settings › gitlab pages
GitLab Pages administration | GitLab Docs
If your GitLab instance has an IPv6 address, add entries for it. Replace example.io with your domain name, and 2001:db8::1 with the IPv6 address of your instance: ... If you need custom domain support, all subdomains of the Pages root domain must point to the secondary IP dedicated to the Pages ...
🌐
GitLab
docs.gitlab.com › gitlab docs › use gitlab › manage your organization › gitlab.com settings
GitLab.com settings | GitLab Docs
GitLab.com uses the IP ranges 34.74.90.64/28 and 34.74.226.0/24 for traffic from its Web/API fleet. This whole range is solely allocated to GitLab. Connections from webhooks or repository mirroring come from these IP addresses.
🌐
GitLab
forum.gitlab.com › how to use gitlab
Listen IP-Address for gitlab-pages / night - How to Use GitLab - GitLab Forum
June 7, 2023 - If I look at netstat -tlpnu, I see, that Pages listen on 0.0.0.0:80 - I want to change IP to my own intern IP-Address - this server use few interfaces. When I look at /var/opt/gitlab/nginx/conf/gitlab-pages.conf, I see, that parameter listen is set to *:80. When I had disabled pages, than listen ...
🌐
Gitlab
gitlab-com.gitlab.io › pages-ip-check
Pages IP Check - Production
This page should be accessible from the IP 35.185.44.232
🌐
GitLab
forum.gitlab.com › how to use gitlab
GitLab Pages using Secondary IP - How to Use GitLab - GitLab Forum
October 6, 2021 - Trying to resolve an issue with ... already in use). The server has 2 IP addresses, 10.0.0.188:443 as the main website and 10.0.0.136:443 for GitLab pages....
Find elsewhere
🌐
Namecheap
namecheap.com › support › knowledgebase › article.aspx › 10446 › 2208 › how-do-i-link-my-domain-to-gitlab-pages
How do I link my domain to GitLab Pages? - Domains - Namecheap.com
TXT records for _gitlab-pages-... save them using the Save All Changes green button: NOTE: The 35.185.44.232 IP address is used only for projects on GitLab.com....
🌐
GitLab
forum.gitlab.com › how to use gitlab
My gitlab-pages page just lost it's IP address and is not reachable anymore - How to Use GitLab - GitLab Forum
August 29, 2022 - Serving debian packages with the built in package repositories is not supported yet, so this is my workaround until that is ready. Today I noticed that the DNS record for my gitlab pages doesn’t have a valid IPv6 address anymore. So the AAAA record is missing and I can’t reach it anymore.
🌐
Reddit
reddit.com › r/gitlab › setting up gitlab & gitlab pages with only one ip
r/gitlab on Reddit: Setting up GitLab & GitLab Pages with only one IP
September 11, 2022 -

I've set up GitLab and everything is working fine and I can reach it using gitlab.mydomain.com. Now I want to enable GitLab Pages and reach it using pages.mydomain.com and all its subdomains. Only setting the pages url didn't work. According to the docs I need a second IP dedicated to GitLab Pages from what I unterstand? However, as I set up my instance on a Linode server, I only have one IP. Shouldn't it be possible to setup NGINX so that I don't need a second IP? I already tried a few different configurations I found online but nothing seems to work.
So is it possible? And if yes how would I do it? Are there any guides for this?
Any help is much appreciated. Thanks!

🌐
GitLab
forum.gitlab.com › how to use gitlab › self-managed
How to know what IP will provide our pages in Gitlab Page? - Self-managed - GitLab Forum
June 4, 2022 - So, in order to securize our communication we want to know if the the content will be provided from this IP: 35.185.44.232 (IP got from this documentation GitLab.com settings | GitLab), or it will be provided ...
🌐
GitLab
resafety.com › gitlab › help › administration › pages › index.md
Index · Pages · Administration · Help · GitLab
where example.io is the domain under which GitLab Pages will be served and 192.0.2.1 is the IPv4 address of your GitLab instance and 2001::1 is the IPv6 address.
🌐
GitLab
gitlab.com › gitlab.org › gitlab foss › issues › #28099
Document single-IP solution for GitLab Pages (#28099) · Issues · GitLab.org / GitLab FOSS · GitLab
I use a web host that is limiting the number of IP addresses it hands out to its users. Thus, I would like to be able to run GitLab Pages on the same server as my GitLab instance by using the same IP.
🌐
GitLab
gitlab.com › gitlab.org › #14263
Document single-IP solution for GitLab Pages (#14263) · Issues · GitLab.org / GitLab · GitLab
February 22, 2016 - I use a web host that is limiting the number of IP addresses it hands out to its users. Thus, I would like to be able to run...