Skip to content

Commit fec6cf7

Browse files
committed
Un-deprecate requestrr using the forked version
1 parent 0c06399 commit fec6cf7

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.apps/requestrr/.env.app.requestrr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REQUESTRR_BASEURL=''
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
services:
22
requestrr<__instance>:
3-
image: lscr.io/linuxserver/requestrr:${REQUESTRR<__INSTANCE>__TAG?}
3+
image: lthomst08/requestrr:${REQUESTRR<__INSTANCE>__TAG?}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
requestrr<__instance>:
33
labels:
4-
com.dockstarter.appinfo.deprecated: "true"
5-
com.dockstarter.appinfo.description: "(DEPRECATED) Use Doplarr"
4+
com.dockstarter.appinfo.deprecated: "false"
5+
com.dockstarter.appinfo.description: "Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Lidarr/Overseerr/Ombi via the use of chat!"
66
com.dockstarter.appinfo.nicename: "Requestrr<__Instance>"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
services:
22
requestrr<__instance>:
3-
image: lscr.io/linuxserver/requestrr:${REQUESTRR<__INSTANCE>__TAG?}
3+
image: thomst08/requestrr:${REQUESTRR<__INSTANCE>__TAG?}

.apps/requestrr/requestrr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
- PGID=${PGID?}
77
- PUID=${PUID?}
88
- TZ=${TZ?}
9+
- REQUESTRR_PORT=4545
910
restart: ${REQUESTRR<__INSTANCE>__RESTART?}
1011
volumes:
1112
- /etc/localtime:/etc/localtime:ro
12-
- ${DOCKER_VOLUME_CONFIG?}/requestrr<__instance>:/config
13+
- ${DOCKER_VOLUME_CONFIG?}/requestrr<__instance>:/root/config

docs/apps/requestrr.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Requestrr
22

3-
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/requestrr?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/linuxserver/requestrr)
4-
[![GitHub Stars](https://img.shields.io/github/stars/linuxserver/docker-requestrr?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/linuxserver/docker-requestrr)
3+
[![Docker Pulls](https://img.shields.io/docker/pulls/thomst08/requestrr?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/thomst08/requestrr)
4+
[![GitHub Stars](https://img.shields.io/github/stars/thomst08/requestrr?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/thomst08/requestrr)
55
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/main/.apps/requestrr)
66

77
## Description
88

9-
Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi
10-
via the use of chat!
9+
[Requestrr](https://github.com/thomst08/requestrr/wiki) is a chatbot used to simplify using services like Sonarr/Radarr/Lidarr/Overseerr/Ombi via the use of chat!
1110

1211
## Install/Setup
1312

0 commit comments

Comments
 (0)