This commit is contained in:
Andrew Z 2024-05-21 14:07:14 -04:00
parent 57ce710724
commit 3668c33164
8 changed files with 278 additions and 477 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1716307633
"last_updated_timestamp": 1716314832
}

View File

@ -98,225 +98,11 @@
"FirstSeen": 1715609177
},
{
"Name": "monocker",
"Repository": "petersem/monocker",
"Registry": "https://registry.hub.docker.com/r/petersem/monocker",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165085-support-monocker/",
"Project": "https://github.com/petersem/monocker",
"Overview": "Monitors Docker (MONitors dOCKER) containers and alerts on 'state' change.\r\n\r\n # Optional server name for alerts\r\n SERVER_LABEL: 'Prod'\r\n # Optional avatar image URL to add to messages. Handy if you are running Monocker on different machines\r\n # -> ONLY supported by discord, slack & ntfy\r\n SERVER_AVATAR: 'https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png'\r\n\r\n # Specify the messaging platform and details, or leave blank if only wanting container logs (pick one only)\r\n MESSAGE_PLATFORM: 'telegram@your_bot_id@your_chat_id'\r\n # MESSAGE_PLATFORM: 'gotify@app_token'\r\n # MESSAGE_PLATFORM: 'pushbullet@your_api_key@your_device_id'\r\n # MESSAGE_PLATFORM: 'pushover@your_user_key@your_app_api_token'\r\n # MESSAGE_PLATFORM: 'discord@webhook_url'\r\n # MESSAGE_PLATFORM: 'ntfy@topic_title'\r\n # MESSAGE_PLATFORM: 'slack@bot_user_oauth_token@your_chat_id'\r\n # MESSAGE_PLATFORM: ''\r\n \r\n # Optional - includes or excludes specified containers - default behaviour is false\r\n LABEL_ENABLE: 'false'\r\n \r\n # Optional - only show when container state changes to being offline (paused, exited, running (unhealthy), or dead) - default is false\r\n ONLY_OFFLINE_STATES: 'false'\r\n \r\n # - Regardless of any other settings, you can ignore or include 'exited'. (So it won't alert if you manually stop a container)\r\n EXCLUDE_EXITED: 'false' \r\n\r\n # - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum. \r\n PERIOD: 10\r\n \r\n # - Supress startup messages from being sent. Default is false\r\n DISABLE_STARTUP_MSG: 'false'\r\n \r\n # - adds SHA ID for all container references. 'true' or 'false' (default)\r\n SHA: 'false'\r\n\r\n ## ADVANCED NTFY SETTINGS\r\n #CUSTOM_NTFY_SERVER: 'https://custom.ntfy.com' # use your own NTFY server\r\n #NTFY_USER: 'user' # use a username and password to login (on ntfy.sh or your own server. Option if you have your own server open)\r\n #NTFY_PASS: 'password'",
"TemplateURL": "https://raw.githubusercontent.com/petersem/unraid-templates/master/monocker/monocker.xml",
"Icon": "https://github.com/petersem/monocker/blob/master/android-chrome-512x512.png?raw=true",
"Config": [
{
"@attributes": {
"Name": "Docker",
"Target": "/var/run/docker.sock",
"Default": "",
"Mode": "ro",
"Description": "Allows Monocker to access the list of running containers on Unraid. (Do not change or remove this!)",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/var/run/docker.sock"
},
{
"@attributes": {
"Name": "Server label",
"Target": "SERVER_LABEL",
"Default": "",
"Mode": "",
"Description": "[Optional] Allows you to add a server-specific label to alert messages. Handy if you have multiple servers running Docker.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Unraid"
},
{
"@attributes": {
"Name": "Server Avatar",
"Target": "SERVER_AVATAR",
"Default": "https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png",
"Mode": "",
"Description": "Optional avatar image URL to add to messages. Handy if you are running Monocker on different machines (ONLY supported by discord, slack & ntfy)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png"
},
{
"@attributes": {
"Name": "[Optional] Docker socket address",
"Target": "DOCKER_HOST",
"Default": "",
"Mode": "",
"Description": "[Optional] - Set this value to a docker socket URL, if you want to connect to docker this way. Leave it blank or omit it otherwise. e.g tcp://n.n.n.n:2375",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Message platform",
"Target": "MESSAGE_PLATFORM",
"Default": "",
"Mode": "",
"Description": "The details for connecting to a specific message platform. ",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Label Enable",
"Target": "LABEL_ENABLE",
"Default": "false",
"Mode": "",
"Description": "[Optional] Includes or excludes specified containers that have the ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Only offline states",
"Target": "ONLY_OFFLINE_STATES",
"Default": "false",
"Mode": "",
"Description": "[Optional] Only monitor container state changing to being offline. (Paused, Exited, Running (unhealth), or Dead). Default is false.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Exclude exited",
"Target": "EXCLUDE_EXITED",
"Default": "false",
"Mode": "",
"Description": "[Optional] Regardless of any other settings, you can choose to ignore or include container states moving to 'Exited'. (This will optionally show or ignore manual stops or containers). ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Period",
"Target": "PERIOD",
"Default": "10",
"Mode": "",
"Description": " [Optional] - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum. ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "10"
},
{
"@attributes": {
"Name": "Disable startup messages",
"Target": "DISABLE_STARTUP_MSG",
"Default": "false",
"Mode": "",
"Description": "[Optional] Suppress startup messages being sent when Monocker starts up",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "SHA",
"Target": "SHA",
"Default": "false",
"Mode": "",
"Description": "[optional] - adds SHA ID for all container alerts. 'true' or 'false' (default)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Custom NTFY server",
"Target": "CUSTOM_NTFY_SERVER",
"Default": "",
"Mode": "",
"Description": "Use this if you self-host a NTFY server.\r\ne.g. https://ntfy.yourdomain.com",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NTFY userid",
"Target": "NTFY_USER",
"Default": "",
"Mode": "",
"Description": "If you need to authenticate to the official NTFY site or a self-hosted site",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Password for NTFY authentication",
"Target": "NTFY_PASS",
"Default": "",
"Mode": "",
"Description": "Password for NTFY authentication",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
}
"TemplatePath": "/tmp/appFeed/templates/petersemsRepository/monocker/monocker.xml",
"errors": [
"Opening and ending tag mismatch: Overview line 12 and Container"
],
"Repo": "petersem's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/petersemsRepository/monocker/monocker.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 245044,
"stars": 6,
"LastUpdateScan": 1715609180,
"LastUpdate": 1715608513,
"FirstSeen": 1715609180
"FirstSeen": null
},
{
"Name": "posterr",
@ -3113,17 +2899,13 @@
},
{
"Name": "Gonic",
"CategoryList": [
"MediaServer-Music",
"MediaServer-Other"
],
"Repository": "binhex/arch-gonic",
"Registry": "https://github.com/binhex/arch-gonic",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/THREAD/",
"Support": "https://forums.unraid.net/topic/165665-support-binhex-gonic",
"Shell": "bash",
"GitHub": "https://github.com/binhex/arch-gonic",
"ReadMe": "https://github.com/binhex/documentation",
@ -3256,6 +3038,10 @@
],
"Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/gonic.xml",
"CategoryList": [
"MediaServer-Music",
"MediaServer-Other"
],
"downloads": 8,
"LastUpdateScan": 1716300444,
"LastUpdate": 1716297913,
@ -293466,6 +293252,114 @@
"LastUpdateScan": 1714090996,
"FirstSeen": 1714090996
},
{
"Name": "Prusa-Connect-RTSP",
"Repository": "ghcr.io/beccazero/prusa-connect-rtsp",
"Registry": "https://github.com/beccazero/prusa-connect-rtsp/pkgs/container/prusa-connect-rtsp",
"Branch": {
"Tag": "main",
"TagDescription": "Latest stable release"
},
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/133764-support-grtgbln-docker-templates",
"Project": "https://github.com/beccazero/prusa-connect-rtsp",
"Overview": "Capture images from a RTSP camera upload them to Prusa Connect.",
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/prusa_connect_rtsp.xml",
"Maintainer": {
"WebPage": "https://github.com/nwithan8"
},
"Config": [
{
"@attributes": {
"Name": "RTSP URL",
"Target": "PRUSA_CONNECT_RTSP_URL",
"Default": "",
"Description": "URL of the RTSP stream to monitor",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Prusa Connect URL",
"Target": "PRUSA_CONNECT_URL",
"Default": "https://connect.prusa3d.com/c/snapshot",
"Description": "URL of the Prusa Connect to forward images to",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Prusa Connect token",
"Target": "PRUSA_CONNECT_TOKEN",
"Default": "",
"Description": "Token used to connect to Prusa Connect",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Unique camera ID",
"Target": "PRUSA_CONNECT_FINGERPRINT",
"Default": "",
"Description": "ID for the camera. Use a random UUID",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Image interval",
"Target": "PRUSA_CONNECT_UPLOAD_INTERVAL",
"Default": "30",
"Description": "Time in seconds to wait between image uploads",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Log level",
"Target": "LOGURU_LEVEL",
"Default": "INFO|DEBUG",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "grtgbln's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/prusa_connect_rtsp.xml",
"CategoryList": [
"MediaApp-Photos",
"Tools-Utilities",
"Productivity"
],
"LastUpdateScan": 1716314831,
"FirstSeen": 1716314831
},
{
"Name": "Soft-Serve",
"Repository": "charmcli/soft-serve:latest",
@ -305766,8 +305660,8 @@
"Backup"
],
"downloads": 283,
"LastUpdate": 1690245489,
"LastUpdateScan": 1716307633,
"LastUpdate": 1690245489,
"FirstSeen": 1690325096
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 2261,
"last_updated_timestamp": 1716307633,
"last_updated": "2024-05-21 12:07",
"apps": 2262,
"last_updated_timestamp": 1716314832,
"last_updated": "2024-05-21 14:07",
"categories": [
{
"Cat": "AI:",
@ -264,225 +264,11 @@
"FirstSeen": 1715609177
},
{
"Name": "monocker",
"Repository": "petersem/monocker",
"Registry": "https://registry.hub.docker.com/r/petersem/monocker",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165085-support-monocker/",
"Project": "https://github.com/petersem/monocker",
"Overview": "Monitors Docker (MONitors dOCKER) containers and alerts on 'state' change.\r\n\r\n # Optional server name for alerts\r\n SERVER_LABEL: 'Prod'\r\n # Optional avatar image URL to add to messages. Handy if you are running Monocker on different machines\r\n # -> ONLY supported by discord, slack & ntfy\r\n SERVER_AVATAR: 'https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png'\r\n\r\n # Specify the messaging platform and details, or leave blank if only wanting container logs (pick one only)\r\n MESSAGE_PLATFORM: 'telegram@your_bot_id@your_chat_id'\r\n # MESSAGE_PLATFORM: 'gotify@app_token'\r\n # MESSAGE_PLATFORM: 'pushbullet@your_api_key@your_device_id'\r\n # MESSAGE_PLATFORM: 'pushover@your_user_key@your_app_api_token'\r\n # MESSAGE_PLATFORM: 'discord@webhook_url'\r\n # MESSAGE_PLATFORM: 'ntfy@topic_title'\r\n # MESSAGE_PLATFORM: 'slack@bot_user_oauth_token@your_chat_id'\r\n # MESSAGE_PLATFORM: ''\r\n \r\n # Optional - includes or excludes specified containers - default behaviour is false\r\n LABEL_ENABLE: 'false'\r\n \r\n # Optional - only show when container state changes to being offline (paused, exited, running (unhealthy), or dead) - default is false\r\n ONLY_OFFLINE_STATES: 'false'\r\n \r\n # - Regardless of any other settings, you can ignore or include 'exited'. (So it won't alert if you manually stop a container)\r\n EXCLUDE_EXITED: 'false' \r\n\r\n # - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum. \r\n PERIOD: 10\r\n \r\n # - Supress startup messages from being sent. Default is false\r\n DISABLE_STARTUP_MSG: 'false'\r\n \r\n # - adds SHA ID for all container references. 'true' or 'false' (default)\r\n SHA: 'false'\r\n\r\n ## ADVANCED NTFY SETTINGS\r\n #CUSTOM_NTFY_SERVER: 'https://custom.ntfy.com' # use your own NTFY server\r\n #NTFY_USER: 'user' # use a username and password to login (on ntfy.sh or your own server. Option if you have your own server open)\r\n #NTFY_PASS: 'password'",
"TemplateURL": "https://raw.githubusercontent.com/petersem/unraid-templates/master/monocker/monocker.xml",
"Icon": "https://github.com/petersem/monocker/blob/master/android-chrome-512x512.png?raw=true",
"Config": [
{
"@attributes": {
"Name": "Docker",
"Target": "/var/run/docker.sock",
"Default": "",
"Mode": "ro",
"Description": "Allows Monocker to access the list of running containers on Unraid. (Do not change or remove this!)",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/var/run/docker.sock"
},
{
"@attributes": {
"Name": "Server label",
"Target": "SERVER_LABEL",
"Default": "",
"Mode": "",
"Description": "[Optional] Allows you to add a server-specific label to alert messages. Handy if you have multiple servers running Docker.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Unraid"
},
{
"@attributes": {
"Name": "Server Avatar",
"Target": "SERVER_AVATAR",
"Default": "https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png",
"Mode": "",
"Description": "Optional avatar image URL to add to messages. Handy if you are running Monocker on different machines (ONLY supported by discord, slack & ntfy)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "https://content.invisioncic.com/u329766/monthly_2024_05/monocker.png.ba5ffdb390b627097d2a53645cf87350.png"
},
{
"@attributes": {
"Name": "[Optional] Docker socket address",
"Target": "DOCKER_HOST",
"Default": "",
"Mode": "",
"Description": "[Optional] - Set this value to a docker socket URL, if you want to connect to docker this way. Leave it blank or omit it otherwise. e.g tcp://n.n.n.n:2375",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Message platform",
"Target": "MESSAGE_PLATFORM",
"Default": "",
"Mode": "",
"Description": "The details for connecting to a specific message platform. ",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Label Enable",
"Target": "LABEL_ENABLE",
"Default": "false",
"Mode": "",
"Description": "[Optional] Includes or excludes specified containers that have the ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Only offline states",
"Target": "ONLY_OFFLINE_STATES",
"Default": "false",
"Mode": "",
"Description": "[Optional] Only monitor container state changing to being offline. (Paused, Exited, Running (unhealth), or Dead). Default is false.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Exclude exited",
"Target": "EXCLUDE_EXITED",
"Default": "false",
"Mode": "",
"Description": "[Optional] Regardless of any other settings, you can choose to ignore or include container states moving to 'Exited'. (This will optionally show or ignore manual stops or containers). ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Period",
"Target": "PERIOD",
"Default": "10",
"Mode": "",
"Description": " [Optional] - Set the poll period in seconds. Defaults to 10 seconds, which is also the minimum. ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "10"
},
{
"@attributes": {
"Name": "Disable startup messages",
"Target": "DISABLE_STARTUP_MSG",
"Default": "false",
"Mode": "",
"Description": "[Optional] Suppress startup messages being sent when Monocker starts up",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "SHA",
"Target": "SHA",
"Default": "false",
"Mode": "",
"Description": "[optional] - adds SHA ID for all container alerts. 'true' or 'false' (default)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Custom NTFY server",
"Target": "CUSTOM_NTFY_SERVER",
"Default": "",
"Mode": "",
"Description": "Use this if you self-host a NTFY server.\r\ne.g. https://ntfy.yourdomain.com",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NTFY userid",
"Target": "NTFY_USER",
"Default": "",
"Mode": "",
"Description": "If you need to authenticate to the official NTFY site or a self-hosted site",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Password for NTFY authentication",
"Target": "NTFY_PASS",
"Default": "",
"Mode": "",
"Description": "Password for NTFY authentication",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
}
"TemplatePath": "/tmp/appFeed/templates/petersemsRepository/monocker/monocker.xml",
"errors": [
"Opening and ending tag mismatch: Overview line 12 and Container"
],
"Repo": "petersem's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/petersemsRepository/monocker/monocker.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 245044,
"stars": 6,
"LastUpdateScan": 1715609180,
"LastUpdate": 1715608513,
"FirstSeen": 1715609180
"FirstSeen": null
},
{
"Name": "posterr",
@ -3279,17 +3065,13 @@
},
{
"Name": "Gonic",
"CategoryList": [
"MediaServer-Music",
"MediaServer-Other"
],
"Repository": "binhex/arch-gonic",
"Registry": "https://github.com/binhex/arch-gonic",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/THREAD/",
"Support": "https://forums.unraid.net/topic/165665-support-binhex-gonic",
"Shell": "bash",
"GitHub": "https://github.com/binhex/arch-gonic",
"ReadMe": "https://github.com/binhex/documentation",
@ -3422,6 +3204,10 @@
],
"Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/gonic.xml",
"CategoryList": [
"MediaServer-Music",
"MediaServer-Other"
],
"downloads": 8,
"LastUpdateScan": 1716300444,
"LastUpdate": 1716297913,
@ -293632,6 +293418,114 @@
"LastUpdateScan": 1714090996,
"FirstSeen": 1714090996
},
{
"Name": "Prusa-Connect-RTSP",
"Repository": "ghcr.io/beccazero/prusa-connect-rtsp",
"Registry": "https://github.com/beccazero/prusa-connect-rtsp/pkgs/container/prusa-connect-rtsp",
"Branch": {
"Tag": "main",
"TagDescription": "Latest stable release"
},
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/133764-support-grtgbln-docker-templates",
"Project": "https://github.com/beccazero/prusa-connect-rtsp",
"Overview": "Capture images from a RTSP camera upload them to Prusa Connect.",
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/prusa_connect_rtsp.xml",
"Maintainer": {
"WebPage": "https://github.com/nwithan8"
},
"Config": [
{
"@attributes": {
"Name": "RTSP URL",
"Target": "PRUSA_CONNECT_RTSP_URL",
"Default": "",
"Description": "URL of the RTSP stream to monitor",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Prusa Connect URL",
"Target": "PRUSA_CONNECT_URL",
"Default": "https://connect.prusa3d.com/c/snapshot",
"Description": "URL of the Prusa Connect to forward images to",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Prusa Connect token",
"Target": "PRUSA_CONNECT_TOKEN",
"Default": "",
"Description": "Token used to connect to Prusa Connect",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Unique camera ID",
"Target": "PRUSA_CONNECT_FINGERPRINT",
"Default": "",
"Description": "ID for the camera. Use a random UUID",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Image interval",
"Target": "PRUSA_CONNECT_UPLOAD_INTERVAL",
"Default": "30",
"Description": "Time in seconds to wait between image uploads",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Log level",
"Target": "LOGURU_LEVEL",
"Default": "INFO|DEBUG",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "grtgbln's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/prusa_connect_rtsp.xml",
"CategoryList": [
"MediaApp-Photos",
"Tools-Utilities",
"Productivity"
],
"LastUpdateScan": 1716314831,
"FirstSeen": 1716314831
},
{
"Name": "Soft-Serve",
"Repository": "charmcli/soft-serve:latest",
@ -305932,8 +305826,8 @@
"Backup"
],
"downloads": 283,
"LastUpdate": 1690245489,
"LastUpdateScan": 1716307633,
"LastUpdate": 1690245489,
"FirstSeen": 1690325096
},
{

View File

@ -3319,5 +3319,6 @@
"ghcr.io/hoarder-app/hoarder-web:latest": 1716156416,
"ghcr.io/hoarder-app/hoarder-workers:latest": 1716156422,
"zerealfu/fass": 1716163622,
"binhex/arch-gonic": 1716300444
"binhex/arch-gonic": 1716300444,
"ghcr.io/beccazero/prusa-connect-rtsp": 1716314831
}

12
log.txt
View File

@ -9,7 +9,8 @@ Downloading Featured apps Downloading https://raw.githubusercontent.com/Squidly2
Downloading petersem's Repository: https://github.com/petersem/unraid-templates -> /tmp/appFeed/templates/petersemsRepository Attempt 1...https://github.com/petersem/unraid-templates/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/petersemsRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/petersemsRepository/exportarr/exportarr.xml...Success
Processing /tmp/appFeed/templates/petersemsRepository/monocker/monocker.xml...Success
Processing /tmp/appFeed/templates/petersemsRepository/monocker/monocker.xml...Failed
Failed loading XML
Processing /tmp/appFeed/templates/petersemsRepository/posterr/posterr.xml...Success
@ -3425,6 +3426,7 @@ Processing /tmp/appFeed/templates/grtgblnsRepository/templates/mdblistarr.xml...
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/deprecated/ntfy.xml... ***DEPRECATED BY REPO PATH*** Removed from CA
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/plex_prerolls.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/posterizarr.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/prusa_connect_rtsp.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/soft_serve.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/tauticord.xml...Success
Processing /tmp/appFeed/templates/grtgblnsRepository/templates/terraform_http_backend.xml...Success
@ -4131,10 +4133,10 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
toniebox-reverse-engineering/teddycloud
ghcr.io/toniebox-reverse-engineering/teddycloud:latest Downloads: Stars: Base: unknown
greycubesgav/cryptomator-webdav
greycubesgav/cryptomator-webdav Downloads: 283 Stars: 0 Base: unknown
beccazero/prusa-connect-rtsp
ghcr.io/beccazero/prusa-connect-rtsp Downloads: Stars: Base: unknown
Pulling ghcr.io/beccazero/prusa-connect-rtsp
Error response from daemon: manifest unknown
Privileged: 105

View File

@ -3113,6 +3113,10 @@
},
{
"Name": "Gonic",
"CategoryList": [
"MediaServer-Music",
"MediaServer-Other"
],
"Repository": "binhex/arch-gonic",
"Registry": "https://github.com/binhex/arch-gonic",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D",
@ -3161,7 +3165,7 @@
"@attributes": {
"Name": "Path: /media",
"Target": "/media",
"Default": "",
"Default": "/mnt/user",
"Mode": "rw",
"Description": "This is the container path to your media files, e.g. movies, tv, music, pictures etc.",
"Type": "Path",
@ -3178,7 +3182,7 @@
"Default": "/media",
"Description": "Path to music files",
"Type": "Variable",
"Display": "advanced",
"Display": "always",
"Required": "true",
"Mask": "false"
},
@ -3191,7 +3195,7 @@
"Default": "/config/gonic/podcasts",
"Description": "Path to store downloaded podcasts",
"Type": "Variable",
"Display": "advanced",
"Display": "always",
"Required": "true",
"Mask": "false"
},
@ -3204,7 +3208,7 @@
"Default": "/config/gonic/playlists",
"Description": "Path to store created playlists",
"Type": "Variable",
"Display": "advanced",
"Display": "always",
"Required": "true",
"Mask": "false"
},
@ -3253,8 +3257,8 @@
"Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/gonic.xml",
"downloads": 8,
"LastUpdate": 1716297913,
"LastUpdateScan": 1716300444,
"LastUpdate": 1716297913,
"FirstSeen": 1716300444
},
{
@ -146101,7 +146105,7 @@
"MediaServer-Music",
"MediaServer-Other"
],
"LastUpdateScan": 1713708361,
"LastUpdateScan": 1716307632,
"FirstSeen": 1705914355
},
{
@ -302368,7 +302372,6 @@
],
"downloads": 599989,
"stars": 51,
"LastUpdate": 1713313290,
"trending": 7.397,
"trends": [
34.51,
@ -302398,6 +302401,7 @@
599989
],
"LastUpdateScan": 1716300450,
"LastUpdate": 1713313290,
"FirstSeen": 1682517889,
"topTrending": -27.113,
"topPerforming": 7.397
@ -305761,9 +305765,9 @@
"Security",
"Backup"
],
"downloads": 263,
"LastUpdateScan": 1713708362,
"downloads": 283,
"LastUpdate": 1690245489,
"LastUpdateScan": 1716307633,
"FirstSeen": 1690325096
},
{

View File

@ -88273,5 +88273,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1716297913
},
"ghcr.io/beccazero/prusa-connect-rtsp": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1716314831,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
}
}

View File

@ -1,11 +1,6 @@
{
"caFixed": 486,
"caFixed": 485,
"fixedTemplates": {
"petersem's Repository": {
"petersem/monocker": [
"No Registry entry set. Created from Repository setting - This may not be the correct value"
]
},
"ntebis' Repository": {
"ntebis/octoeverywhere_bambulab": [
"No Icon specified within the application template"
@ -36,12 +31,9 @@
]
},
"Binhex's Repository": {
"binhex/arch-gonic": [
"No category entry present"
],
"binhex/arch-APPNAME": [
"Fatal: Invalid repository found. Only lowercase is allowed",
"No category entry present"
"Unknown category CATEGORY:"
]
},
"pinion's Repository": {
@ -1436,6 +1428,9 @@
"nwithan8/plex_prerolls:latest": [
"No Icon specified within the application template"
],
"ghcr.io/beccazero/prusa-connect-rtsp": [
"No Icon specified within the application template"
],
"markcaudill/terraform-http-backend:1.0.3": [
"No Icon specified within the application template"
],