This commit is contained in:
Andrew Z 2024-01-05 04:05:46 -05:00
parent 4374215762
commit 90665af650
8 changed files with 710 additions and 43 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1704409539
"last_updated_timestamp": 1704445544
}

View File

@ -134530,6 +134530,149 @@
"LastUpdateScan": 1703739938,
"FirstSeen": 1675155853
},
{
"Name": "Gamevault---Backend",
"Repository": "phalcode/gamevault-backend",
"Registry": "https://hub.docker.com/r/phalcode/gamevault-backend",
"Network": "bridge",
"Privileged": "false",
"Support": "https://gamevau.lt/",
"Project": "https://github.com/Phalcode/gamevault-backend",
"Overview": "Backend for the self-hosted gaming platform for DRM-free games\n [br][br]\r[br][br]\r\n [b]This container requires a separate (remote) Postgres database connection.[/b]",
"WebUI": "http://[IP]:[PORT:8080]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/gamevault-backend.xml",
"Requires": "Separate (remote) Postgres database ",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/gamevault-backend.png",
"ExtraParams": "--restart=unless-stopped",
"Config": [
{
"@attributes": {
"Name": "HTTP Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "GameVault HTTP Port 8080",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8080"
},
{
"@attributes": {
"Name": "Database Host",
"Target": "DB_HOST",
"Mode": "",
"Description": "Hostname or IP of the database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Port",
"Target": "DB_PORT",
"Mode": "",
"Description": "Port of the database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database User",
"Target": "DB_USERNAME",
"Mode": "",
"Description": "Username to connect to the database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Password",
"Target": "DB_PASSWORD",
"Mode": "",
"Description": "Password to connect to the database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Server Admin Username",
"Target": "SERVER_ADMIN_USERNAME",
"Mode": "",
"Description": "Grants Admin Role to account with this username upon registration",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RAWG API Key",
"Target": "RAWG_API_KEY",
"Default": "",
"Mode": "",
"Description": "Insert your RAWG API Key here if you have one (https://rawg.io/login?forward=developer)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Games directory",
"Target": "/files",
"Mode": "rw",
"Description": "Where your games are stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Images directory",
"Target": "/images",
"Mode": "rw",
"Description": "Where your GameVault images are stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/gamevault-backend.xml",
"downloads": 33776,
"LastUpdate": 1704373647,
"LastUpdateScan": 1704445544,
"FirstSeen": 1704445544
},
{
"Name": "geoip2influx",
"Repository": "gilbn/geoip2influx",
@ -136863,7 +137006,7 @@
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/138058-support-catduck-mealie-v1/",
"Support": "https://forums.unraid.net/topic/138058-support-catduck-templates/",
"Project": "https://mealie.io/",
"Overview": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.\r\n\r\nThis is the NEW NIGHTLY for Version. As soon as there is an official stable image tag, this template will be updated to allow for either. \r\n\r\nPlease note, there is only one port now, previously the web port was 3000 and API was 9000. Now there is just 9000. To avoid breaking changes I have by default made the port 3000 with this template. You can of course change to anything you would like, and update your reverse proxies accordingly.\r\n\r\nPlease read https://hay-kot.github.io/mealie/documentation/getting-started/updating/ before updating from earlier (Pre 1.X versions!)\r\n\r\nLastly, Postgres is available and if you want to use mealie with postgres the variables have been added under advanced\r\n\r\nDefault Password: MyPassword",
"WebUI": "http://[IP]:[PORT:9000]",
@ -137052,20 +137195,6 @@
},
"value": "100"
},
{
"@attributes": {
"Name": "Time Zone",
"Target": "TZ=America",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "New_York"
},
{
"@attributes": {
"Name": "WEB_CONCURRENCY",
@ -137153,7 +137282,7 @@
{
"@attributes": {
"Name": "POSTGRES_PORT",
"Target": " POSTGRES_PORT",
"Target": "POSTGRES_PORT",
"Default": "",
"Mode": "",
"Description": "",
@ -141329,6 +141458,89 @@
"topTrending": -0.15600000000000003,
"topPerforming": 0.576
},
{
"Name": "prom-alertmanager",
"Repository": "prom/alertmanager:latest",
"Registry": "https://hub.docker.com/r/prom/alertmanager",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/",
"Project": "https://github.com/prometheus/alertmanager",
"Overview": "The Alertmanager handles alerts sent by client applications such as the Prometheus\n server. \r\n It takes care of deduplicating, grouping, and routing them to the correct receiver integrations\n such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver.\n \r\n It also takes care of silencing and inhibition of alerts.\r\n \r\n alertmanager/alertmanager.yml\r\n This configuration contains information about which channels to send to. For simplicity, we use\n e-mail. Refer to the Alertmanager docs to learn about other channels.\r\n \r\n To configure prometheus to use these alerts, add the below to prometheus/prometheus.yml:\r\n alerting:\r\n alertmanagers:\r\n - scheme: http\r\n static_configs:\r\n - targets: < 'alertmanager:9093' >",
"WebUI": "http://[IP]:[PORT:9093]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prom-alertmanager.xml",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "9093",
"Default": "9093",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/alertmanager",
"Default": "/mnt/user/appdata/alertmanager/storage",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/alertmanager/storage"
},
{
"@attributes": {
"Name": "ConfigFile",
"Target": "/etc/alertmanager/alertmanager.yaml",
"Default": "/mnt/user/appdata/alertmanager/alertmanager.yaml",
"Mode": "rw",
"Description": "Config directory",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/alertmanager/alertmanager.yaml"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "",
"Default": "/mnt/user/appdata/alertmanager",
"Mode": "rw",
"Description": "Appdata directory",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/alertmanager"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/prom-alertmanager.xml",
"CategoryList": [
"Productivity"
],
"downloads": 457864625,
"stars": 218,
"LastUpdate": 1704369116,
"LastUpdateScan": 1704445544,
"FirstSeen": 1704445544
},
{
"Name": "prometheus",
"Repository": "prom/prometheus",
@ -141522,6 +141734,102 @@
"topTrending": 0.2180000000000002,
"topPerforming": 1.973
},
{
"Name": "qBitrr",
"Repository": "feramance/qbitrr",
"Registry": "https://hub.docker.com/r/feramance/qbitrr/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://hub.docker.com/r/feramance/qbitrr/",
"Project": "https://github.com/Feramance/Qbitrr",
"Overview": "A simple script to monitor qBit and communicate with Radarr and Sonarr",
"ExtraParams": "--user 1000:1000",
"Config": [
{
"@attributes": {
"Name": "Sonarr Database",
"Target": "/sonarr.db",
"Default": "",
"Mode": "ro",
"Description": "Path to Sonarr database. This is only needed if you want episode search handling.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Radarr Database",
"Target": "/radarr.db",
"Default": "",
"Mode": "ro",
"Description": "Path to Radarr database. This is only needed if you want movie search handling.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Completed Downloads",
"Target": "/completed_downloads",
"Default": "",
"Mode": "rw",
"Description": "Path to completed downloads to monitor.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Config",
"Target": "/config",
"Default": "/mnt/user/appdata/qbitrr",
"Mode": "rw",
"Description": "Config folder for qBitrr",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Restart Timer",
"Target": "RESTART_TIMER",
"Default": "0",
"Mode": "",
"Description": "Number of hours after which to restart the child processes (set 0 to disable).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"caTemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/qbitrr.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/qbitrr.xml",
"CategoryList": [
"MediaServer-Video",
"MediaServer-Music"
],
"downloads": 10947,
"LastUpdate": 1704443915,
"LastUpdateScan": 1704445544,
"FirstSeen": 1704445544
},
{
"Name": "quasselcore",
"Repository": "keinnerd/quasselcore",

View File

@ -1,7 +1,7 @@
{
"apps": 2210,
"last_updated_timestamp": 1704409539,
"last_updated": "2024-01-04 18:05",
"apps": 2213,
"last_updated_timestamp": 1704445544,
"last_updated": "2024-01-05 04:05",
"categories": [
{
"Cat": "Backup:",
@ -134692,6 +134692,149 @@
"LastUpdateScan": 1703739938,
"FirstSeen": 1675155853
},
{
"Name": "Gamevault---Backend",
"Repository": "phalcode/gamevault-backend",
"Registry": "https://hub.docker.com/r/phalcode/gamevault-backend",
"Network": "bridge",
"Privileged": "false",
"Support": "https://gamevau.lt/",
"Project": "https://github.com/Phalcode/gamevault-backend",
"Overview": "Backend for the self-hosted gaming platform for DRM-free games\n [br][br]\r[br][br]\r\n [b]This container requires a separate (remote) Postgres database connection.[/b]",
"WebUI": "http://[IP]:[PORT:8080]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/gamevault-backend.xml",
"Requires": "Separate (remote) Postgres database ",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/gamevault-backend.png",
"ExtraParams": "--restart=unless-stopped",
"Config": [
{
"@attributes": {
"Name": "HTTP Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "GameVault HTTP Port 8080",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8080"
},
{
"@attributes": {
"Name": "Database Host",
"Target": "DB_HOST",
"Mode": "",
"Description": "Hostname or IP of the database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Port",
"Target": "DB_PORT",
"Mode": "",
"Description": "Port of the database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database User",
"Target": "DB_USERNAME",
"Mode": "",
"Description": "Username to connect to the database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Password",
"Target": "DB_PASSWORD",
"Mode": "",
"Description": "Password to connect to the database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Server Admin Username",
"Target": "SERVER_ADMIN_USERNAME",
"Mode": "",
"Description": "Grants Admin Role to account with this username upon registration",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RAWG API Key",
"Target": "RAWG_API_KEY",
"Default": "",
"Mode": "",
"Description": "Insert your RAWG API Key here if you have one (https://rawg.io/login?forward=developer)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Games directory",
"Target": "/files",
"Mode": "rw",
"Description": "Where your games are stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Images directory",
"Target": "/images",
"Mode": "rw",
"Description": "Where your GameVault images are stored",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/gamevault-backend.xml",
"downloads": 33776,
"LastUpdate": 1704373647,
"LastUpdateScan": 1704445544,
"FirstSeen": 1704445544
},
{
"Name": "geoip2influx",
"Repository": "gilbn/geoip2influx",
@ -137025,7 +137168,7 @@
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/138058-support-catduck-mealie-v1/",
"Support": "https://forums.unraid.net/topic/138058-support-catduck-templates/",
"Project": "https://mealie.io/",
"Overview": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.\r\n\r\nThis is the NEW NIGHTLY for Version. As soon as there is an official stable image tag, this template will be updated to allow for either. \r\n\r\nPlease note, there is only one port now, previously the web port was 3000 and API was 9000. Now there is just 9000. To avoid breaking changes I have by default made the port 3000 with this template. You can of course change to anything you would like, and update your reverse proxies accordingly.\r\n\r\nPlease read https://hay-kot.github.io/mealie/documentation/getting-started/updating/ before updating from earlier (Pre 1.X versions!)\r\n\r\nLastly, Postgres is available and if you want to use mealie with postgres the variables have been added under advanced\r\n\r\nDefault Password: MyPassword",
"WebUI": "http://[IP]:[PORT:9000]",
@ -137214,20 +137357,6 @@
},
"value": "100"
},
{
"@attributes": {
"Name": "Time Zone",
"Target": "TZ=America",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "New_York"
},
{
"@attributes": {
"Name": "WEB_CONCURRENCY",
@ -137315,7 +137444,7 @@
{
"@attributes": {
"Name": "POSTGRES_PORT",
"Target": " POSTGRES_PORT",
"Target": "POSTGRES_PORT",
"Default": "",
"Mode": "",
"Description": "",
@ -141491,6 +141620,89 @@
"topTrending": -0.15600000000000003,
"topPerforming": 0.576
},
{
"Name": "prom-alertmanager",
"Repository": "prom/alertmanager:latest",
"Registry": "https://hub.docker.com/r/prom/alertmanager",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/",
"Project": "https://github.com/prometheus/alertmanager",
"Overview": "The Alertmanager handles alerts sent by client applications such as the Prometheus\n server. \r\n It takes care of deduplicating, grouping, and routing them to the correct receiver integrations\n such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver.\n \r\n It also takes care of silencing and inhibition of alerts.\r\n \r\n alertmanager/alertmanager.yml\r\n This configuration contains information about which channels to send to. For simplicity, we use\n e-mail. Refer to the Alertmanager docs to learn about other channels.\r\n \r\n To configure prometheus to use these alerts, add the below to prometheus/prometheus.yml:\r\n alerting:\r\n alertmanagers:\r\n - scheme: http\r\n static_configs:\r\n - targets: < 'alertmanager:9093' >",
"WebUI": "http://[IP]:[PORT:9093]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prom-alertmanager.xml",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "9093",
"Default": "9093",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/alertmanager",
"Default": "/mnt/user/appdata/alertmanager/storage",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/alertmanager/storage"
},
{
"@attributes": {
"Name": "ConfigFile",
"Target": "/etc/alertmanager/alertmanager.yaml",
"Default": "/mnt/user/appdata/alertmanager/alertmanager.yaml",
"Mode": "rw",
"Description": "Config directory",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/alertmanager/alertmanager.yaml"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "",
"Default": "/mnt/user/appdata/alertmanager",
"Mode": "rw",
"Description": "Appdata directory",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/alertmanager"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/prom-alertmanager.xml",
"CategoryList": [
"Productivity"
],
"downloads": 457864625,
"stars": 218,
"LastUpdate": 1704369116,
"LastUpdateScan": 1704445544,
"FirstSeen": 1704445544
},
{
"Name": "prometheus",
"Repository": "prom/prometheus",
@ -141684,6 +141896,102 @@
"topTrending": 0.2180000000000002,
"topPerforming": 1.973
},
{
"Name": "qBitrr",
"Repository": "feramance/qbitrr",
"Registry": "https://hub.docker.com/r/feramance/qbitrr/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://hub.docker.com/r/feramance/qbitrr/",
"Project": "https://github.com/Feramance/Qbitrr",
"Overview": "A simple script to monitor qBit and communicate with Radarr and Sonarr",
"ExtraParams": "--user 1000:1000",
"Config": [
{
"@attributes": {
"Name": "Sonarr Database",
"Target": "/sonarr.db",
"Default": "",
"Mode": "ro",
"Description": "Path to Sonarr database. This is only needed if you want episode search handling.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Radarr Database",
"Target": "/radarr.db",
"Default": "",
"Mode": "ro",
"Description": "Path to Radarr database. This is only needed if you want movie search handling.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Completed Downloads",
"Target": "/completed_downloads",
"Default": "",
"Mode": "rw",
"Description": "Path to completed downloads to monitor.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Config",
"Target": "/config",
"Default": "/mnt/user/appdata/qbitrr",
"Mode": "rw",
"Description": "Config folder for qBitrr",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Restart Timer",
"Target": "RESTART_TIMER",
"Default": "0",
"Mode": "",
"Description": "Number of hours after which to restart the child processes (set 0 to disable).",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"caTemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/qbitrr.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/qbitrr.xml",
"CategoryList": [
"MediaServer-Video",
"MediaServer-Music"
],
"downloads": 10947,
"LastUpdate": 1704443915,
"LastUpdateScan": 1704445544,
"FirstSeen": 1704445544
},
{
"Name": "quasselcore",
"Repository": "keinnerd/quasselcore",

View File

@ -3091,5 +3091,8 @@
"productiveops/dokemon:latest": 1704135955,
"ghcr.io/remvze/moodist:latest": 1704200740,
"productiveops/dokemon-agent:latest": 1704215147,
"wasimaster/13ft": 1704387956
"wasimaster/13ft": 1704387956,
"phalcode/gamevault-backend": 1704445544,
"prom/alertmanager:latest": 1704445544,
"feramance/qbitrr": 1704445544
}

View File

@ -1 +1 @@
2009
2058

13
log.txt
View File

@ -1370,6 +1370,7 @@ Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/d
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/flaresolverr.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/focalboard.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/forgejo.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/gamevault-backend.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/geoip2influx.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/graylog.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/hexo.xml...Success
@ -1411,8 +1412,10 @@ Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/p
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/podgrab.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/postgis.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/privatebin.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/prom-alertmanager.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/prometheus.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/protonmail-bridge.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/qbitrr.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/quasselcore.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/radarrsync.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/rancher.xml...Success
@ -3940,12 +3943,14 @@ Processing /tmp/appFeed/templates/stottlesRepository/jupyterlabnn/jupyterlabnn.x
Updating stats on containers
phalcode/gamevault-backend
phalcode/gamevault-backend Downloads: 33776 Stars: 0 Base: unknown
prom/alertmanager
prom/alertmanager:latest Downloads: 457864625 Stars: 218 Base: unknown
feramance/qbitrr
feramance/qbitrr Downloads: 10947 Stars: 0 Base: unknown
Privileged: 106
No change to feed
Updating GitHub

View File

@ -82300,5 +82300,38 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1704372521
},
"phalcode/gamevault-backend": {
"Base": null,
"Downloads": 33776,
"Stars": null,
"Time": 1704445544,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1704373647
},
"prom/alertmanager:latest": {
"Base": null,
"Downloads": 457864625,
"Stars": 218,
"Time": 1704445544,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1704369116
},
"feramance/qbitrr": {
"Base": null,
"Downloads": 10947,
"Stars": null,
"Time": 1704445544,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1704443915
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 452,
"caFixed": 456,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -726,6 +726,10 @@
"mattermost/focalboard": [
"No category entry present"
],
"phalcode/gamevault-backend": [
"Unknown category Game:",
"Unknown category Servers:"
],
"gilbn/geoip2influx": [
"No Icon specified within the application template"
],
@ -744,9 +748,15 @@
"akhilrex/podgrab": [
"No Icon specified within the application template"
],
"prom/alertmanager:latest": [
"No Icon specified within the application template"
],
"shenxn/protonmail-bridge": [
"No category entry present"
],
"feramance/qbitrr": [
"No Icon specified within the application template"
],
"ghcr.io/analogj/scrutiny:master-omnibus": [
"Privileged mode set. This may not be necessary"
],