git "/srv/community.openstreetmap.org/docker" do
action :sync
repository "https://github.com/discourse/discourse_docker.git"
- revision "main"
+ revision "e6cb71cd55cfad1c64b0a4b40676cbcaedbc918f"
depth 1
user "root"
group "root"
end
ssl_certificate "community.openstreetmap.org" do
- domains ["community.openstreetmap.org", "community.osm.org", "communities.openstreetmap.org", "communities.osm.org"]
+ domains ["community.openstreetmap.org", "community.osm.org", "communities.openstreetmap.org", "communities.osm.org", "c.openstreetmap.org", "c.osm.org"]
notifies :run, "notify_group[discourse_container_new_web_only]"
notifies :run, "notify_group[discourse_container_new_mail_receiver]"
end