Plugin for use with discourse docker image
Go to file
David Taylor 9ffff5e0db
bump image to discourse/base:2.0.20250722-0020 (#280)
To aid https://meta.discourse.org/t/373574
2025-07-22 14:50:07 +01:00
.github/workflows
admin/assets/javascripts/discourse
app/controllers/docker_manager
assets/stylesheets/common
config
lib/docker_manager
scripts
spec
test/javascripts
.discourse-compatibility
.gitignore
.npmrc
.prettierrc.cjs
.rubocop.yml
.streerc
.template-lintrc.cjs
Gemfile
Gemfile.lock
LICENSE
README.md
eslint.config.mjs
package.json
plugin.rb
pnpm-lock.yaml
stylelint.config.mjs
translator.yml

README.md

Docker Manager

This plugin works with the Discourse docker image. It allows you to perform upgrades via the web UI and monitor activity in the container.

Running tests

  • Ruby
    • Run RAILS_ENV=test bin/rails "plugin:spec[docker_manager]" in your discourse directory
  • JS
    • Run RAILS_ENV=test bin/rails "plugin:qunit[docker_manager]" in your discourse directory

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT