Skip to content

Commit d316162

Browse files
committed
refactor: wpb-21356 remove references of old autodeploy.sh, wiab-hetzner playbook and documentation
1 parent ed30063 commit d316162

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

offline/coturn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This document explains how to install Coturn on a newly deployed Wire-Server ins
1010

1111
This presumes you already have:
1212

13-
* Followed the [single Hetzner machine installation](single_hetzner_machine_installation.md) guide or otherwise have a machine ready to accept a Wire-Server deployment.
14-
* Have followed the [Wire-Server installation](docs_ubuntu_22.04.md) guide and have Wire-Server deployed and working.
13+
* Followed the [WIAB Staging](wiab-staging.md) guide to setup a Wire in a Box staging solution.
14+
* OR, Have followed the [Wire-Server installation](docs_ubuntu_22.04.md) guide and have Wire-Server deployed and working.
1515

1616
## Plan.
1717

offline/docs_ubuntu_22.04.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install Wire.
66

77
## Demo / Testing installation
88

9-
To install a self-hosted instance of Wire deployed on one Server ("Wire in a box") for testing purposes, we recommend the [autodeploy.sh](../bin/autodeploy.sh) script. See also: [Automated full install](single_hetzner_machine_installation.md#automated-full-install) section in the Single Hetzner Machine installation readme.
9+
To install a self-hosted instance of Wire deployed on one Server ("Wire in a box") for testing purposes, we recommend the [WIAB Staging](wiab-staging.md) or [WIAB Dev](https://docs.wire.com/latest/how-to/install/demo-wiab.html) solution.
1010

1111
## Installing docker
1212

@@ -58,8 +58,6 @@ If you see the curent docker version and no error, it means that Docker is now c
5858

5959
## Downloading and extracting the artifact
6060

61-
Note: If you have followed the Ubuntu installation instructions (`single_hetzner_machine_installation.md`) before following this page, you already have a wire-server-deploy folder with an artifact extracted into it, and you can simply use that.
62-
6361
Create a fresh workspace to download the artifacts:
6462

6563
```
@@ -743,7 +741,6 @@ ufw allow in on $OUTBOUNDINTERFACE proto tcp to any port 80;
743741
"
744742
```
745743

746-
For wire-in-a-box deployments based on single_hetzner_machine_installation.md, an nftables based firewall including a predefined ruleset should already exist.
747744
By default, the predefined ruleset forwards ingress traffic to kubenode1 (192.168.122.21). To check on which node the ingress controller has been deployed, get the node IP via kubectl:
748745
```
749746
d kubectl get pods -l app.kubernetes.io/name=ingress-nginx -o=custom-columns=NAME:.metadata.name,NODE:.spec.nodeName,IP:.status.hostIP

0 commit comments

Comments
 (0)