Plugin for use with discourse docker image
Go to file
Loïc Guitaut 930ec25105 DEV: Enable smoke specs again
Now that `stable` provides the smoke specs, we can enable them again for
this plugin.
2025-04-30 14:06:51 +02:00
.github/workflows DEV: Add `ci-stable` job (#270) 2025-04-23 11:03:57 +08:00
admin/assets/javascripts/discourse DEV: Bump dependencies and fix linting (#262) 2025-02-06 17:59:48 +01:00
app/controllers/docker_manager DEV: Update minimum image version (#257) 2025-01-14 22:21:50 +01:00
assets/stylesheets/common DEV: Update linting (#266) 2025-03-17 11:42:13 +00:00
config Update translations (#268) 2025-04-28 13:41:13 +02:00
lib/docker_manager FIX: Minimize database access following `db:migrate` (#247) 2024-10-28 17:14:47 +00:00
scripts DEV: Update rubocop-discourse to version 3.8.0 (#219) 2024-05-28 11:46:00 +02:00
spec DEV: Enable smoke specs again 2025-04-30 14:06:51 +02:00
test/javascripts UX: Update the admin page header to use DPageHeader (#258) 2025-01-15 17:50:27 +11:00
.discourse-compatibility DEV: Update deprecated Font Awesome icon names (#252) 2024-12-04 02:36:58 +01:00
.gitignore DEV: Update linting setup 2023-02-16 14:09:33 +01:00
.npmrc DEV: Switch to use pnpm (#243) 2024-10-14 14:40:11 +02:00
.prettierrc.cjs DEV: Update linting (#198) 2023-12-13 21:16:57 +01:00
.rubocop.yml DEV: Update linting (#198) 2023-12-13 21:16:57 +01:00
.streerc DEV: Update linting (#198) 2023-12-13 21:16:57 +01:00
.template-lintrc.cjs DEV: Update linting (#198) 2023-12-13 21:16:57 +01:00
Gemfile DEV: Update linting (#198) 2023-12-13 21:16:57 +01:00
Gemfile.lock DEV: Update linting (#266) 2025-03-17 11:42:13 +00:00
LICENSE DEV: Clean up the code (#245) 2024-10-23 11:21:22 +02:00
README.md DEV: Update readme 2023-02-16 14:09:33 +01:00
eslint.config.mjs DEV: Update eslint config (#248) 2024-11-19 11:33:15 +01:00
package.json DEV: Update linting (#266) 2025-03-17 11:42:13 +00:00
plugin.rb DEV: Update rubocop-discourse to latest version 2024-05-24 16:32:08 +02:00
pnpm-lock.yaml DEV: Update linting (#266) 2025-03-17 11:42:13 +00:00
stylelint.config.mjs DEV: Update linting (#266) 2025-03-17 11:42:13 +00:00
translator.yml DEV: Add missing file to Crowdin (#168) 2023-02-20 09:44:12 +01:00

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