Boy132
ff3300c5f1
Explicitly tell to delete default webserver config ( #416 )
2021-12-02 20:23:00 +02:00
Alex
c1bf101117
docs(s3): add aws_use_path_style_endpoint ( #403 )
...
Specific configurations, such as dual-stacks or "older URLs" like minio, might require path style with the bucket being in the file path.
2021-11-14 19:12:29 +02:00
PadowYT2
0fd5ef8d19
Fix community guide link ( #414 )
...
Fixes the link in a community guide pointing to the official documentation
2021-10-29 09:23:53 +03:00
Justman10000
fe595b6792
Improve readability of Apache virtual host ( #411 )
2021-10-27 12:34:33 +03:00
Chance Callahan
92f68cf9c1
Adds default volume label note for SELinux ( #396 )
...
This should only happen in very rare occasions, and proper way to address this in the future is by creating labels for default wings volumes
2021-10-27 10:24:02 +03:00
Justman10000
43c91ab294
Add Require all granted to Apache virtual host
2021-10-27 10:13:26 +03:00
Dane Everitt
2d551a034e
Merge pull request #406 from pterodactyl/panel/mysql
...
Display database setup directly in the Panel install guide
2021-10-10 11:31:30 -07:00
Dane Everitt
5c5d1270f9
Merge pull request #407 from pterodactyl/panel/reverse-proxy
...
Add reverse proxy setup guide for the Panel
2021-10-10 11:31:16 -07:00
Alex
cf57494f86
docs(panel): add reverse proxy setup guide
...
Adds reverse-proxy setup that's copied from 0.7 docs, with a few changes
2021-10-10 14:06:02 +03:00
Alex
c8d7699b9e
docs(panel): display database setup
...
Display the database setup steps in the same guide instead of redirecting to a separate MySQL guide. Unfortunately, many users easily skip over this step.
2021-10-10 13:15:07 +03:00
Thierry
c000f6c44d
Use DNS API for challenge instead of standalone method
...
Fixes acme.sh to use DNS API for challenges instead of standalone method
2021-09-27 18:37:14 +03:00
Dane Everitt
917ce61805
Merge pull request #402 from pterodactyl/bump-version
...
docs: bump versions in the sidebar
2021-09-13 21:14:38 -07:00
Softwarenoob
17333d7cd2
docs: bump versions in the sidebar
2021-09-12 21:56:25 +03:00
Dane Everitt
9dcff3b5df
Update version tables
2021-09-12 11:32:46 -07:00
Dane Everitt
c40063b17f
Merge pull request #401 from pterodactyl/virtualization-check
...
A more straightforward virtualization check
2021-09-12 11:30:18 -07:00
Alex
e1cfbe4ae6
wings(requirements): easier virtualization check
...
Provides easy-to-use virtualization check returning the exact virt type.
Adds Windows warning, and fixes Kernel modification link.
This should reduce the common issues with LXC/OpenVZ and Windows
2021-09-10 19:48:50 +03:00
realkarmakun
eb7c143197
Add TIP to swap limit block ( #398 )
...
* Add TIP to swap limit block
2021-09-10 18:59:37 +03:00
Patrik Lundin
b09c7c6fbf
Remove unnecessary USE mysql; statements ( #394 )
...
https://mariadb.com/kb/en/create-user/ :
```
For each account, CREATE USER creates a new row in mysql.user (until MariaDB
10.3 this is a table, from MariaDB 10.4 it's a view) or mysql.global_priv_table
(from MariaDB 10.4) that has no privileges.
```
https://dev.mysql.com/doc/refman/8.0/en/create-user.html#create-user-overview :
```
For each account, CREATE USER creates a new row in the mysql.user system table.
```
2021-08-16 10:52:37 +03:00
Patrik Lundin
505cdc7229
Remove 'FLUSH PRIVILEGES;' calls ( #393 )
...
Not necessary when using GRANT:
https://dev.mysql.com/doc/refman/8.0/en/privilege-changes.html
2021-08-13 09:33:11 +03:00
Alex
9d1faf28fb
Revert "Add instructions for downloading Wings for ARM ( #383 )" ( #390 )
...
This reverts commit e69528659a2f824bc0649e52a00f69f3b8c64e45.
2021-08-11 20:40:48 +03:00
HiKE-yt
55b0f77859
Change Ubuntu 20.04 guide to install php8.0 ( #363 )
...
* Change Ubuntu 20.04 guide to install php8.0
2021-08-08 01:44:43 +03:00
HiKE-yt
eaa1f1d7da
Update debian10.md to install php8.0 ( #358 )
...
* Update debian10.md to install php8.0
Modified to install php8.0 and all its dependencies in 8.0 (previous: 7.4)
2021-08-08 01:43:17 +03:00
Shadowhacker
e6d20a174a
Add Docker to terminology ( #367 )
...
* Update terms.md
2021-08-08 01:23:07 +03:00
hwalker928
97779df7e0
Added p:upgrade ( #361 )
...
* Added p:upgrade
* docs: include all p:upgrade arguments and fix old typos
2021-08-08 00:27:36 +03:00
JackOXI
51d081c30a
PHP Repo Debian 10 Change ( #372 )
...
* PHP Repo
Personally, this is the only way I can get PHP installed nowadays. Used to work fine the old way before PHP 8 came out but now it just gives me the error php modules are not found and this fixes it for me.
* docs: add basic packages and change to curl
Includes basic packages to proceed in case they are not already in the distro source. Change wget to curl for consistency
Co-authored-by: Softwarenoob <admin@softwarenoob.com>
2021-08-08 00:02:47 +03:00
Aniket
e69528659a
Add instructions for downloading Wings for ARM ( #383 )
...
* Add instructions for downloading Wings for ARM
* Specify ARM64
* docs: format installation into Tabs and include ARM64 on upgrade page
Co-authored-by: Alex <admin@softwarenoob.com>
2021-08-08 00:02:29 +03:00
Simonmicro
ef94a498f2
Added restart delay for pteroq and wings service ( #364 )
2021-08-07 20:10:20 +03:00
Boy132
610ee1c5be
Add "Yolk" and "Docker image" term to terminology ( #387 )
...
* Add "Yolk" and "Docker image" term to terminology
2021-08-07 16:03:38 +03:00
JackOXI
67442f1b74
Update centos8.md ( #389 )
...
Fixed wording to make it unified with the Panel Documentation. Seems like it was forgotten!
2021-08-06 13:55:53 +03:00
Mark David
97c0bfa6dd
Update CentOS for AlmaLinux & RockyLinux ( #382 )
...
* Update CentOS for AlmaLinux & RockyLinux
After testing, this guide works for AlmaLinux and Rocky Linux. The guide should be updated accordingly.
* Rename enterpriselinux8.md to centos8.md
* Update centos8.md
2021-08-05 18:04:04 +03:00
JackOXI
7ca42ecb5a
Update debian mariadb installation ( #380 )
...
Fixes an issue where it will automatically install MariaDB 10.1 (Which is not supported, 10.2 is lowest supported version).
2021-08-04 07:29:05 +03:00
argonaut-network
39306a4b7a
Add info regarding backup drivers ( #385 )
...
A more in-depth explanation of both s3 and local backup driver options
2021-08-04 03:36:44 +03:00
JohnB17
abe9b897aa
Fix url at the end of wings community guide ( #362 )
2021-08-04 03:20:57 +03:00
Alex
dcf9752c35
Make mounts guide more clear and provide visual example mount ( #351 )
...
Slight wording changes on the feedback. Adds notice of having to restart Wings together with example panel mount
2021-08-04 02:07:51 +03:00
Charles Morgan
e9d113452d
docs: bump panel version in the sidebar
2021-08-04 00:46:12 +03:00
Alex
7ba0dff609
Merge pull request #377 from MysteriousK69/patch-1
...
fixed some minor grammatical errors and stuff
2021-08-03 23:40:05 +03:00
Dane Everitt
1955c58e24
Update updating.md
2021-08-02 21:06:20 -07:00
Dane Everitt
b223b18004
Merge pull request #378 from Software-Noob/docs/new-limits
...
New PID and installer limits
2021-06-23 16:55:54 -07:00
Softwarenoob
21e03453d1
docs: new pid and installer limits
2021-06-24 02:24:59 +03:00
Jakob
0503c89075
Merge pull request #371 from LogischJo/patch-1
...
Remove the server:rebuild command
2021-06-21 09:19:44 +02:00
MysteriousK69
8885ee6ed3
fixed some minor grammatical errors and stuff
2021-06-21 12:07:56 +05:30
Dane Everitt
0a69f558d8
Merge pull request #376 from Software-Noob/patch-5
...
Clear up the database host external access
2021-06-19 17:14:08 -07:00
Alex
9594503d02
docs: delete unnecessary block of text
2021-06-16 19:31:35 +03:00
Dane Everitt
9981963df3
Merge pull request #368 from Justman10000/patch-1
...
Not access to Panel
2021-06-11 16:08:04 -07:00
Dane Everitt
a9341ed686
Update updating.md
2021-06-05 09:45:40 -07:00
Dane Everitt
15a3d287c3
Update updating.md
2021-06-05 09:24:00 -07:00
Dane Everitt
e75ebe5883
Fix confusing titling
2021-06-05 09:15:24 -07:00
Dane Everitt
1a9506940f
Update updating.md
2021-06-05 09:12:34 -07:00
Dane Everitt
54e873bb9c
Merge branch 'master' of github.com:pterodactyl/documentation
2021-06-05 09:11:18 -07:00
Dane Everitt
42db99da46
Document self-upgrade procedure
2021-06-05 09:10:26 -07:00