Exclude category from latest

Thanks. While I’m doing this. Before adding https://github.com/discourse/discourse-categories-suppressed… which of these plugins are already included in the pre-installed plugins and thus I can remove the corresponding line(s) safely then?

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-whos-online
          - git clone https://github.com/discourse/discourse-akismet
          - git clone https://github.com/discourse/discourse-yearly-review

EDIT: Who’s online, Askimet, and Yearly Review plugins are not preinstalled.

did you scroll down to the bottom of that topic?

Well yes, its a reply dated Jan 2020 that says:

Here is the initial version of the plugin.

I just wanted to confirm before I hit enter on rebuild for this one plugin.

so you didn’t click the plugin link to check?

go to your installed plugins page and see which ones are or do a search here.

I did:

Again, there shouldn’t be any issue for double checking. But I get it. :slight_smile: Will ask less obvious/dumb questions. Thanks!

Another dumb question. If I manually have plugins installed in /var/discourse/containers/app.yml. Won’t they not show up under the “installed plugins” page?

Anyways, I was able to figure it out. You have to change the default listing from “All” to “Preinstalled”:

For anyone else who finds this thread and wondered. Unlikely I know. :slight_smile:

that is what i was referring to. :woman_shrugging:t2:

sorry, on mobile, so my replies are brief. glad you found it. :slight_smile:

No worries thanks. Once I hit enter on rebuild it’s out the gates! I have the full picture now and more confident to go forward.