X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4978d9ecdfcbac444ddf057622403e1e5148654a..913ee6d399004cf2d7081d8be23bfca1edaa2875:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 905b30176..b89bfe192 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -22,7 +22,8 @@ include_recipe "mediawiki" passwords = data_bag_item("foundation", "passwords") mediawiki_site "wiki.osmfoundation.org" do - aliases ["www.osmfoundation.org", "osmfoundation.org"] + aliases ["www.osmfoundation.org", "osmfoundation.org", + "foundation.openstreetmap.org", "foundation.osm.org"] sitename "OpenStreetMap Foundation Wiki" directory "/srv/wiki.osmfoundation.org" ssl_enabled true @@ -38,6 +39,7 @@ mediawiki_site "wiki.osmfoundation.org" do private_accounts true recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N" recaptcha_private_key passwords["wiki"]["recaptcha"] + extra_file_extensions ["mp3"] end mediawiki_skin "osmf" do