Skip to content

Commit

Permalink
Merge pull request #41 from WordOps/release-v3-21-0
Browse files Browse the repository at this point in the history
Fix format
  • Loading branch information
VirtuBox authored Jun 10, 2024
2 parents 9d3af4e + de053c7 commit 28109ba
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/commands/secure.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ You can also edit directly the file `/etc/nginx/common/acl.conf`

## Harden SSH security

<!-- prettier-ignore -->
!!! warning

<!-- prettier-ignore -->
To harden SSH security, WordOps render the configuration sshd_config from a template. In this template, root authentification with password is forbidden and by default password authentification is disabled. You can use the flag `--allowpassword` with `--ssh` to allow password authentification, but before running this command please make sure you will not be locked out of your server. Using password-less authentification with SSH keys is highly recommended.

<!-- prettier-ignore-end -->
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/site.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ export CF_Key="d7eab56a903f25dd4xxxxxxxxxxxxxxxxxxxx"
export CF_Email="[email protected]"
```

<!-- prettier-ignore -->
!!! info

<!-- prettier-ignore -->
More example in our guide about [DNS API configuration](/how-to/configure-letsencrypt-dns-api-validation)

<!-- prettier-ignore-end -->
Expand Down
6 changes: 3 additions & 3 deletions docs/commands/stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ wo stack (command) [options]
| [stop](#stack-stop) | Stop WordOps stack |
| [start](#stack-start) | Start WordOps stack |

<!-- prettier-ignore -->
!!! info

<!-- prettier-ignore -->
Options are the same for `wo stack install`, `wo stack remove` and `wo stack purge`

<!-- prettier-ignore-end -->
Expand Down Expand Up @@ -86,9 +86,9 @@ wo stack install

This will install the `--web` stack and `--admin` stack.

<!-- prettier-ignore -->
!!! info

<!-- prettier-ignore -->
You can define MariaDB and PHP version to install by default in `/etc/wo/wo.conf`

<!-- prettier-ignore-end -->
Expand Down Expand Up @@ -185,9 +185,9 @@ For APT packages, `wo stack remove` will just uninstall package without deleting

Remove and purge stacks (including configurations and data)

<!-- prettier-ignore -->
!!! Warning

<!-- prettier-ignore -->
Please be careful when using `wo stack purge` because it will remove APT packages but also purge all configurations or data, including MySQL databases, Redis databases or Nginx vhosts.

<!-- prettier-ignore-end -->
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ WordOps Let's Encrypt stack is fully compatible with Cloudflare CDN, and you can

If you need/want to uninstall WordOps, you can use the following commands:

<!-- prettier-ignore -->
!!! warning

<!-- prettier-ignore -->
Make a backup of your databases before purging wordops packages

<!-- prettier-ignore-end -->
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/creating-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ wo site create site.tld --wp --php81 -le

Create WordPress subdomain multisite secured with a Let's Encrypt Wildcard SSL certificate

<!-- prettier-ignore -->
!!! info

<!-- prettier-ignore -->
More information about wildcard SSL certificates our guide about [DNS API configuration](/how-to/configure-letsencrypt-dns-api-validation/)

<!-- prettier-ignore-end -->
Expand Down
5 changes: 3 additions & 2 deletions docs/getting-started/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ wget -qO wo wops.cc && sudo bash wo

<!-- prettier-ignore -->
??? Info "What are the tasks performed by the install script ?"

- Installing WordOps dependencies
- Enabling automated security updates with unattended-upgrades
- Enabling NTP World Time Synchronization
Expand All @@ -31,9 +32,9 @@ cd WordOps/
sudo bash install
```

<!-- prettier-ignore -->
!!! info

<!-- prettier-ignore -->
During the installation, you will be prompt for an username and an email address. WordOps need those informations to configure Git version control and to use it for saving server configurations. Your informations will **only be stored** in the file .gitconfig.

<!-- prettier-ignore-end -->
Expand All @@ -44,9 +45,9 @@ sudo bash install

If you prefer to perform yourself the same steps than our installer script, here how to install WordOps manually.

<!-- prettier-ignore -->
!!! danger "deprecated"

<!-- prettier-ignore -->
Manual installation instructions are outdated and should not be used to install WordOps. We are now using Python virtualenv to avoid conflicts with other Python packages installed on your server.

<!-- prettier-ignore-end -->
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/post-install-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Installing WordOps main stacks
wo stack install
```

<!-- prettier-ignore -->
!!! info

<!-- prettier-ignore -->
You can define MariaDB and PHP version to install by default in `/etc/wo/wo.conf`

<!-- prettier-ignore-end -->
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/manage-ssl-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ wo site update sub.site.tld -le

### DNS API mode

<!-- prettier-ignore -->
!!! warning

<!-- prettier-ignore -->
Read first our guide about [DNS API configuration](/how-to/configure-letsencrypt-dns-api-validation/)

<!-- prettier-ignore-end -->
Expand Down

0 comments on commit 28109ba

Please sign in to comment.