# Onderwerplijstvoorbeelden (TLP)

**URL:** https://meta.discourse.org/t/topic-list-previews-tlp/209973
**Category:** Theme component
**Created:** [23 november 2021 om 12:25 UTC](https://meta.discourse.org/t/topic-list-previews-tlp/209973 "2021-11-23T12:25:59Z")
**Posts on this page:** 1
**Showing post:** 708

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [16 december 2025 om 08:00 UTC](https://meta.discourse.org/t/topic-list-previews-tlp/209973/708 "2025-12-16T08:00:04Z")

</div>

> [@stephtara](#):
>
> I need to figure out how to install plugins… I’ve seen there is a guide but it’s seemed too involved for the amount of energy at my disposal right now, sadly!

It’s not that bad! Just add the repo URL to `app.yml` and rebuild.

> [@Install plugins on a self-hosted site](https://meta.discourse.org/t/install-plugins-on-a-self-hosted-site/19157/1):
>
> Add the plugin’s repository URL to your container’s `app.yml` file:
> 
> ```plaintext
> hooks:
> after_code:
> - exec:
> cd: $home/plugins
> cmd:
> - sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git
> - sudo -E -u discourse git clone https://github.com/discourse/discourse-solved.git
> 
> ```
> 
> Add the plugin’s `git clone` url just below the line containing `git clone https://github.com/discourse/docker_manager.git`)

> [@Install plugins on a self-hosted site](https://meta.discourse.org/t/install-plugins-on-a-self-hosted-site/19157/1):
>
> Rebuild the container:
> 
> ```plaintext
> cd /var/discourse
> ./launcher rebuild app
> 
> ```

---

_[View the full topic](https://meta.discourse.org/t/topic-list-previews-tlp/209973)._
