Skip to content

Commit 14838e6

Browse files
authored
Merge branch 'master' into hnyasingunaydin-patch-2-ssl-certificates
2 parents a02e7e4 + 0f06f08 commit 14838e6

5 files changed

Lines changed: 846 additions & 1 deletion

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

docs/hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ map $http_user_agent $development_exceptions {
132132

133133
## Troubleshooting
134134

135-
- Google Pagespeed analysis uses the Google bot user agent and can therefore not be used on development nodes.
135+
- To allow Google Pagespeed analysis in development hypernodes you can whitelist the following IPs https://www.gstatic.com/ipranges/goog.json. PSI uses different user agents than Google bot and will be able to perform analysis on your frontend without allowing crawling.
136136
- In some cases, particularly if you have not yet enabled [Hypernode Managed Vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md), it’s possible the Basic Authentication blocks the Let’s Encrypt validation server. If you wish to make use of Let’s Encrypt on your development Hypernode, you should add the ‘letsencrypt’ user agent to the whitelist file.

docs/hypernode-platform/tools/how-to-use-composer-2-on-your-hypernode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ Composer version 2.2.18 2022-08-20 11:33:38
7474
```
7575

7676
So if you want to use Composer 2 you only need to run `composer2` instead of `composer`.
77+
78+
## Update Composer to a Newer Version
79+
80+
You can update Composer to a newer version using the [hypernode-systemctl CLI tool](how-to-use-the-hypernode-systemctl-cli-tool.md).

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[project]
2+
name = "hypernode-docs"
3+
version = "0.1.0"
4+
requires-python = ">=3.11"
5+
dependencies = [
6+
"sphinx==8.3.0",
7+
"sphinx_rtd_theme==3.0.2",
8+
"myst-parser==4.0.1",
9+
"mdit-py-plugins",
10+
"sphinx-copybutton==0.5.2",
11+
"mdformat==0.7.18",
12+
"mdformat-myst==0.2.1",
13+
"sphinx-notfound-page==1.1.0",
14+
"sphinx-sitemap==2.6.0",
15+
"sphinx-docsearch",
16+
"GitPython==3.1.44",
17+
"ruamel.yaml==0.18.12",
18+
"beautifulsoup4==4.11.1",
19+
"markdownify==0.11.2",
20+
"python-slugify==6.1.2",
21+
"pyyaml==5.1",
22+
"frontmatter==3.0.7",
23+
]

0 commit comments

Comments
 (0)