gitlab-pages Questions

1

I can't figure out how to setup Gitlab Pages on my self-hosted Gitlab instance without wildcard domains. For example, I have 1 server with 3 public IP addresses and domain names: 10.8.0.10 (git.ex...

2

Solved

I have set up a gitlab server and gitlab pages for our company internal gitlab. The configuration was made according to Pages domain with tls support without wildcard dns. The pages work correctly ...
Edithe asked 8/3 at 13:48

6

Solved

I am deploying my React app using GitLab Pages, and it works well. Here is my gitlab-ci.yml: # Using the node alpine image to build the React app image: node:alpine # Announce the URL as per CRA d...
Luminary asked 9/4, 2019 at 15:54

2

Solved

I am using gitlab pages to deploy outputs from the jobs. I have 3 different jobs which produce html outputs. One job always runs. 2 other jobs are optional, thus they are manually run. How is pos...
Abirritant asked 31/1, 2018 at 11:13

1

i'm running a pipeline in my GitLab project where automated ui tests are executed. After the tests has been finished it will generate a test report where also a .html file is generated to be able t...
Chaffer asked 24/1, 2023 at 22:9

1

I'm creating a big (satis) package repository in a GitLab CI build step and wanted to just host it in GitLab Pages (on premise install). This works flawlessly, until the public folder size gets big...
Athematic asked 17/9, 2018 at 7:39

1

When I create a group on gitlab, I can create a repo groupname.gitlab.io that is a root folder of the site. And I can create repos such as: css, img and so on, that are subfolders of the site. How ...
Washington asked 22/12, 2021 at 19:1

1

Solved

We have a locally deployed instance of Gitlab, where at the time we cannot afford to have a GitLab Runner to run CI/CD pipelines. Is it possible to use GitLab Pages without CI/CD? E.g. is it possib...
Impotent asked 15/7, 2020 at 14:23

3

Solved

How do I use PowerShell commands/scripts with Gitlab CI in a .gitlab-ci.yml file which is used to deploy to gitlab pages? I am trying to execute the build.ps1 file from .gitlab-ci.yml, but when it...

6

Solved

This morning I got emails for each of my Gitlab Pages that are hosted on custom domains, saying that the domain verification failed. That's fine, because I don't think I ever verified them in the ...
Zenaidazenana asked 21/2, 2018 at 18:29

1

Solved

This answer by @joki to a previous question suggests that it is possible to deploy each active branch in a GitLab repo to a dynamic environment, by giving browsable artifacts a public URL. Trying ...
Gaullism asked 4/3, 2020 at 16:32

2

Solved

I've created a Gitlab CI job to use pandoc to create some HTML and PDF assets that I would like to deploy to my Hugo site hosted with Gitlab Pages. In .gitlab-ci.yml my job looks like this: # All...
Xylography asked 23/8, 2019 at 12:39

2

I have a GitLab Pages site that uses Gulp for building. My .gitlab-ci.yml file looks similar to this: image: node:latest before_script: - npm install gulp-cli -g - npm install gulp [...and a wh...
Patronymic asked 3/5, 2017 at 4:50

1

Solved

Third party application which I'm trying to integrate, asking to put a file inside a .well-known folder. how can I make that file accessible from URL? (example.com/.well-known/token.txt). site is d...
Esquibel asked 2/5, 2019 at 11:14

1

Solved

I have a Gitlab project like this (.gitlab-ci.yml): # Sub-jobs listed as comments stages: - check-in-tests # shellcheck # pylint # unit-tests - several-other-things # foo # bar # baz - re...
Ectomere asked 28/12, 2018 at 5:10

1

When we use this https://github.com/{user}/{repo}/graphs/traffic url in GitHub, a graph of our repo's visitors will be shown. There is also a table which shows the referring sites. Does this featu...
Repeal asked 22/9, 2017 at 9:10

1

Solved

I am using a GitLab pipeline to run some tests and produce a coverage report. What I would like to do is be able to publish the produced coverage folder (that includes an html page and an src fold...
Howler asked 12/2, 2018 at 9:25

1

Solved

I don't think I need to use the subdomain. I have created a A record and a TXT record as the doc suggests on namecheap.com. After wait for 24 hours, I sill get a failed to verify domain ownership e...
Stuckey asked 6/3, 2018 at 5:34

1

I will use Gitlab Pages. It seems that Gitlab Pages doesn't work with React Router. I get an empty page. How can I use gitlab Pages with react Router? How can I solve this problem? /src/App.js im...
Marche asked 11/10, 2017 at 9:28

1

Solved

I want to post an image onto my blog (yes that simple!) My website is hosted on GitLab Pages and uses the Hugo framework (v0.23). I forked my webpage from here, https://gitlab.com/pages/hugo (thus...
Presidentelect asked 17/10, 2017 at 10:4
1

© 2022 - 2024 — McMap. All rights reserved.