-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Overseerr support #189
Comments
I agree. I would like to see where the project goes. I will see if I can work on it in the near future. The developer has been inundated with new folks. |
I too would very much love Overseerr support for this if possible at some point. After years on Ombi, I have cutover my production requests system to Overseerr as it is so stable and SO much better all around than Ombi. |
Added support in a pull request - #210 |
Overseer support has been added in develop. Please test and let us know if there are any issues. |
I've just done the same, but got it working. Here's my compose file snippet: # Varken - Application to aggregate data from the Plex ecosystem
varken:
hostname: varken
container_name: Varken
image: boerderij/varken:develop
networks:
- isonet
- isolated
volumes:
- $USERDIR/TIGVStack/Varken:/config
environment:
- PUID=$PUID
- PGID=$PGID
- TZ=$TZ
- VRKN_GLOBAL_SONARR_SERVER_IDS=$VRKN_GLOBAL_SONARR_SERVER_IDS
- VRKN_GLOBAL_RADARR_SERVER_IDS=$VRKN_GLOBAL_RADARR_SERVER_IDS
- VRKN_GLOBAL_LIDARR_SERVER_IDS=$VRKN_GLOBAL_LIDARR_SERVER_IDS
- VRKN_GLOBAL_TAUTULLI_SERVER_IDS=$VRKN_GLOBAL_TAUTULLI_SERVER_IDS
- VRKN_GLOBAL_OMBI_SERVER_IDS=$VRKN_GLOBAL_OMBI_SERVER_IDS
- VRKN_GLOBAL_SICKCHILL_SERVER_IDS=$VRKN_GLOBAL_SICKCHILL_SERVER_IDS
- VRKN_GLOBAL_MAXMIND_LICENSE_KEY=$VRKN_GLOBAL_MAXMIND_LICENSE_KEY
- VRKN_INFLUXDB_URL=$VRKN_INFLUXDB_URL
- VRKN_INFLUXDB_PORT=$VRKN_INFLUXDB_PORT
- VRKN_INFLUXDB_SSL=$VRKN_INFLUXDB_SSL
- VRKN_INFLUXDB_VERIFY_SSL=VRKN_INFLUXDB_VERIFY_SSL
- VRKN_INFLUXDB_USERNAME=$VRKN_INFLUXDB_USERNAME
- VRKN_INFLUXDB_PASSWORD=VRKN_INFLUXDB_PASSWORD
~~Other variables not relevant to Overseer~~
- VRKN_OVERSEERR_1_URL=$VRKN_OVERSEERR_1_URL
- VRKN_OVERSEERR_1_APIKEY=$VRKN_OVERSEERR_1_APIKEY
- VRKN_OVERSEERR_1_SSL=$VRKN_OVERSEERR_1_SSL
- VRKN_OVERSEERR_1_VERIFY_SSL=$VRKN_OVERSEERR_1_VERIFY_SSL
- VRKN_OVERSEERR_1_GET_REQUEST_TOTAL_COUNTS=$VRKN_OVERSEERR_1_GET_REQUEST_TOTAL_COUNTS
- VRKN_OVERSEERR_1_REQUEST_TOTAL_RUN_SECONDS=$VRKN_OVERSEERR_1_REQUEST_TOTAL_RUN_SECONDS
- VRKN_OVERSEERR_1_GET_LATEST_REQUESTS_TO_FETCH=$VRKN_OVERSEERR_1_GET_LATEST_REQUESTS_TO_FETCH
- VRKN_OVERSEERR_1_NUM_LATEST_REQUESTS_SECONDS=$VRKN_OVERSEERR_1_NUM_LATEST_REQUESTS_SECONDS
logging:
driver: "json-file"
options:
max-size: 10m
max-file: "3"
# labels:
# - backup
depends_on:
- influxdb
restart: always And you'll need to change values in Grafana as well. I just modified the Ombi ones. Be aware that there seems to be a typo here which may cause issues. It seems that it should be (Also this probably needs renaming to |
I've got this as my env vars (just in case it helps): VRKN_OVERSEERR_1_URL="192.168.0.254:5055"
VRKN_OVERSEERR_1_APIKEY="hcxt2lvI2HmPtas9kit5haB6R8mzaQSEMJBsZQumsSGytQ6ue5xAMBxCKiUeviPU4X34"
VRKN_OVERSEERR_1_SSL="false"
VRKN_OVERSEERR_1_VERIFY_SSL="false"
VRKN_OVERSEERR_1_GET_REQUEST_TOTAL_COUNTS="true"
VRKN_OVERSEERR_1_REQUEST_TOTAL_RUN_SECONDS="30"
VRKN_OVERSEERR_1_GET_LATEST_REQUESTS_TO_FETCH="10"
VRKN_OVERSEERR_1_NUM_LATEST_REQUESTS_SECONDS="300" (APIKEY value was generated randomly with pwgen for the above paste) |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I cleaned up my "off-topic" comments. I'd like to confirm this is working perfectly for me with Overseer now ... (my issue was caused by an "=" at the end of the API key getting dropped when pasting into the config) |
@modem7 Both typos should be fixed. Thanks for the report. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Issues are not working(as I can see, they are not implemented yet) |
Working good here mostly. I'm having 2 issues.
EDIT: Nevermind, shouldnt be there so I just excluded it |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Morning will the overseer feature be pulled into the main branch of Varken - From reading above it appears that it is working? |
Overseerr is a new alternative to Ombi, and should be supported by Varken.
The text was updated successfully, but these errors were encountered: