└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Caddy Resources [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | A curated list of awesome [Caddy](https://caddyserver.com/) resources. Inspired by [awesome-python](https://github.com/vinta/awesome-python) 4 | and [awesome-nginx](https://github.com/fcambus/nginx-resources). 5 | 6 | ## Contributing 7 | 8 | Your contributions are always welcome! Please take a look at [the awesome manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md) 9 | and [the awesome contributing guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) first. 10 | 11 | If you think a link is obsolete, not awesome anymore, feel free to open a pull request. 12 | 13 | I would keep some pull requests open if I'm not sure whether link has to be included/deleted, 14 | you could [vote for it](https://github.com/caddy-book/awesome-caddy/pulls) by leaving a comment that contains `+1`. 15 | 16 | 17 | ## Table of Contents 18 | 19 | - [Tutorials](#tutorials) 20 | - [Hacks](#hacks) 21 | - [Tips](#tips) 22 | - [Containers](#containers) 23 | - [Videos and Talks](#videos-and-talks) 24 | - [Misc](#misc) 25 | 26 | 27 | ## Tutorials 28 | 29 | - [Caddy Examples](https://github.com/caddyserver/examples) 30 | - [Running PHP with Caddy server on Mac OSX](https://simonecarletti.com/blog/2016/05/caddy-server-php-macosx/) 31 | - [Using Cozy with Caddy](https://forum.cozy.io/t/using-cozy-with-caddy/2230) 32 | - [FreeBSD Init-Script for the Caddy Webserver](https://www.davd.eu/posts/caddy-freebsd-init-script/) 33 | - [How to Setup the Caddy Web Server with php-fpm](https://blog.jixee.me/how-to-setup-the-caddy-web-server-with-php-fpm/) 34 | - [Automating Hugo Publishing with Caddy(FR)](https://blog.zenithar.org/post/2016/01/06/automatisation-publication-hugo-avec-caddy/) 35 | - [Running Caddy as a Service with Systemd](https://denbeke.be/blog/servers/running-caddy-server-as-a-service-with-systemd/) 36 | - [Running Caddy as a Service with Upstart](https://denbeke.be/blog/servers/running-caddy-server-as-a-service/) 37 | - [Moving from Nginx to Caddy](https://gmnt.net/post/moving-from-nginx-to-caddy/) 38 | - [Moving to Caddy](https://abiosoft.com/moving-to-caddy/) 39 | - [Caddy Server and WordPress (PHP-FPM)](https://denbeke.be/blog/servers/caddy-server-and-wordpress-php-fpm/) 40 | 41 | 42 | ## Hacks 43 | 44 | - [Running Caddy on Android](https://github.com/mholt/caddy/wiki/Running-Caddy-on-Android) 45 | - [Hosting a webserver with Raspberry Pi](https://web.archive.org/web/20160725100434/http://www.amaxwellblair.com/posts/how_to_host_using_RPi.md) (Wayback Machine) 46 | 47 | 48 | ## Tips 49 | 50 | - [Middleware mailout - receive email from POST form](https://github.com/SchumacherFM/mailout) 51 | - [Deploying Caddy](https://github.com/captncraig/someboringwebsite/blob/master/content/post/caddy.md) 52 | 53 | 54 | ## Containers 55 | 56 | - [Official list](https://github.com/mholt/caddy/wiki/Docker-Containers) 57 | - [Hugo Caddy Dockerfile](https://github.com/i-Sohel/hugo-caddy-dockerfile) 58 | 59 | 60 | ## Videos and Talks 61 | 62 | - [Syscast Podcast - Matt Holt, creator of Caddy webserver](http://podcast.sysca.st/podcast/1-matt-holt-creator-caddy-webserver/) 63 | - [Provo Linux User Group - Matt Holt (Caddy creator)](https://www.youtube.com/watch?v=ZyVA9tuif4s) 64 | - [CoreOS with Caddy - Singapore PHP User Group](https://www.youtube.com/watch?v=eBmWadpWrTM) 65 | - [Caddy server Git add-on tutorial](https://www.youtube.com/watch?v=dmat1MUT0fc) 66 | - [Caddy Web Server, PHP 5.6 and Phalcon PHP 2.0.8](https://www.youtube.com/watch?v=CrN3jOqQbXo) 67 | 68 | 69 | ## Misc 70 | 71 | - [Interview with M. Holt - Author of Caddy - Innovative Open Source Web Server](https://knowledgepower.com/pg/interview-matthew-holt-creator-caddy-innovative-open-source-web-server/) 72 | - [Caddy in production](https://denbeke.be/blog/servers/two-months-ago-i-started-to-serve-the-web-like-its-2016-and-im-still-loving-caddy-migrating-from-nginx-to-caddy-server/) 73 | 74 | 75 | ## License 76 | 77 | [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) 78 | 79 | To the extent possible under law, [Benoît Benedetti](http://www.humboldtux.net) has waived all copyright and related or neighboring rights to this work. 80 | --------------------------------------------------------------------------------