Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions blueprints/go2rtc/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: "3.8"

services:
go2rtc:
image: alexxit/go2rtc:1.9.14
restart: unless-stopped

# To use a local webcam, add the device to the service:
# devices:
# - /dev/video0:/dev/video0 # Adjust path if your device is at /dev/video1, etc.

expose:
- 1984 # Web UI
- 8554 # RTSP
- 8555 # WebRTC

environment:
- TZ=${TZ}

volumes:
- go2rtc-config:/config

volumes:
go2rtc-config: {}
Binary file added blueprints/go2rtc/go2rtc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions blueprints/go2rtc/template.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[variables]
main_domain = "${domain}"

[config]
[[config.domains]]
serviceName = "go2rtc"
port = 1984
host = "${main_domain}"

env = [
"TZ=${TZ}"
]

54 changes: 36 additions & 18 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2810,6 +2810,24 @@
"api"
]
},
{
"id": "go2rtc",
"name": "go2rtc",
"version": "latest",
"description": "Ultimate camera streaming application with support for dozens formats and protocols.",
"logo": "go2rtc.png",
"links": {
"github": "https://github.com/AlexxIT/go2rtc",
"website": "https://go2rtc.org/",
"docs": "https://go2rtc.org/"
},
"tags": [
"streaming",
"webrtc",
"video",
"home assistant"
]
},
{
"id": "gotenberg",
"name": "Gotenberg",
Expand Down Expand Up @@ -5858,6 +5876,24 @@
"open-source"
]
},
{
"id": "strapi",
"name": "Strapi",
"version": "v5.33.0",
"description": "Open-source headless CMS to build powerful APIs with built-in content management.",
"logo": "strapi.svg",
"links": {
"github": "https://github.com/strapi/strapi",
"discord": "https://discord.com/invite/strapi",
"docs": "https://docs.strapi.io",
"website": "https://strapi.io"
},
"tags": [
"headless",
"cms",
"content-management"
]
},
{
"id": "streamflow",
"name": "StreamFlow",
Expand All @@ -5877,24 +5913,6 @@
"media"
]
},
{
"id": "strapi",
"name": "Strapi",
"version": "v5.33.0",
"description": "Open-source headless CMS to build powerful APIs with built-in content management.",
"logo": "strapi.svg",
"links": {
"github": "https://github.com/strapi/strapi",
"discord": "https://discord.com/invite/strapi",
"docs": "https://docs.strapi.io",
"website": "https://strapi.io"
},
"tags": [
"headless",
"cms",
"content-management"
]
},
{
"id": "supabase",
"name": "SupaBase",
Expand Down