# UnRAID

## MongoDB

### Community Applications

* Go to the Apps page within unRAID and search for `MongoDB`.&#x20;

{% hint style="danger" %}
You will have to set permissions on the appdata folder yourself. The MongoDB container does not have any logic in it to set the ownership.&#x20;
{% endhint %}

* There are two ways to do the permissions for this.
  * In Extra Parameters (you will have to enable the advanced view), set `--user 99:100` to run it as the user most containers created by the community run as. If you choose this - in your terminal run `chown nobody:users /mnt/user/appdata/mongodb/`
  * If you choose not to set the Extra Perameters - in your terminal run `chown 999:999 /mnt/user/appdata/mongodb/`

{% hint style="warning" %}
If you are using a different path, make sure you adjust the command as necesary.
{% endhint %}

* Make sure to restart the container after running the `chown` command

### MongoDB Locally - On A Different Host

* Please review the [Linux guides](https://docs.petio.tv/linux/debian-ubuntu#mongodb-locally-on-a-different-host) and make changes as necessary for your situation.

## Petio

There are two ways to get Petio installed on unRAID. You can either import your own template or install it from the Community Applications plugin.

### Community Applications

* Go to the Apps page within unRAID and search for `Petio`. You can use either use ChargingCosmonaut's (Official) or Hotio's template.

![](https://1035527593-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWo9pUWfgX7wVD6UyHV%2F-MWprDrCAjXDE2wbxlef%2F-MWprb4GIDHoVT-1umNe%2Funraid_template_ca.png?alt=media\&token=8bfcd80f-ec30-4076-b6bd-325f109de426)

* Configure the container like all the others on unRAID.

![](https://1035527593-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWo9pUWfgX7wVD6UyHV%2F-MWprj8JKjSN1g4VlvKX%2F-MWpttfjhv3BhH3WRrgZ%2Funraid_container_settings.png?alt=media\&token=caf447db-4083-4feb-b1d0-2809829f9aa2)

Once you've completed theses steps, you can navigate to `http://<hostname>:7777` to start [configuring Petio](https://docs.petio.tv/configuration/first-time-setup).

### Template

* Add the repo to `Template Repositories` under the Docker header:
  * <https://github.com/PotentialIngenuity/petio-unraid>

![](https://1035527593-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWo9pUWfgX7wVD6UyHV%2F-MWprDrCAjXDE2wbxlef%2F-MWprb4H9vyHZwI0PCUh%2Funraid_template_repo.png?alt=media\&token=a061a2f0-4195-48d3-8213-c6b96e169ac4)

* Click on`Add Container`

![](https://1035527593-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWo9pUWfgX7wVD6UyHV%2F-MWprDrCAjXDE2wbxlef%2F-MWprb4E4KPGScFTEoAn%2Funraid_add_container.png?alt=media\&token=1c517147-9f5d-4cde-a98c-22581593f934)

* Configure the container like all the others on unRAID.

![](https://1035527593-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWo9pUWfgX7wVD6UyHV%2F-MWprj8JKjSN1g4VlvKX%2F-MWpttfjhv3BhH3WRrgZ%2Funraid_container_settings.png?alt=media\&token=caf447db-4083-4feb-b1d0-2809829f9aa2)
