Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jleagle/sonarr-share
https://github.com/jleagle/sonarr-share
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jleagle/sonarr-share
- Owner: Jleagle
- Created: 2024-08-06T19:57:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:40:41.000Z (10 days ago)
- Last Synced: 2025-01-10T13:43:03.226Z (10 days ago)
- Language: Go
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sonarr-share
services:
sonarr-share:
image: "ghcr.io/jleagle/sonarr-share:main"
container_name: "sonarr-share"
hostname: "sonarr-share"
restart: "unless-stopped"
entrypoint: "/root/sonarr-share -sonarr-key ${SONARR_KEY}"
ports:
- "7879:7879"