Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorTuomo Ala-Vannesluoma <tuomoav@gmail.com>2018-08-07 20:16:26 +0300
committerTuomo Ala-Vannesluoma <tuomoav@gmail.com>2018-08-07 20:31:02 +0300
commit90690a9d77b673df5845f05d626ff8f6e75529c7 (patch)
treeeff442c8af947a379badc80018a79efe0df1b0cc /shared
parent2666c24dacb27efd22ad78044d4f321beed63772 (diff)
Make private pages public if gitlab and pages is ran without access control, add support for custom domains for which auth is proxied via gitlab pages domain
Diffstat (limited to 'shared')
-rw-r--r--shared/pages/group/private.project/config.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/shared/pages/group/private.project/config.json b/shared/pages/group/private.project/config.json
index 292ba673..e7d754a0 100644
--- a/shared/pages/group/private.project/config.json
+++ b/shared/pages/group/private.project/config.json
@@ -1 +1,10 @@
-{ "domains": [], "id": 1000, "access_control": true }
+{ "domains": [
+ {
+ "domain": "private.domain.com",
+ "id": 1000,
+ "access_control": true
+ }
+ ],
+ "id": 1000,
+ "access_control": true
+}