mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
change digpangolin.com tp pangolin.net
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Pangolin Documentation
|
||||
|
||||
Welcome to the official documentation for [Pangolin](https://github.com/fosrl/pangolin), a modern reverse proxy and networking solution. This documentation site is hosted at [docs.digpangolin.com](https://docs.digpangolin.com) and provides comprehensive guides, API references, and resources for getting started with Pangolin.
|
||||
Welcome to the official documentation for [Pangolin](https://github.com/fosrl/pangolin), a modern reverse proxy and networking solution. This documentation site is hosted at [docs.pangolin.net](https://docs.pangolin.net) and provides comprehensive guides, API references, and resources for getting started with Pangolin.
|
||||
|
||||
## About This Documentation
|
||||
|
||||
|
||||
@@ -57,6 +57,6 @@ Please provide as much detail as possible to help developers reproduce and fix t
|
||||
</Card>
|
||||
|
||||
<Card title="General Questions" icon="question">
|
||||
For general questions, use [GitHub Discussions](https://github.com/fosrl/pangolin/discussions) with the "Q&A" category, or come chat with us on [Discord](https://digpangolin.com/discord).
|
||||
For general questions, use [GitHub Discussions](https://github.com/fosrl/pangolin/discussions) with the "Q&A" category, or come chat with us on [Discord](https://pangolin.net/discord).
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
12
docs.json
12
docs.json
@@ -143,11 +143,11 @@
|
||||
},
|
||||
{
|
||||
"tab": "Blog",
|
||||
"href": "https://digpangolin.com/blog"
|
||||
"href": "https://pangolin.net/blog"
|
||||
},
|
||||
{
|
||||
"tab": "Website",
|
||||
"href": "https://digpangolin.com"
|
||||
"href": "https://pangolin.net/"
|
||||
}
|
||||
],
|
||||
"global": {
|
||||
@@ -159,12 +159,12 @@
|
||||
},
|
||||
{
|
||||
"anchor": "Slack",
|
||||
"href": "https://digpangolin.com/slack",
|
||||
"href": "https://pangolin.net/slack",
|
||||
"icon": "slack"
|
||||
},
|
||||
{
|
||||
"anchor": "Discord",
|
||||
"href": "https://digpangolin.com/discord",
|
||||
"href": "https://pangolin.net/discord",
|
||||
"icon": "discord"
|
||||
}
|
||||
]
|
||||
@@ -173,7 +173,7 @@
|
||||
"logo": {
|
||||
"light": "/logo/light.png",
|
||||
"dark": "/logo/dark.png",
|
||||
"href": "https://docs.digpangolin.com"
|
||||
"href": "https://docs.pangolin.net"
|
||||
},
|
||||
"navbar": {
|
||||
"links": [
|
||||
@@ -197,7 +197,7 @@
|
||||
"integrations": {
|
||||
"posthog": {
|
||||
"apiKey": "phc_RIHQ7o2Y2hf8qms2nP62vpoJHEvsrw6TieflQGQO7yI",
|
||||
"apiHost": "https://digpangolin.com/relay-O7yI"
|
||||
"apiHost": "https://pangolin.net/relay-O7yI"
|
||||
}
|
||||
},
|
||||
"redirects": [
|
||||
|
||||
@@ -16,7 +16,7 @@ You **must first create a client and copy the Olm config** in Pangolin before ru
|
||||
Use this command to automatically install Olm. It detects your system architecture automatically and always pulls the latest version, adding Olm to your PATH:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://digpangolin.com/get-olm.sh | bash
|
||||
curl -fsSL https://pangolin.net/get-olm.sh | bash
|
||||
```
|
||||
|
||||
### Manual Download
|
||||
|
||||
@@ -39,7 +39,7 @@ Before installing Pangolin, ensure you've opened the required port on your firew
|
||||
Connect to your server via SSH and download the installer:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://digpangolin.com/get-node-installer.sh | bash
|
||||
curl -fsSL https://pangolin.net/get-node-installer.sh | bash
|
||||
```
|
||||
|
||||
The installer supports both AMD64 (x86_64) and ARM64 architectures.
|
||||
|
||||
@@ -32,7 +32,7 @@ You **must first create a site and copy the Newt config** in Pangolin before run
|
||||
Use this command to automatically install Newt. It detects your system architecture automatically and always pulls the latest version, adding Newt to your PATH:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://digpangolin.com/get-newt.sh | bash
|
||||
curl -fsSL https://pangolin.net/get-newt.sh | bash
|
||||
```
|
||||
|
||||
### Manual Download
|
||||
|
||||
@@ -32,7 +32,7 @@ docker compose up -d newt
|
||||
If you used the auto installer, simply run it again.
|
||||
|
||||
```bash
|
||||
curl -fsSL https://digpangolin.com/get-newt.sh | bash
|
||||
curl -fsSL https://pangolin.net/get-newt.sh | bash
|
||||
```
|
||||
|
||||
### Manual Installation
|
||||
|
||||
@@ -12,7 +12,7 @@ Remember to keep the GeoIP database updated regularly, as IP-to-country mappings
|
||||
You can use the installer to download and place the database for you, just grab the latest installer:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://digpangolin.com/get-installer.sh | bash
|
||||
curl -fsSL https://pangolin.net/get-installer.sh | bash
|
||||
```
|
||||
Then run the installer again:
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: "Overview"
|
||||
---
|
||||
|
||||
<Note>
|
||||
These are community written guides and are not officially supported. If you have any issues, please reach out to the authors or the community on [Discord](https://digpangolin.com/discord) or [Github discussions](https://github.com/orgs/fosrl/discussions).
|
||||
These are community written guides and are not officially supported. If you have any issues, please reach out to the authors or the community on [Discord](https://pangolin.net/discord) or [Github discussions](https://github.com/orgs/fosrl/discussions).
|
||||
</Note>
|
||||
|
||||
The modular design of this system enables the extension of its functionality through the integration of existing Traefik plugins, such as Crowdsec and Geoblock.
|
||||
|
||||
@@ -32,7 +32,7 @@ Before installing Pangolin, ensure you've set up DNS for your domain(s) and open
|
||||
Connect to your server via SSH and download the installer:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://digpangolin.com/get-installer.sh | bash
|
||||
curl -fsSL https://pangolin.net/get-installer.sh | bash
|
||||
```
|
||||
|
||||
The installer supports both AMD64 (x86_64) and ARM64 architectures.
|
||||
|
||||
Reference in New Issue
Block a user