p0457 / Rocket.Chat.App-Ombi

Interact with your Ombi Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocket.Chat.App-Ombi

Interact with your Ombi Server.

Deprecated

This project will no longer be maintained by me, I have retired my Rocket.Chat server in favor of a Matrix Synapse server.

Configuration

Channel for New Request Notifications

Channel (or Username) to send new request notifications to. Only works for items requested within the application context, and not from the website.

Docker

A Dockerfile and docker-compose are provided.

Build the docker image and run it to deploy to your server: docker build -t rocketchatapp_ombi . && docker run -it --rm -e URL=YOUR_SERVER -e USERNAME=YOUR_USERNAME -e PASSWORD=YOUR_PASSWORD rocketchatapp_ombi

Build the docker image and run docker-compose to deploy to your server: docker build -t rocketchatapp_ombi . && docker-compose run --rm -e URL=YOUR_SERVER -e USERNAME=YOUR_USERNAME -e PASSWORD=YOUR_PASSWORD rocketchatapp_ombi

About

Interact with your Ombi Server.


Languages

Language:TypeScript 99.4%Language:Dockerfile 0.6%