Changes
Page history
document wiki replication fix (Closes:
#41547
)
authored
Mar 07, 2024
by
anarcat
Show whitespace changes
Inline
Side-by-side
service/documentation.md
View page @
538438b1
...
...
@@ -199,7 +199,7 @@ Wiki and use the [repository mirror feature](https://gitlab.torproject.org/help/
into a separate project.
1.
in the Wiki project, head for the
**Settings: Access Tokens**
page
and create a new token with
`write_repository`
access
and create a new
Developer
token with
`write_repository`
access
2.
optionally, create a new project for the wiki, for example called
[
`wiki-replica`
](
https://gitlab.torproject.org/tpo/tpa/wiki-replica/
)
. you can also use the same project as the wiki
...
...
@@ -252,8 +252,14 @@ this](https://gitlab.com/gitlab-org/gitlab/-/issues/19842). It's also [not possi
repositories either
](
https://gitlab.com/gitlab-org/gitlab/-/issues/20754
)
, a compromise would be to
[
preview the wiki
home page correctly in repositories
](
https://gitlab.com/gitlab-org/gitlab/-/issues/432344
)
.
Update: it seems this broken in some recent upgrade, see
[
issue
41547
](
https://gitlab.torproject.org/tpo/tpa/team/-/issues/41547
)
for details.
Note that a GitLab upgrade broke this (
[
issue 41547
](
https://gitlab.torproject.org/tpo/tpa/team/-/issues/41547
)
). This was
fixed by allowing web hooks to talk to the GitLab server directly, in
the Admin area. In Admin -> Settings -> Network -> Outbound requests:
*
check
`Allow requests to the local network from webhooks and integrations`
*
check
`Allow requests to the local network from system hooks`
*
add
`gitlab.torproject.org`
to
`Local IP addresses and domain names
that hooks and integrations can access`
## Pager playbook
...
...
...
...