Commit Graph

1000 Commits

Author SHA1 Message Date
Lance Pioch
0130cf7aef Update about.md 2024-01-31 13:50:33 -05: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
Vojtěch Mareš
10bf4f1416 fix(webserver_configuration.md): typo 2024-01-02 10:24:22 +01:00
Matthew Penner
29d1fe22a4 Update team members and sponsors 2023-12-29 22:18:20 -07:00
Vojtech Mares
f1ab970cb8 chore(webserver_configuration.md): remove whitespace (new line) after :::: tab 2023-11-29 10:35:43 +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
02510f0640 refactor(webserver_configuration.md): move section describing how to change domain in caddy config after deleting default config 2023-11-29 09:42:21 +01:00
Vojtech Mares
0c61c3c24c refactor(webserver_configuration.md): than -> then 2023-11-29 09:41:55 +01:00
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
f32dee99dc fix(snippets/caddy): explicit comment for disabling https 2023-11-13 12:05:47 +01:00
Vojtech Mares
f7751b04c2 fix(snippets/caddy): simplify logging 2023-11-13 11:52:17 +01:00
Vojtech Mares
163c623f79 fix(caddy): uncomment env HTTPS "on" 2023-11-13 11:49:12 +01:00
Vojtech Mares
3061cd4970 style(creating_ssl_certificates.md): capitalize fist letter in numbered list 2023-11-13 11:47:52 +01:00
Quinten
8fd93ce2e8 docs: Add Debian 12 to supported versions, remove Debian 10 (#552) 2023-10-17 02:18:27 +03:00
Michael (Parker) Parker
430bf35a20 Merge pull request #515 from Loki-101/patch-2
Fedora Server 38 Support
2023-10-13 08:32:35 -04:00
Michael (Parker) Parker
eed15bc794 Merge pull request #548 from MaddDogg98/patch-2
Update installing.md
2023-10-13 08:31:34 -04:00
Quinten
489852aa8e Remote Ubuntu 18.04 from supported OS list (#532) 2023-10-02 17:13:12 -06:00
PadowYT2
a86527b650 Use packages instead of scripts for installing NodeJS (#542) 2023-10-02 17:10:48 -06:00
MaddDogg98
693ab30a91 Update installing.md
Updated some of the commands to include sudo. This is because on Ubuntu at least, systemctl needs this to update and reload, folder cannot be made without sudo etc
2023-09-29 18:00:39 -04:00
Matthew Renze
ce71df61a7 Update creating_a_custom_egg.md (#544)
Fix typo: redundant phrasing
2023-09-29 05:56:32 +03:00
MaddDogg98
0735c3dd65 fix(ssl): specify -p option in folder creation 2023-09-29 05:54:57 +03:00
Vojtech Mares
08c0406857 style(caddy snippets): use spaces instead of tabs (4 wide) 2023-09-02 08:01:20 +02:00
Loki
a16dd9b67b Fix an earlier mistake 2023-08-06 19:54:07 -07:00
Loki
c728b30980 Update centos8.md 2023-08-06 18:59:01 -07:00
Loki
884b1d4d10 Update to specify php 8.1
Fedora Server 38 came out and it uses 8.2 by default, so now we have to specify 8.1 when installing.
2023-08-06 18:58:26 -07:00
PadowYT2
4fd1687edf style: remove colons from comment (#525) 2023-08-05 22:47:44 +03:00
iMidnight
af4b0a4772 Fixed resort typo (#529) 2023-08-05 22:43:12 +03:00
PadowYT2
b4a8d06e00 Change sponsor link (#527) 2023-08-05 22:39:59 +03: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
Michael (Parker) Parker
218e609563 Merge pull request #526 from QuintenQVD0/patch-2
Set nodejs version to 16
2023-07-23 14:32:55 -04: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
Quinten
d78769743e Set nodejs version to 16 2023-03-15 18:27:53 +01:00
Matthew Penner
dee6a8b246 Update project/about.md 2023-02-06 11:01:21 -07:00
Devonte W
d3427bd7b9 Update supported versions (#520) 2023-02-03 11:49:52 -07:00
Loki
9900d312ea Forgot a label 2023-01-31 17:47:52 -08:00
Loki
ea3e3502fa Design fix
Just moved my earlier change outside the markdown block so it would be easier to see after I realized with the first commit people would have to scroll to the right just to see the instructions. It's also more uniform with other instructions now.
2023-01-17 15:55:39 -08:00
Loki
899388be76 Fedora Server 37 Support
With this small modification Fedora Server 37 will work with this guide out of the box.
2023-01-16 23:38:29 -08:00
Boy132
06e76aeafc Add info for "not behind proxy" with cloudflare (#505) 2023-01-08 16:13:11 +02:00
Natsuki.HX
3488595823 docs(legacy): Update required PHP version (#510) 2023-01-06 18:28:59 +02:00
Boy132
5496c8e906 Update tab name of acme method in ssl docs (#503) 2023-01-06 18:28:31 +02:00
Matt
ee0ef2db07 Proxying Wings FQDN through Cloudflare (#501) 2023-01-06 18:27:12 +02:00
Devonte W
1535155389 feat(customization): include openssl-legacy-provider notice (#491) 2023-01-06 18:26:15 +02:00
Matthew Penner
411b5673e6 Update telemetry information 2022-12-12 16:16:02 -07:00
Boy132
08134532b9 update php version for 1.11 in php upgrade guide (#504) 2022-12-12 10:28:23 +02:00
飒爽师叔
46c02596a3 Fix typo in updating.md (#500) 2022-12-05 08:53:15 -07:00