This commit is contained in:
Andrew Z 2023-09-03 10:04:58 -04:00
parent 7175e81d43
commit bb6b386bb5
7 changed files with 391 additions and 417 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1693746916
"last_updated_timestamp": 1693749897
}

View File

@ -106939,7 +106939,7 @@
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Nvidia-Drivers.xml",
"Repository": "https://raw.githubusercontent.com/ich777/unraid-nvidia-driver/master/nvidia-driver.plg",
"Plugin": true,
"pluginVersion": "2023.08.31",
"pluginVersion": "2023.09.03",
"MinVer": "6.9.0-beta31",
"topPlugin": 46,
"Overview": "This plugin will install all necessary modules and dependencies for your Nvidia Graphcis Card so that you can make use of it in your Docker containers. In the settings/plugins menu you find your UUID of your graphics card(s). You can also choose your preferred version of the Nvidia drivers, by default it will always grab the latest driver version that is availabe for the current Unraid build.\r\nThis plugin satisfies installation prerequisites of the GPU Statistics plugin from Community Apps. With both plugins installed you can display Nvidia GPU utilization on the unRAID Dashboard.\n\nATTENTION: If you plan to pass through your card to a VM don't install this plugin!",
@ -233642,7 +233642,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://vaulthunters.gg",
"Overview": "Vault Hunters 3rd Edition-3.11.2.2 Modded Minecraft Server[br][br][b]Vault Hunters 3rd Edition-3.11.2.2[/b][br]Action RPG in Minecraft! Level up, learn talents and abilities, build a base, build farms collect the 25 artifacts and defeat the final boss![br]Version tags available:[br] - update-4.1[br] - update-4[br] - Update-10.0.0[br] - Update-9.0.3[br] - Update-9.0.2[br] - Update-9.0.1[br] - Update-8.0.3-multi[br] - Update-8.0.3[br] - Update-8.0.2[br] - Update-8.0.1[br] - Update-8.0[br] - Update-7H[br] - Update-7.7[br] - Update-7[br] - Update-6[br] - Update-5[br] - Update7[br] - 3.11.2[br] - 3.11.1[br] - 3.11.0[br] - 3.10.1[br] - 0.0.3[br] - 0.0.1[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"Overview": "Vault Hunters 3rd Edition-3.11.3 Modded Minecraft Server[br][br][b]Vault Hunters 3rd Edition-3.11.3[/b][br]Action RPG in Minecraft! Level up, learn talents and abilities, build a base, build farms collect the 25 artifacts and defeat the final boss![br]Version tags available:[br] - update-4.1[br] - update-4[br] - Update-10.0.0[br] - Update-9.0.3[br] - Update-9.0.2[br] - Update-9.0.1[br] - Update-8.0.3-multi[br] - Update-8.0.3[br] - Update-8.0.2[br] - Update-8.0.1[br] - Update-8.0[br] - Update-7H[br] - Update-7.7[br] - Update-7[br] - Update-6[br] - Update-5[br] - Update7[br] - 3.11.3[br] - 3.11.2[br] - 3.11.1[br] - 3.11.0[br] - 3.10.1[br] - 0.0.3[br] - 0.0.1[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"ExtraSearchTerms": "minecraft",
"Icon": "https://media.forgecdn.net/avatars/651/140/638051446127306822.png",
"Config": [
@ -287913,203 +287913,6 @@
"LastUpdate": 1693664186,
"FirstSeen": 1693706696
},
{
"Name": "Hoodik",
"Repository": "hudik/hoodik:latest",
"Registry": "https://hub.docker.com/r/hudik/hoodik",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/143789-support-hoodik-end-2-end-encrypted-storage-drive/",
"Project": "https://github.com/hudikhq/hoodik",
"Overview": "Hoodik is a lightweight, secure, and self-hosted cloud storage solution. It's designed and built with Rust and Vue, focusing on end-to-end encryption that shields your data from prying eyes and hackers. Hoodik supports file uploading and downloading, making it easy for you to share files with other users. The simple and intuitive web interface makes file management a breeze. Thanks to Rust's focus on speed and performance, your data transfers will be lightning fast.",
"WebUI": "https://[IP]:[PORT:5443]/",
"TemplateURL": "https://raw.githubusercontent.com/hudikhq/hoodik-unraid/master/template.xml",
"Icon": "https://raw.githubusercontent.com/hudikhq/hoodik-unraid/main/images/hoodik.png",
"Config": [
{
"@attributes": {
"Name": "DATA_DIR",
"Target": "/data",
"Default": "/mnt/user/hoodik/",
"Mode": "rw",
"Description": "Maps a location for the data directory of the drive where all the data will be stored.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/hoodik/"
},
{
"@attributes": {
"Name": "PORT",
"Target": "5443",
"Default": "4554",
"Mode": "tcp",
"Description": "Application port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "4554"
},
{
"@attributes": {
"Name": "MAILER_TYPE",
"Target": "MAILER_TYPE",
"Default": "",
"Mode": "",
"Description": "Email sender, currently supported: smtp",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp"
},
{
"@attributes": {
"Name": "SMTP_ADDRESS",
"Target": "SMTP_ADDRESS",
"Default": "smtp.gmail.com",
"Mode": "",
"Description": "Address of the SMTP server (if MAILER_TYPE=smtp)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp.gmail.com"
},
{
"@attributes": {
"Name": "SMTP_USERNAME",
"Target": "SMTP_USERNAME",
"Default": "username@gmail.com",
"Mode": "",
"Description": "Username of the SMTP server (if MAILER_TYPE=smtp)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "htunlogic@gmail.com"
},
{
"@attributes": {
"Name": "SMTP_PASSWORD",
"Target": "SMTP_PASSWORD",
"Default": "GOOGLE-APP-PASSWORD",
"Mode": "",
"Description": "Password of the SMTP server (if MAILER_TYPE=smtp)\r\n\r\nFor Gmail, you will have to use https://myaccount.google.com/u/0/apppasswords",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "wpmmdwcjlswepobh"
},
{
"@attributes": {
"Name": "SMTP_PORT",
"Target": "SMTP_PORT",
"Default": "465",
"Mode": "",
"Description": "Port of the SMTP server (if MAILER_TYPE=smtp)\r\n\r\nNot required, default is automatically set to 465",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "465"
},
{
"@attributes": {
"Name": "SMTP_DEFAULT_FROM",
"Target": "SMTP_DEFAULT_FROM",
"Default": "Your Name ",
"Mode": "",
"Description": "Default FROM sender for emails (if MAILER_TYPE=smtp)\r\nFormat: Full Name ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "HoodikDrive - Unraid <htunlogic@gmail.com>"
},
{
"@attributes": {
"Name": "APP_URL",
"Target": "APP_URL",
"Default": "",
"Mode": "",
"Description": "This is the application path as seen from the browser, you should use the URL you will be entering to get to the application, eg. https://hoodik.local",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://drive.hudik.eu"
},
{
"@attributes": {
"Name": "APP_CLIENT_URL",
"Target": "APP_CLIENT_URL",
"Default": "",
"Mode": "",
"Description": "Application client URL, this will in 99.9% of the cases be exactly the same as the APP_URL, but in case you are hosting a separate frontend for this application you can define it to its own address. ",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://drive.hudik.eu"
},
{
"@attributes": {
"Name": "SSL_CERT_FILE",
"Target": "SSL_CERT_FILE",
"Default": "",
"Mode": "",
"Description": "Location of the SSL cert file for the application. If the file doesn't exist, it will be created and filled with a self signed cert. That will only happen if both cert and key files are missing.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SSL_KEY_FILE",
"Target": "SSL_KEY_FILE",
"Default": "",
"Mode": "",
"Description": "Location of the SSL key file for the application. If the file doesn't exist, it will be created and filled with a self signed key. That will only happen if both cert and key files are missing.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "htunlogic's Repository",
"Beta": "true",
"templatePath": "/tmp/GitHub/AppFeed/templates/htunlogicsRepository/template.xml",
"CategoryList": [
"Backup",
"Cloud",
"Security",
"Tools-Utilities"
],
"downloads": 41,
"LastUpdateScan": 1693141155,
"LastUpdate": 1692379876,
"FirstSeen": 1693141155
},
{
"Name": "RIKA2MQTT",
"Repository": "cookiecodedev/rika2mqtt",
@ -288256,8 +288059,8 @@
"HomeAutomation"
],
"downloads": 6,
"LastUpdate": 1693670770,
"LastUpdateScan": 1693746915,
"LastUpdate": 1693670770,
"FirstSeen": 1693746915
},
{
@ -288280,7 +288083,6 @@
"Tools-Utilities",
"Plugins"
],
"LastUpdateScan": 1693746915,
"FirstSeen": 1693746915
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 2091,
"last_updated_timestamp": 1693746916,
"last_updated": "2023-09-03 09:15",
"apps": 2090,
"last_updated_timestamp": 1693749897,
"last_updated": "2023-09-03 10:04",
"categories": [
{
"Cat": "Backup:",
@ -107101,7 +107101,7 @@
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Nvidia-Drivers.xml",
"Repository": "https://raw.githubusercontent.com/ich777/unraid-nvidia-driver/master/nvidia-driver.plg",
"Plugin": true,
"pluginVersion": "2023.08.31",
"pluginVersion": "2023.09.03",
"MinVer": "6.9.0-beta31",
"topPlugin": 46,
"Overview": "This plugin will install all necessary modules and dependencies for your Nvidia Graphcis Card so that you can make use of it in your Docker containers. In the settings/plugins menu you find your UUID of your graphics card(s). You can also choose your preferred version of the Nvidia drivers, by default it will always grab the latest driver version that is availabe for the current Unraid build.\r\nThis plugin satisfies installation prerequisites of the GPU Statistics plugin from Community Apps. With both plugins installed you can display Nvidia GPU utilization on the unRAID Dashboard.\n\nATTENTION: If you plan to pass through your card to a VM don't install this plugin!",
@ -233804,7 +233804,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://vaulthunters.gg",
"Overview": "Vault Hunters 3rd Edition-3.11.2.2 Modded Minecraft Server[br][br][b]Vault Hunters 3rd Edition-3.11.2.2[/b][br]Action RPG in Minecraft! Level up, learn talents and abilities, build a base, build farms collect the 25 artifacts and defeat the final boss![br]Version tags available:[br] - update-4.1[br] - update-4[br] - Update-10.0.0[br] - Update-9.0.3[br] - Update-9.0.2[br] - Update-9.0.1[br] - Update-8.0.3-multi[br] - Update-8.0.3[br] - Update-8.0.2[br] - Update-8.0.1[br] - Update-8.0[br] - Update-7H[br] - Update-7.7[br] - Update-7[br] - Update-6[br] - Update-5[br] - Update7[br] - 3.11.2[br] - 3.11.1[br] - 3.11.0[br] - 3.10.1[br] - 0.0.3[br] - 0.0.1[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"Overview": "Vault Hunters 3rd Edition-3.11.3 Modded Minecraft Server[br][br][b]Vault Hunters 3rd Edition-3.11.3[/b][br]Action RPG in Minecraft! Level up, learn talents and abilities, build a base, build farms collect the 25 artifacts and defeat the final boss![br]Version tags available:[br] - update-4.1[br] - update-4[br] - Update-10.0.0[br] - Update-9.0.3[br] - Update-9.0.2[br] - Update-9.0.1[br] - Update-8.0.3-multi[br] - Update-8.0.3[br] - Update-8.0.2[br] - Update-8.0.1[br] - Update-8.0[br] - Update-7H[br] - Update-7.7[br] - Update-7[br] - Update-6[br] - Update-5[br] - Update7[br] - 3.11.3[br] - 3.11.2[br] - 3.11.1[br] - 3.11.0[br] - 3.10.1[br] - 0.0.3[br] - 0.0.1[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"ExtraSearchTerms": "minecraft",
"Icon": "https://media.forgecdn.net/avatars/651/140/638051446127306822.png",
"Config": [
@ -288075,203 +288075,6 @@
"LastUpdate": 1693664186,
"FirstSeen": 1693706696
},
{
"Name": "Hoodik",
"Repository": "hudik/hoodik:latest",
"Registry": "https://hub.docker.com/r/hudik/hoodik",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/143789-support-hoodik-end-2-end-encrypted-storage-drive/",
"Project": "https://github.com/hudikhq/hoodik",
"Overview": "Hoodik is a lightweight, secure, and self-hosted cloud storage solution. It's designed and built with Rust and Vue, focusing on end-to-end encryption that shields your data from prying eyes and hackers. Hoodik supports file uploading and downloading, making it easy for you to share files with other users. The simple and intuitive web interface makes file management a breeze. Thanks to Rust's focus on speed and performance, your data transfers will be lightning fast.",
"WebUI": "https://[IP]:[PORT:5443]/",
"TemplateURL": "https://raw.githubusercontent.com/hudikhq/hoodik-unraid/master/template.xml",
"Icon": "https://raw.githubusercontent.com/hudikhq/hoodik-unraid/main/images/hoodik.png",
"Config": [
{
"@attributes": {
"Name": "DATA_DIR",
"Target": "/data",
"Default": "/mnt/user/hoodik/",
"Mode": "rw",
"Description": "Maps a location for the data directory of the drive where all the data will be stored.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/hoodik/"
},
{
"@attributes": {
"Name": "PORT",
"Target": "5443",
"Default": "4554",
"Mode": "tcp",
"Description": "Application port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "4554"
},
{
"@attributes": {
"Name": "MAILER_TYPE",
"Target": "MAILER_TYPE",
"Default": "",
"Mode": "",
"Description": "Email sender, currently supported: smtp",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp"
},
{
"@attributes": {
"Name": "SMTP_ADDRESS",
"Target": "SMTP_ADDRESS",
"Default": "smtp.gmail.com",
"Mode": "",
"Description": "Address of the SMTP server (if MAILER_TYPE=smtp)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp.gmail.com"
},
{
"@attributes": {
"Name": "SMTP_USERNAME",
"Target": "SMTP_USERNAME",
"Default": "username@gmail.com",
"Mode": "",
"Description": "Username of the SMTP server (if MAILER_TYPE=smtp)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "htunlogic@gmail.com"
},
{
"@attributes": {
"Name": "SMTP_PASSWORD",
"Target": "SMTP_PASSWORD",
"Default": "GOOGLE-APP-PASSWORD",
"Mode": "",
"Description": "Password of the SMTP server (if MAILER_TYPE=smtp)\r\n\r\nFor Gmail, you will have to use https://myaccount.google.com/u/0/apppasswords",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "wpmmdwcjlswepobh"
},
{
"@attributes": {
"Name": "SMTP_PORT",
"Target": "SMTP_PORT",
"Default": "465",
"Mode": "",
"Description": "Port of the SMTP server (if MAILER_TYPE=smtp)\r\n\r\nNot required, default is automatically set to 465",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "465"
},
{
"@attributes": {
"Name": "SMTP_DEFAULT_FROM",
"Target": "SMTP_DEFAULT_FROM",
"Default": "Your Name ",
"Mode": "",
"Description": "Default FROM sender for emails (if MAILER_TYPE=smtp)\r\nFormat: Full Name ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "HoodikDrive - Unraid <htunlogic@gmail.com>"
},
{
"@attributes": {
"Name": "APP_URL",
"Target": "APP_URL",
"Default": "",
"Mode": "",
"Description": "This is the application path as seen from the browser, you should use the URL you will be entering to get to the application, eg. https://hoodik.local",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://drive.hudik.eu"
},
{
"@attributes": {
"Name": "APP_CLIENT_URL",
"Target": "APP_CLIENT_URL",
"Default": "",
"Mode": "",
"Description": "Application client URL, this will in 99.9% of the cases be exactly the same as the APP_URL, but in case you are hosting a separate frontend for this application you can define it to its own address. ",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://drive.hudik.eu"
},
{
"@attributes": {
"Name": "SSL_CERT_FILE",
"Target": "SSL_CERT_FILE",
"Default": "",
"Mode": "",
"Description": "Location of the SSL cert file for the application. If the file doesn't exist, it will be created and filled with a self signed cert. That will only happen if both cert and key files are missing.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SSL_KEY_FILE",
"Target": "SSL_KEY_FILE",
"Default": "",
"Mode": "",
"Description": "Location of the SSL key file for the application. If the file doesn't exist, it will be created and filled with a self signed key. That will only happen if both cert and key files are missing.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "htunlogic's Repository",
"Beta": "true",
"templatePath": "/tmp/GitHub/AppFeed/templates/htunlogicsRepository/template.xml",
"CategoryList": [
"Backup",
"Cloud",
"Security",
"Tools-Utilities"
],
"downloads": 41,
"LastUpdateScan": 1693141155,
"LastUpdate": 1692379876,
"FirstSeen": 1693141155
},
{
"Name": "RIKA2MQTT",
"Repository": "cookiecodedev/rika2mqtt",
@ -288418,8 +288221,8 @@
"HomeAutomation"
],
"downloads": 6,
"LastUpdate": 1693670770,
"LastUpdateScan": 1693746915,
"LastUpdate": 1693670770,
"FirstSeen": 1693746915
},
{
@ -288442,7 +288245,6 @@
"Tools-Utilities",
"Plugins"
],
"LastUpdateScan": 1693746915,
"FirstSeen": 1693746915
}
],

17
log.txt
View File

@ -3676,6 +3676,15 @@ Downloading rotten-pagoda5238's Repository: https://github.com/cloud-fs/unraid-t
Processing /tmp/appFeed/templates/rotten-pagoda5238sRepository/clouddrive.xml...Success
Downloading sbeex's Repository: https://github.com/sebastienvermeille/unraid-docker-templates -> /tmp/appFeed/templates/sbeexsRepository Attempt 1...https://github.com/sebastienvermeille/unraid-docker-templates/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/sbeexsRepository/rika2mqtt/rika2mqtt.xml...Success
Downloading Rysz's Repository: https://github.com/desertwitch/unraid-plugins -> /tmp/appFeed/templates/RyszsRepository Attempt 1...https://github.com/desertwitch/unraid-plugins/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/RyszsRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/RyszsRepository/nafp.xml... Downloading attempt 1...Success
Updating stats on containers
@ -3683,13 +3692,5 @@ Updating stats on containers
Privileged: 102
No change to feed
Updating GitHub
[master 99debf004] Update
3 files changed, 25 insertions(+), 24 deletions(-)
To https://github.com/Squidly271/AppFeed.git
7db9cc0ef..99debf004 master -> master

View File

@ -287912,5 +287912,375 @@
"LastUpdateScan": 1693706696,
"LastUpdate": 1693664186,
"FirstSeen": 1693706696
},
{
"Name": "Hoodik",
"Repository": "hudik/hoodik:latest",
"Registry": "https://hub.docker.com/r/hudik/hoodik",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/143789-support-hoodik-end-2-end-encrypted-storage-drive/",
"Project": "https://github.com/hudikhq/hoodik",
"Overview": "Hoodik is a lightweight, secure, and self-hosted cloud storage solution. It's designed and built with Rust and Vue, focusing on end-to-end encryption that shields your data from prying eyes and hackers. Hoodik supports file uploading and downloading, making it easy for you to share files with other users. The simple and intuitive web interface makes file management a breeze. Thanks to Rust's focus on speed and performance, your data transfers will be lightning fast.",
"WebUI": "https://[IP]:[PORT:5443]/",
"TemplateURL": "https://raw.githubusercontent.com/hudikhq/hoodik-unraid/master/template.xml",
"Icon": "https://raw.githubusercontent.com/hudikhq/hoodik-unraid/main/images/hoodik.png",
"Config": [
{
"@attributes": {
"Name": "DATA_DIR",
"Target": "/data",
"Default": "/mnt/user/hoodik/",
"Mode": "rw",
"Description": "Maps a location for the data directory of the drive where all the data will be stored.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/hoodik/"
},
{
"@attributes": {
"Name": "PORT",
"Target": "5443",
"Default": "4554",
"Mode": "tcp",
"Description": "Application port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "4554"
},
{
"@attributes": {
"Name": "MAILER_TYPE",
"Target": "MAILER_TYPE",
"Default": "",
"Mode": "",
"Description": "Email sender, currently supported: smtp",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp"
},
{
"@attributes": {
"Name": "SMTP_ADDRESS",
"Target": "SMTP_ADDRESS",
"Default": "smtp.gmail.com",
"Mode": "",
"Description": "Address of the SMTP server (if MAILER_TYPE=smtp)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp.gmail.com"
},
{
"@attributes": {
"Name": "SMTP_USERNAME",
"Target": "SMTP_USERNAME",
"Default": "username@gmail.com",
"Mode": "",
"Description": "Username of the SMTP server (if MAILER_TYPE=smtp)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "htunlogic@gmail.com"
},
{
"@attributes": {
"Name": "SMTP_PASSWORD",
"Target": "SMTP_PASSWORD",
"Default": "GOOGLE-APP-PASSWORD",
"Mode": "",
"Description": "Password of the SMTP server (if MAILER_TYPE=smtp)\r\n\r\nFor Gmail, you will have to use https://myaccount.google.com/u/0/apppasswords",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "wpmmdwcjlswepobh"
},
{
"@attributes": {
"Name": "SMTP_PORT",
"Target": "SMTP_PORT",
"Default": "465",
"Mode": "",
"Description": "Port of the SMTP server (if MAILER_TYPE=smtp)\r\n\r\nNot required, default is automatically set to 465",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "465"
},
{
"@attributes": {
"Name": "SMTP_DEFAULT_FROM",
"Target": "SMTP_DEFAULT_FROM",
"Default": "Your Name ",
"Mode": "",
"Description": "Default FROM sender for emails (if MAILER_TYPE=smtp)\r\nFormat: Full Name ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "HoodikDrive - Unraid <htunlogic@gmail.com>"
},
{
"@attributes": {
"Name": "APP_URL",
"Target": "APP_URL",
"Default": "",
"Mode": "",
"Description": "This is the application path as seen from the browser, you should use the URL you will be entering to get to the application, eg. https://hoodik.local",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://drive.hudik.eu"
},
{
"@attributes": {
"Name": "APP_CLIENT_URL",
"Target": "APP_CLIENT_URL",
"Default": "",
"Mode": "",
"Description": "Application client URL, this will in 99.9% of the cases be exactly the same as the APP_URL, but in case you are hosting a separate frontend for this application you can define it to its own address. ",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "https://drive.hudik.eu"
},
{
"@attributes": {
"Name": "SSL_CERT_FILE",
"Target": "SSL_CERT_FILE",
"Default": "",
"Mode": "",
"Description": "Location of the SSL cert file for the application. If the file doesn't exist, it will be created and filled with a self signed cert. That will only happen if both cert and key files are missing.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SSL_KEY_FILE",
"Target": "SSL_KEY_FILE",
"Default": "",
"Mode": "",
"Description": "Location of the SSL key file for the application. If the file doesn't exist, it will be created and filled with a self signed key. That will only happen if both cert and key files are missing.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "htunlogic's Repository",
"Beta": "true",
"templatePath": "/tmp/GitHub/AppFeed/templates/htunlogicsRepository/template.xml",
"CategoryList": [
"Backup",
"Cloud",
"Security",
"Tools-Utilities"
],
"downloads": 41,
"LastUpdateScan": 1693141155,
"LastUpdate": 1692379876,
"FirstSeen": 1693141155
},
{
"Name": "RIKA2MQTT",
"Repository": "cookiecodedev/rika2mqtt",
"Registry": "https://hub.docker.com/r/cookiecodedev/rika2mqtt",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/144581-support-rika2mqtt/",
"Project": "https://rika2mqtt.cookiecode.dev/",
"Overview": "Rika2Mqtt is a free and opensource bridge enabling end-users to connect their RIKA firenet stove to an MQTT server. \r\n It goes both way so you can monitor and also take control of your stove directly via MQTT.",
"TemplateURL": "https://raw.githubusercontent.com/sebastienvermeille/unraid-docker-templates/master/rika2mqtt/rika2mqtt.xml",
"Icon": "https://raw.githubusercontent.com/sebastienvermeille/unraid-docker-templates/main/images/rika2mqtt-128x128.png",
"Config": [
{
"@attributes": {
"Name": "RIKA Firenet email",
"Target": "RIKA_EMAIL",
"Default": "",
"Mode": "",
"Description": "Your rika-firenet.com account email",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RIKA Firenet password",
"Target": "RIKA_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Your rika-firenet.com account password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT server",
"Target": "MQTT_HOST",
"Default": "",
"Mode": "",
"Description": "The host of your MQTT instance (ip of fqdn)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT port",
"Target": "MQTT_PORT",
"Default": "1883",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1883"
},
{
"@attributes": {
"Name": "MQTT username",
"Target": "MQTT_USERNAME",
"Default": "",
"Mode": "",
"Description": "If your mqtt server allow anonymous access leave empty",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT password",
"Target": "MQTT_PASSWORD",
"Default": "",
"Mode": "",
"Description": "If your mqtt server allow anonymous access leave empty",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT telemetry topic name",
"Target": "MQTT_TELEMETRY_REPORT_TOPIC_NAME",
"Default": "tele/rika2mqtt",
"Mode": "",
"Description": "The topic used by RIKA2MQTT to publish RIKA status",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "tele/rika2mqtt"
},
{
"@attributes": {
"Name": "MQTT command topic name",
"Target": "MQTT_COMMAND_TOPIC_NAME",
"Default": "cmnd/rika2mqtt",
"Mode": "",
"Description": "The topic used to send command to RIKA2MQTT.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "cmnd/rika2mqtt"
},
{
"@attributes": {
"Name": "MQTT URI Scheme",
"Target": "MQTT_URI_SCHEME",
"Default": "tcp://",
"Mode": "",
"Description": "The uri scheme to use to connect to MQTT",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "tcp://"
}
],
"Repo": "sbeex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/sbeexsRepository/rika2mqtt/rika2mqtt.xml",
"CategoryList": [
"HomeAutomation"
],
"downloads": 6,
"LastUpdate": 1693670770,
"LastUpdateScan": 1693746915,
"FirstSeen": 1693746915
},
{
"Plugin": true,
"PluginURL": "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg",
"PluginAuthor": "desertwitch",
"Beta": "true",
"Name": "netatalk - AFP for UNRAID",
"Support": "https://forums.unraid.net/topic/144497-plugin-netatalk-afp-for-unraid-support-topic/",
"Icon": "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.png",
"Repo": "Rysz's Repository",
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nafp.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg",
"ChangeLogPresent": true,
"pluginVersion": "2023.09.02",
"Overview": "A plugin that integrates the legacy AFP file sharing protocol into newer UNRAID versions.",
"templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/nafp.xml",
"CategoryList": [
"Network-Other",
"Tools-Utilities",
"Plugins"
],
"LastUpdateScan": 1693746915,
"FirstSeen": 1693746915
}
]

View File

@ -395,7 +395,7 @@
"min": "6.9.0"
},
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": {
"version": "2023.08.31",
"version": "2023.09.03",
"min": "6.9.0-beta31"
},
"https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg": {

View File

@ -1,5 +1,5 @@
{
"caFixed": 409,
"caFixed": 408,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -1352,7 +1352,6 @@
},
"htunlogic's Repository": {
"hudik/hoodik:latest": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to https://[IP]:[PORT:5443]/",
"Port referenced in webUI does not correspond with a container port defined. Entry changed to https://[IP]:[PORT:5443]/"
]
},