5 # Copyright:: 2024, OpenStreetMap Foundation
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 # https://www.apache.org/licenses/LICENSE-2.0
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
20 include_recipe "wordpress"
22 # Workaround to ensure the certificate continues to renew while main code disabled
23 ssl_certificate "staging.blog.openstreetmap.org" do
24 domains ["staging.blog.openstreetmap.org", "staging.blog.osm.org", "staging.blog.openstreetmap.com",
25 "staging.blog.openstreetmap.net", "staging.blog.openstreetmaps.org",
26 "staging.blog.osmfoundation.org"
30 # passwords = data_bag_item("blog-staging", "passwords")
31 # wp2fa_encrypt_keys = data_bag_item("blog-staging", "wp2fa_encrypt_keys")
33 # directory "/srv/staging.blog.openstreetmap.org" do
39 # wordpress_site "staging.blog.openstreetmap.org" do
40 # aliases ["staging.blog.osm.org", "staging.blog.openstreetmap.com",
41 # "staging.blog.openstreetmap.net", "staging.blog.openstreetmaps.org",
42 # "staging.blog.osmfoundation.org"
44 # directory "/srv/staging.blog.openstreetmap.org/wp"
45 # database_name "osm-blog-staging"
46 # database_user "osm-blog-staging-user"
47 # database_password passwords["osm-blog-staging-user"]
48 # wp2fa_encrypt_key wp2fa_encrypt_keys["key"]
49 # urls "/casts" => "/srv/staging.blog.openstreetmap.org/casts",
50 # "/images" => "/srv/staging.blog.openstreetmap.org/images",
51 # "/static" => "/srv/staging.blog.openstreetmap.org/static"
52 # fpm_prometheus_port 11401
55 # wordpress_theme "staging.blog.openstreetmap.org-osmblog-wp-theme" do
56 # theme "osmblog-wp-theme"
57 # site "staging.blog.openstreetmap.org"
58 # repository "https://github.com/osmfoundation/osmblog-wp-theme.git"
61 # wordpress_plugin "staging.blog.openstreetmap.org-google-analytics-for-wordpress" do
63 # plugin "google-analytics-for-wordpress"
64 # site "staging.blog.openstreetmap.org"
67 # wordpress_plugin "staging.blog.openstreetmap.org-google-sitemap-generator" do
69 # plugin "google-sitemap-generator"
70 # site "staging.blog.openstreetmap.org"
73 # # wordpress_plugin "blog.openstreetmap.org-www-xml-sitemap-generator-org" do
74 # # plugin "www-xml-sitemap-generator-org"
75 # # site "staging.blog.openstreetmap.org"
78 # wordpress_plugin "staging.blog.openstreetmap.org-shareadraft" do
80 # plugin "shareadraft"
81 # site "staging.blog.openstreetmap.org"
84 # wordpress_plugin "staging.blog.openstreetmap.org-public-post-preview" do
85 # plugin "public-post-preview"
86 # site "staging.blog.openstreetmap.org"
89 # wordpress_plugin "staging.blog.openstreetmap.org-sitepress-multilingual-cms" do
90 # plugin "sitepress-multilingual-cms"
91 # site "staging.blog.openstreetmap.org"
92 # repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
97 # wordpress_plugin "staging.blog.openstreetmap.org-wordpress-importer" do
99 # plugin "wordpress-importer"
100 # site "staging.blog.openstreetmap.org"
103 # wordpress_plugin "staging.blog.openstreetmap.org-wp-piwik" do
105 # site "staging.blog.openstreetmap.org"
108 # git "/srv/staging.blog.openstreetmap.org/casts" do
110 # repository "https://github.com/openstreetmap/opengeodata-podcasts.git"
117 # git "/srv/staging.blog.openstreetmap.org/images" do
119 # repository "https://github.com/openstreetmap/opengeodata-images.git"
126 # git "/srv/staging.blog.openstreetmap.org/static" do
128 # repository "https://github.com/openstreetmap/opengeodata-static.git"
135 # template "/etc/cron.daily/blog-staging-backup" do
136 # source "backup-staging.cron.erb"
140 # variables :passwords => passwords