| ... | ... | @@ -542,7 +542,7 @@ If these workarounds do not fit well with what you need and you absolutely want |
|
|
|
- Gitlab-Pages are activated on our gitlab instance. Documentation can be found here: https://gitlab.inria.fr/help/user/project/pages/index.md
|
|
|
|
- Gitlab pages allow only static html content to be published (it means: no database, no php, etc.). The pages are generated as part of a continuous integration step, so you need a gitlab runner for the pages generation. You can use the shared runners available for this, see [existing shared runners](https://gitlab.inria.fr/siteadmin/doc/-/wikis/faq#use-existing-shared-runners).
|
|
|
|
- There is a basic gitlab-pages example project here: https://gitlab.inria.fr/siteadmin/pages-example The generated web page is here: https://siteadmin.gitlabpages.inria.fr/pages-example/
|
|
|
|
- You can also have a look at https://gitlab.inria.fr/help/user/project/pages/getting_started/new_or_existing_website.md note that there are templates for many website generators.
|
|
|
|
- You can also have a look at https://docs.gitlab.com/ee/user/project/pages/index.html#getting-started Note that there are templates for many website generators.
|
|
|
|
- Inria gitlab does not support custom domains and certificates. They are required if you want to have a custom domain that you own point to a gitlab pages generated site (optionnaly in https) but Inria has explicitely forbidden this functionnality.
|
|
|
|
- The first time Gitlab-Pages are activated, a question is asked: _"Authorize GitLab Pages to use your account? An application called GitLab Pages is requesting access to your GitLab account. Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access. This application will be able to: Access the authenticated user's API, Grants complete read/write access to the API, including all groups and projects, the container registry, and the package registry."_. This is strange, but normal. The Gitlab-Pages server is a separate server, and for situation where pages are restricted to project members, the Gitlab-Pages server must use the authentication infrastructure of the Gitlab server. So you need to answer yes.
|
|
|
|
|
| ... | ... | |
| ... | ... | |