Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/contributing/reporting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ We'd love for you to report it on [Issues](https://github.com/Ctrlpanel-gg/panel
Please create an [Issue](https://github.com/Ctrlpanel-gg/panel/issues) on our GitHub as well!

## Discovered a critical vulnerability?
Report it immediately via [GitHub Security Advisories](https://github.com/Ctrlpanel-gg/panel/security/advisories/new). Also, send a direct message to 1day2dir.
Report it immediately via [GitHub Security Advisories](https://github.com/Ctrlpanel-gg/panel/security/advisories/new). Also, send a direct message to `1day2die` in discord.

We strongly ask you to keep the vulnerability confidential until the official fix and announcement are released.
Avoid discussing vulnerabilities in public chats, and also do not create reports on public trackers!
2 changes: 1 addition & 1 deletion docs/development/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"link": {
"type": "generated-index",
"title": "Development",
"description": "цфв"
"description": "Do you want to try out new features that haven't been released yet or help us find bugs? Or maybe even help fix some bug?"
}
}
2 changes: 1 addition & 1 deletion docs/getting-started/_parts/install/os/debian.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import NavigateToWeb from '../steps/navigate-to-web.mdx';

### Dependency Installation

_If you already have Pterodactyl installed, please check that you also install PHP 8.3!_
_If you already have Pterodactyl installed, please check that you also installed PHP `intl` and `redis` extensions!_

The commands below are simply an example of how you might install these dependencies. Please consult with your operating system's package manager to determine the correct packages to install.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/_parts/install/os/ubuntu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import NavigateToWeb from '../steps/navigate-to-web.mdx';

### Dependency Installation

_If you already have Pterodactyl installed, please check that you also install PHP 8.3!_
_If you already have Pterodactyl installed, please check that you also installed PHP `intl` and `redis` extensions!_

The commands below are simply an example of how you might install these dependencies. Please consult with your operating system's package manager to determine the correct packages to install.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Follow the [default installation guide](/docs/getting-started/install) and compl

## Database migration

Now we need to import the data from your `.sql` file into the database on your new server. You can follow [this](/docs/guides/backup?db-state=fresh) guide to do it.
Now we need to import the data from your `.sql` file into the database on your new server. You can follow [this](/docs/guides/backup?db-state=fresh#how-to-restore-database-backup) guide to do it.

After that, place your old `.env` file into the CtrlPanel root directory (`/var/www/ctrlpanel/`).
Update the database password or other values if needed, such as `APP_URL` or `APP_NAME`.
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ module.exports = {
label: '1.1.x (Latest)',
// path: 'development',
},
archived: {
label: 'Archived',
archive: {
label: 'Archive',
// path: 'development',
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This dashboard offers an easy to use and free billing solution for all starting

## Installation

You can find our guide for installation [here](/docs/archived/Installation/getting-started).
You can find our guide for installation [here](/docs/archive/Installation/getting-started).

## Third-parties

Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"1.0.x","1.0.0","0.9.x","0.9.0","0.8.x", "archived"
"1.0.x","1.0.0","0.9.x","0.9.0","0.8.x", "archive"
]