138 Commits

Author SHA1 Message Date
Vojtech Mares
8ffb97d82c
refactor(webserver_configuration.md): add extra : to tabs, for hierarchy
- this was required to allow for `::: tip :::` inside a tab. Using only three colons resulted in formatting/rendering error
2023-11-28 11:59:13 +01:00
Vojtech Mares
4c46daa798
refactor(webserver_configuration.md): remove highlight from server directive 2023-11-28 11:45:03 +01:00
Vojtech Mares
bad00b7742
refactor(webserver_configuration.md): instruct user to delete default config 2023-11-28 10:53:51 +01:00
Vojtech Mares
3c3601878a
refactor(caddy): use :80 suffix for HTTP configuration 2023-11-13 12:10:47 +01:00
Vojtech Mares
9af02fab47
refactor(panel/webserver_configuration.md): do not validate caddy, only restart the daemon 2023-11-13 12:06:12 +01:00
Vojtech Mares
cddd051bbc
Add guide on setting up Caddy as webserver and tutorial for using Caddy with Cloudflare DNS in proxy mode 2023-07-02 13:31:15 +02:00
Devonte W
d3427bd7b9
Update supported versions (#520) 2023-02-03 11:49:52 -07:00
Natsuki.HX
3488595823
docs(legacy): Update required PHP version (#510) 2023-01-06 18:28:59 +02:00
Matthew Penner
411b5673e6
Update telemetry information 2022-12-12 16:16:02 -07:00
飒爽师叔
46c02596a3
Fix typo in updating.md (#500) 2022-12-05 08:53:15 -07:00
Matthew Penner
133949cbe9
Add documentation for telemetry 2022-12-01 13:13:04 -07:00
Matthew Penner
f3c3481752
Update documentation for 1.11 release 2022-12-01 12:28:12 -07:00
matweycat
688667fe99
docs(s3): document storage class configuration (#496)
Co-authored-by: softwarenoob <admin@softwarenoob.com>
2022-11-06 15:29:11 +02:00
Quinten
34d68028a4
docs: add debian 11 guide and remove Debian 9 (#481)
Co-authored-by: softwarenoob <admin@softwarenoob.com>

* Add Debian 11 community guides
* Add Ubuntu 22.04 to the supported distro table
* Remove Debian 9 due to being EOL
2022-10-30 15:46:11 +02:00
Pascal Zarrad
7d31df56da
Document new environment variables for S3 backup (#486) 2022-10-14 20:23:35 +03:00
Luis
ec48a54387
Use Redis official APT repository (#461) 2022-10-14 20:22:51 +03:00
DaneEveritt
796913afb9
Update documentation for latest version 2022-07-24 19:53:08 -04:00
Tealk
baf9d19f81
use php8.1-common' (#453)
Note, selecting 'php8.1-common' instead of 'php8.1-pdo'
Note, selecting 'php8.1-common' instead of 'php8.1-tokenizer'
2022-07-02 10:20:59 -04:00
DaneEveritt
e044a4e022
Release 2022-06-26 21:13:38 -04:00
DaneEveritt
b0d37ce9dd
Remove self-upgrade for time being 2022-05-30 11:04:52 -04:00
DaneEveritt
3140104cc1
Add note about issues with auto upgrader 2022-05-30 10:53:55 -04:00
Dane Everitt
dedd80eb30
Update updating.md 2022-05-29 21:24:30 -04:00
DaneEveritt
2791177505
Composer update _before_ self upgrade 2022-05-29 21:22:23 -04:00
Alex
057b8e2719
Update documentation for 1.8 release (#449) 2022-05-29 20:57:10 -04:00
Boy132
056578cb02
docs: instruct to enable ssl module for apache(#447) 2022-05-04 17:40:36 +03:00
Mark David
eeb8544b14
Update remi & use php 8 on CentOS (#433)
* Note about centos 8 EOL
* Update remi and use php 8 on centos docs
2022-02-12 13:34:10 +02:00
PadowYT2
9348ddcad7
fix highlighting for apache webserver_configuration.md (#436) 2022-02-12 13:32:10 +02:00
Term14
4f6d1912cc
docs: improve sudo consistency in web configuration (#432) 2022-01-31 20:45:34 +02:00
softwarenoob
1e9717ffde
Merge branch 'master' into version/1.7 2022-01-20 05:10:06 +02:00
softwarenoob
a4d0b9fc6b
docs: update panel version to 1.7 2022-01-20 05:03:50 +02:00
softwarenoob
c0e54aed8e
docs: grammar 2022-01-15 19:12:32 +02:00
softwarenoob
8b43158200
docs: display note for php-posix and composer v2
Provide instructions to check composer version and a note for php-posix requirement for self-upgrade.

Some users skip or are unaware of this causing them issues during dependency installation or self-upgrade.
2022-01-15 19:08:33 +02:00
VersatileSft
3f59831d79
Fix recaptcha docs typo (#426) 2021-12-29 17:54:58 +02:00
softwarenoob
e1860312c9
add debian 11 to OS list 2021-12-23 13:56:20 +02:00
Quinten
3163473197
add the exit command to the panel mysql setup. (#417) 2021-12-10 17:14:01 +02:00
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
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
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
Dane Everitt
9dcff3b5df Update version tables 2021-09-12 11:32:46 -07:00
Simonmicro
ef94a498f2
Added restart delay for pteroq and wings service (#364) 2021-08-07 20:10:20 +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
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
MysteriousK69
8885ee6ed3
fixed some minor grammatical errors and stuff 2021-06-21 12:07:56 +05:30
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