]> git.openstreetmap.org Git - chef.git/commit
Replace cgiirc with a form frontend for webchat.oftc.net
authorTom Hughes <tom@compton.nu>
Thu, 5 Mar 2020 20:13:28 +0000 (20:13 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 5 Mar 2020 20:14:30 +0000 (20:14 +0000)
commit5844c5bc2edf22e4d6a4316f887adf758584a008
treede9d53245e299edbb1ffdcfba369ffc7c2e070ef
parent5aa2fa036a5c7b373996b4ad43a1964fa63d43f7
Replace cgiirc with a form frontend for webchat.oftc.net
13 files changed:
.github/workflows/test-kitchen.yml
.kitchen.yml
cookbooks/cgiirc/README.md [deleted file]
cookbooks/cgiirc/templates/default/cgiirc.config.erb [deleted file]
cookbooks/cgiirc/templates/default/ipaccess.erb [deleted file]
cookbooks/irc/README.md [new file with mode: 0644]
cookbooks/irc/files/default/html/index.html [new file with mode: 0644]
cookbooks/irc/files/default/html/style.css [new file with mode: 0644]
cookbooks/irc/metadata.rb [moved from cookbooks/cgiirc/metadata.rb with 72% similarity]
cookbooks/irc/recipes/default.rb [moved from cookbooks/cgiirc/recipes/default.rb with 77% similarity]
cookbooks/irc/templates/default/apache.erb [moved from cookbooks/cgiirc/templates/default/apache.erb with 60% similarity]
roles/irc.rb
test/integration/irc/serverspec/apache_spec.rb [new file with mode: 0644]