66 Commits

Author SHA1 Message Date
Michael
5de463ca05
Reversed to docker0 interface per review request 2025-05-09 12:27:42 +02:00
Michael
c464ce443b
I failed first grade spelling bee 2025-03-08 02:03:11 +01:00
Michael
b91f753b48
This singular 's' is my biggest commit yet 2025-03-08 01:56:55 +01:00
Michael
750d864d09
Update mysql_setup.md 2025-03-08 01:55:30 +01:00
Michael
bc138686c1
Update mysql_setup.md 2025-03-08 01:48:41 +01:00
Michael
c9e695812f
Update mysql_setup.md 2025-03-08 01:45:50 +01:00
Michael
44f59126c8
Update mysql_setup.md 2025-03-07 10:26:49 +01:00
Rowan
60af459361
Merge pull request #545 from Jcodeerd/master
update mysql command to mariadb
2024-09-29 19:29:55 +01:00
Rowan
88ec5d3deb
Merge pull request #569 from Codixer/patch-1
Update creating_ssl_certificates.md
2024-09-29 19:22:07 +01:00
Rowan
783b0572d1
Misc spelling & grammar 2024-09-29 19:20:26 +01:00
Rowan
e41113aaf5
Changed legacy cloudflare API link to a more relevant one. 2024-09-29 19:17:16 +01:00
Rowan
22844b55e0
Changed acme's website. 2024-09-29 19:15:37 +01:00
Jcodeerd
6b1ce134f1
Merge branch 'pterodactyl:master' into master 2024-08-15 12:04:16 +02:00
Michael (Parker) Parker
fad96abc27
Merge pull request #535 from acaslab/master
Add Caddy webserver configuration and tutorial on Caddy with Cloudflare DNS in proxy mode
2024-01-18 10:10:51 -05:00
Stefano
f47365c69b
Update creating_ssl_certificates.md
Made a seperation of the documentation on CF's side.
2023-12-23 00:28:06 +01:00
Vojtech Mares
432c6cd42a
refactor(creating_ssl_certificates.md): move file path out of snippet 2023-11-29 09:48:56 +01:00
Vojtech Mares
3061cd4970
style(creating_ssl_certificates.md): capitalize fist letter in numbered list 2023-11-13 11:47:52 +01:00
Jcodeerd
ec76b6759d
Change uppercase V to lowercase v 2023-10-13 23:49:20 +02:00
MaddDogg98
0735c3dd65
fix(ssl): specify -p option in folder creation 2023-09-29 05:54:57 +03:00
Jcodeerd
6b3f037f16
Update mysql_setup.md
put mariadb first
2023-09-20 22:55:14 +02:00
Jcodeerd
fe22343c6b
Update mysql_setup.md 2023-09-15 21:39:01 +02:00
Jcodeerd
28460757f4 update mysql command to mariadb 2023-09-14 23:38:39 +02:00
Baptiste Ferrando
d433b15bba
Change Cloudflare acme requierements (#522) 2023-08-05 22:39:05 +03:00
Boy132
bd8bed38be
Do not recommend to use the panel db user for a database host (#533) 2023-08-05 22:38:39 +03: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
Boy132
5496c8e906
Update tab name of acme method in ssl docs (#503) 2023-01-06 18:28:31 +02:00
BakiDance
d164684913
Restart Wings in troubleshooting steps (#467) 2022-10-14 20:23:11 +03:00
DeDiamondPro
63c6b83f06
Update acme documentation to use letsencrypt (#485) 2022-10-14 18:26:35 +03:00
Khisab Kurniawan
d9226a66eb
fix typo in crontab (#465) 2022-07-06 13:09:42 +03:00
Alex
4522c6cc04
docs: expand generating certificate documentation (#459)
* docs: expand generating certificate documentation

Provides more information about the methods for certificate generation and renewal

resolves #458

* docs: improve grammar
2022-07-02 10:20:26 -04: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
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
9594503d02
docs: delete unnecessary block of text 2021-06-16 19:31:35 +03:00
GoldenEdit
8c0917fa60
Fix a slight spelling mistake 2021-03-23 08:15:16 +00:00
Dane Everitt
070adce630 Update mysql_setup.md 2021-03-06 12:09:29 -08:00
Dane Everitt
681d00140b Simplify SSL guide 2021-03-06 11:51:34 -08:00
Purpur
d22e0ec833
Fix small typo (#322)
Change "wont" to "won't" on the SSL cert page
2021-02-08 10:05:44 -08:00
Omar Kamel
f6dcd33f5b
remove certbot ppa (#303)
the repository is not needed for 20.04 or 18.04 from what i see, and it doesnt work on 20.04 anyway.
2021-01-04 15:33:23 +01:00
Omar Kamel
0e9e33531a
Webserver Integrated Certbot instructions (#288) 2021-01-03 17:14:48 -08:00
Omar Kamel
f48b19b792
fix TYPO in ssl doc
Wtf is a "Glocal"?
2020-11-11 12:08:50 -05:00
Brendan
93aaad7652
New default config locations, my.cnf purpose update 2020-10-10 21:37:47 +01:00
Brendan
ef7478ece5
Use mysql_native_password authentication plugin
More recent versions of MariaDB/MySQL do not use mysql_native_password as the default authentication plugin.

This will result in an authentication error (unknown authentication type) when trying to connect to the host
2020-10-10 21:29:55 +01:00
Lance Pioch
dc821f8d11
Update creating_ssl_certificates.md 2020-03-11 15:30:11 -04:00
Lance Pioch
dd1ddb7d70
Update creating_ssl_certificates.md 2020-03-11 15:28:20 -04:00
Dane Everitt
3c67f5f836
Make the documentation match the style of the rest of the page
Also avoids leading users down a rabbit hole of confusion because of bad assumptions.
2019-09-22 13:12:02 -07:00
Michael Parker
adc51d4e5b update section header 2019-09-13 20:28:04 -04:00
Michael (Parker) Parker
39ba68652f
update mysql tutorial
This updates the organizaion of the mysql tutorial section

This also moves the "common problems" section to troubleshooting.
2019-09-13 12:56:15 -04:00
DomiiBunn
b6c017da62
Fix Typos 2019-09-04 19:58:39 +02:00
DomiiBunn
1013d3de3d
Fix Typo
Co-Authored-By: Jan <j.schipper1@hotmail.de>
2019-09-04 19:54:48 +02:00