This commit is contained in:
Andrew Z 2024-08-31 22:06:53 -04:00
parent 809f51b11f
commit 46a4c6aa02
8 changed files with 752 additions and 728 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1725120397
"last_updated_timestamp": 1725156412
}

View File

@ -6567,20 +6567,23 @@
"Other",
"Tools-Utilities"
],
"downloads": 15907,
"trending": 18.489,
"downloads": 20946,
"LastUpdate": 1724918948,
"trending": 24.057,
"trends": [
18.489
18.489,
24.057
],
"trendsDate": [
1722557191
1722557191,
1725156401
],
"downloadtrend": [
12966,
15907
15907,
20946
],
"LastUpdateScan": 1722557191,
"LastUpdate": 1721461721,
"LastUpdateScan": 1725156401,
"FirstSeen": 1719957986
},
{
@ -8504,8 +8507,8 @@
},
{
"Name": "hoarder",
"Repository": "ghcr.io/hoarder-app/hoarder-web:release",
"Registry": "https://github.com/hoarder-app/hoarder/pkgs/container/hoarder-web",
"Repository": "ghcr.io/hoarder-app/hoarder:release",
"Registry": "https://github.com/hoarder-app/hoarder/pkgs/container/hoarder",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165108-support-collectathon-hoarder/",
@ -8514,7 +8517,7 @@
"WebUI": "http://[IP]:[PORT:3000]",
"Icon": "https://raw.githubusercontent.com/Collectathon/unraid-templates/main/icons/hoarder.png",
"ExtraParams": "--restart unless-stopped",
"Requires": "redis\r<br>browserless\r<br>meilisearch\r<br>hoarder-workers",
"Requires": "browserless\r<br>meilisearch",
"Config": [
{
"@attributes": {
@ -8574,45 +8577,17 @@
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "REDIS_HOST",
"Default": "localhost",
"Mode": "",
"Description": "Redis Address or URL",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis"
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "REDIS_PASSWORD",
"Name": "Browser Address",
"Target": "BROWSER_WEBSOCKET_URL",
"Default": "",
"Mode": "",
"Description": "Redis Password",
"Description": "Browserless websocket URL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Port",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "Redis Port",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "6379"
"value": "ws://localhost:3000?token="
},
{
"@attributes": {
@ -8642,6 +8617,20 @@
},
"value": "masterkeymasterkeymasterkeymasterkey"
},
{
"@attributes": {
"Name": "OpenAI API Key",
"Target": "OPENAI_API_KEY",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Disable Signups",
@ -8669,155 +8658,6 @@
"Mask": "false"
},
"value": "/data"
}
],
"Repo": "Collectathon's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1724458003,
"FirstSeen": 1716666602
},
{
"Name": "hoarder-workers",
"Repository": "ghcr.io/hoarder-app/hoarder-workers:release",
"Registry": "https://github.com/hoarder-app/hoarder/pkgs/container/hoarder-workers",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165108-support-collectathon-hoarder/",
"Project": "https://github.com/hoarder-app/hoarder",
"Overview": "A self-hostable bookmark-everything app with a touch of AI for the data hoarders out there.\r\n\r\nThis is the worker. You will need the Hoarder app which is the server.",
"Icon": "https://raw.githubusercontent.com/Collectathon/unraid-templates/main/icons/hoarder.png",
"ExtraParams": "--restart unless-stopped",
"Requires": "hoarder",
"Config": [
{
"@attributes": {
"Name": "AppData",
"Target": "/data",
"Default": "/mnt/user/appdata/hoarder",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/hoarder"
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "REDIS_HOST",
"Default": "localhost",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis"
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "REDIS_PASSWORD",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Port",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "6379"
},
{
"@attributes": {
"Name": "Browser Address",
"Target": "BROWSER_WEBSOCKET_URL",
"Default": "",
"Mode": "",
"Description": "Browserless websocket URL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "ws://localhost:3000?token="
},
{
"@attributes": {
"Name": "Meilisearch Address (Optional)",
"Target": "MEILI_ADDR",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://localhost:7700"
},
{
"@attributes": {
"Name": "Meilisearch Master Key (Optional)",
"Target": "MEILI_MASTER_KEY",
"Default": "masterkeymasterkeymasterkeymasterkey",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "masterkeymasterkeymasterkeymasterkey"
},
{
"@attributes": {
"Name": "OpenAI API Key",
"Target": "OPENAI_API_KEY",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Internal Data Directory",
"Target": "DATA_DIR",
"Default": "/data",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/data"
},
{
"@attributes": {
@ -8835,13 +8675,13 @@
}
],
"Repo": "Collectathon's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder-workers.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder-workers.xml",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1724458003,
"FirstSeen": 1716666607
"LastUpdateScan": 1725156401,
"FirstSeen": 1725156401
},
{
"Name": "meilisearch",
@ -12410,8 +12250,8 @@
"Tools-Utilities"
],
"downloads": 319,
"LastUpdate": 1725048898,
"LastUpdateScan": 1725120397,
"LastUpdate": 1725048898,
"FirstSeen": 1719921995
},
{
@ -65279,7 +65119,7 @@
"Repo": "jbrodriguez's Repository",
"TemplateURL": "https://raw.githubusercontent.com/jbrodriguez/unraid/master/controlrd.xml",
"Repository": "https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg",
"pluginVersion": "2024.08.30",
"pluginVersion": "2024.08.31a",
"Overview": "controlrd is a companion plugin for the ControlR app.",
"templatePath": "/tmp/GitHub/AppFeed/templates/jbrodriguezsRepository/controlrd.xml",
"CategoryList": [
@ -78718,6 +78558,317 @@
"FirstSeen": 1675544650,
"topTrending": -3.5669999999999993
},
{
"Name": "Xfburn",
"Repository": "jlesage/xfburn",
"Registry": "https://registry.hub.docker.com/r/jlesage/xfburn",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/jlesage/docker-xfburn/issues/new/choose",
"ReadMe": "https://github.com/jlesage/docker-xfburn#readme",
"GitHub": "https://github.com/jlesage/docker-xfburn",
"Overview": "Xfburn is an easy to use burning software. It uses libburn and libisofs as a backend, in difference to most other GUI programs at the moment.\n\nThe GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.\n\nAlso, being based on Alpine Linux, size of this container is very small.\n\nFor a complete documentation of this container, see https://github.com/jlesage/docker-xfburn#readme",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/xfburn.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/xfburn-icon.png",
"Project": "https://docs.xfce.org/apps/xfburn/start",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Config Directory",
"Target": "/config",
"Default": "/mnt/user/appdata/xfburn",
"Mode": "rw",
"Description": "This is where the application stores its configuration, states, log and any files needing persistency.",
"Type": "Path",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/storage",
"Default": "/mnt/user",
"Mode": "ro",
"Description": "This location contains files from your host that need to be accessible to the application.",
"Type": "Path",
"Display": "always-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "User ID",
"Target": "USER_ID",
"Default": "99",
"Mode": "",
"Description": "ID of the user the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Group ID",
"Target": "GROUP_ID",
"Default": "100",
"Mode": "",
"Description": "ID of the group the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Umask",
"Target": "UMASK",
"Default": "0000",
"Mode": "",
"Description": "Mask that controls how file permissions are set for newly created files. The value of the mask is in octal notation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Niceness (priority)",
"Target": "APP_NICENESS",
"Default": "0",
"Mode": "",
"Description": "Priority at which the application should run. A niceness value of -20 is the highest priority and 19 is the lowest priority. NOTE: Setting a negative value requires additional permissions. Thus, \"--cap-add=SYS_NICE\" must be added to Extra Parameters (shown when Advanced View is enabled).",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Display Width",
"Target": "DISPLAY_WIDTH",
"Default": "1920",
"Mode": "",
"Description": "Width (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Display Height",
"Target": "DISPLAY_HEIGHT",
"Default": "1080",
"Mode": "",
"Description": "Height (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Dark Mode",
"Target": "DARK_MODE",
"Default": "0",
"Mode": "",
"Description": "When set to \"1\", dark mode is enabled for the application.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Audio",
"Target": "WEB_AUDIO",
"Default": "0",
"Mode": "",
"Description": "When set to \"1\", audio support is enabled, meaning that any audio produced by the application is played through the browser. Note that audio is not supported for VNC clients.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Authentication",
"Target": "WEB_AUTHENTICATION",
"Default": "0",
"Mode": "",
"Description": "When set to \"1\", the application' GUI is protected via a login page when accessed via a web browser.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Authentication Username",
"Target": "WEB_AUTHENTICATION_USERNAME",
"Default": "",
"Mode": "",
"Description": "Optional username to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Authentication Password",
"Target": "WEB_AUTHENTICATION_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Optional password to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection",
"Target": "SECURE_CONNECTION",
"Default": "0",
"Mode": "",
"Description": "Whether or not an encrypted connection should be used to access the application's GUI. Set to \"1\" to encrypt the connection. NOTE: When enabling the secure connection, security parameters needs to be generated. This one-time operation is done during container startup. Depending on your system, this could take a few minutes. GUI of the application won't be available until the operation completes.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection VNC Method",
"Target": "SECURE_CONNECTION_VNC_METHOD",
"Default": "SSL",
"Mode": "",
"Description": "Method used to perform the secure VNC connection. Possible values are \"SSL\" or \"TLS\".",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection Certificate Check Interval",
"Target": "SECURE_CONNECTION_CERTS_CHECK_INTERVAL",
"Default": "60",
"Mode": "",
"Description": "Interval, in seconds, at which the system verifies if web or VNC certificates have changed. When a change is detected, the affected services are automatically restarted. A value of \"0\" disables the check.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Listening Port (Non-Bridge Network Type)",
"Target": "WEB_LISTENING_PORT",
"Default": "5800",
"Mode": "",
"Description": "Port used by the web server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC Listening Port (Non-Bridge Network Type)",
"Target": "VNC_LISTENING_PORT",
"Default": "5900",
"Mode": "",
"Description": "Port used by the VNC server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Port for GUI (Bridge Network Type)",
"Target": "5800",
"Default": "7829",
"Mode": "tcp",
"Description": "Port to access the application's GUI via the web interface. NOTE: This setting is relevant only when the Network Type is set to \"Bridge\".",
"Type": "Port",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC Port for GUI (Bridge Network Type)",
"Target": "5900",
"Default": "7929",
"Mode": "tcp",
"Description": "Port to access the application's GUI via VNC protocol. Optional if no VNC client is used. NOTE: This setting is relevant only when the Network Type is set to \"Bridge\".",
"Type": "Port",
"Display": "advanced-hide",
"Required": "False",
"Mask": "False"
},
"value": ""
}
],
"Repo": "Djoss' Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/DjossRepository/jlesage/xfburn.xml",
"CategoryList": [
"MediaApp-Other",
"Tools-Utilities"
],
"downloads": 15,
"LastUpdate": 1725128440,
"LastUpdateScan": 1725156407,
"FirstSeen": 1725156407
},
{
"Plugin": true,
"PluginURL": "https://raw.githubusercontent.com/dlandon/active.directory/master/active.directory.plg",
@ -249863,105 +250014,6 @@
"LastUpdate": 1623595126,
"FirstSeen": 1623609315
},
{
"Name": "Deduper",
"Repository": "daman20/deduper",
"Registry": "https://hub.docker.com/repository/docker/daman20/deduper",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/110500-support-daman20-deduper/",
"Project": "https://github.com/daman20/deduper",
"Overview": "Deduper is a Python script bundled into a Docker container that automatically deletes any files with the same content, regardless of name. This is done based off of the SHA512 hash.",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/daman20/ca-xmls/master/deduper.xml",
"Icon": "https://raw.githubusercontent.com/daman20/deduper/master/Deduper%20Logo.png",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Scan Directory",
"Target": "/scan",
"Default": "",
"Mode": "rw",
"Description": "The directory for the program to dedupe.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Media/"
},
{
"@attributes": {
"Name": "WebUI",
"Target": "5800",
"Default": "5800",
"Mode": "tcp",
"Description": "The port of the WebUI",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5800"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/appdata",
"Default": "/mnt/user/appdata/deduper",
"Mode": "rw",
"Description": "For the apps app data (hashes.json)",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/deduper"
}
],
"Repo": "daman12's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/daman12sRepository/deduper.xml",
"CategoryList": [
"Backup"
],
"downloads": 54927,
"trending": 0.051,
"trends": [
0.099,
0.084,
0.058,
0.058,
0.08,
0.056,
0.051
],
"trendsDate": [
1707692768,
1710381978,
1712981171,
1715581089,
1718179576,
1720778796,
1723377980
],
"downloadtrend": [
54714,
54760,
54792,
54824,
54868,
54899,
54927
],
"LastUpdateScan": 1723377980,
"LastUpdate": 1630374024,
"FirstSeen": 1624536589,
"topTrending": -0.04800000000000001
},
{
"Name": "audiobookshelf",
"Repository": "ghcr.io/advplyr/audiobookshelf",
@ -263925,7 +263977,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://www.curseforge.com/minecraft/modpacks/all-the-mods-9",
"Overview": "[b]All the Mods 9-0.3.0[/b][br]ATM9 has over 400 mods loaded and countless quests and a built in proper endgame. Can you craft the ATM Star? Do you dare take on the Gregstar?[br]Version tags available:[br] - 0.3.0[br] - 0.2.61[br] - 0.2.60[br] - 0.2.59[br] - 0.2.58[br] - 0.2.57[br] - 0.2.56[br] - 0.2.55[br] - 0.2.54[br] - 0.2.53[br] - 0.2.52[br] - 0.2.51[br] - 0.2.50[br] - 0.2.49[br] - 0.2.48[br] - 0.2.47[br] - 0.2.46[br] - 0.2.45[br] - 0.2.43[br] - 0.2.42[br] - 0.2.41[br] - 0.2.40[br] - 0.2.39[br] - 0.2.38[br] - 0.2.37[br] - 0.2.36[br] - 0.2.35[br] - 0.2.34[br] - 0.2.33[br] - 0.2.32[br] - 0.2.31[br] - 0.2.29[br] - 0.2.28[br] - 0.2.27[br] - 0.2.25[br] - 0.2.24[br] - 0.2.23[br] - 0.2.22[br] - 0.2.21[br] - 0.2.20[br] - 0.2.19[br] - 0.2.18b[br] - 0.2.18[br] - 0.2.17[br] - 0.2.16[br] - 0.2.15[br] - 0.2.14[br] - 0.2.13[br] - 0.2.12[br] - 0.2.11[br] - 0.2.10[br] - 0.2.9[br] - 0.2.8[br] - 0.2.7[br] - 0.2.6[br] - 0.2.5[br] - 0.2.4[br] - 0.2.3[br] - 0.2.2[br] - 0.2.1[br] - 0.2.0[br] - 0.1.12[br] - 0.1.11[br] - 0.1.10[br] - 0.1.9[br] - 0.1.8[br] - 0.1.7[br] - 0.1.6[br] - 0.1.5[br] - 0.1.4[br] - 0.1.3[br] - 0.1.2[br] - 0.1.1[br] - 0.1.0[br] - 0.0.65[br] - 0.0.64[br] - 0.0.63[br] - 0.0.62[br] - 0.0.61[br] - 0.0.60[br] - 0.0.59[br] - 0.0.58[br] - 0.0.57[br] - 0.0.56[br] - 0.0.55[br] - 0.0.54[br] - 0.0.53[br] - 0.0.52[br] - 0.0.51[br] - 0.0.50[br] - 0.0.49[br] - 0.0.48[br] - 0.0.47[br] - 0.0.46[br] - 0.0.45[br] - 0.0.44[br] - 0.0.43[br] - 0.0.42[br] - 0.0.41[br] - 0.0.40[br] - 0.0.39[br] - 0.0.37[br] - 0.0.36[br] - 0.0.34[br] - 0.0.33[br] - 0.0.32[br] - 0.0.31[br] - 0.0.30[br] - 0.0.29[br] - 0.0.28[br] - 0.0.26[br] - 0.0.25[br] - 0.0.24[br] - 0.0.23[br] - 0.0.22[br] - 0.0.21[br] - 0.0.20[br] - 0.0.19[br] - 0.0.18[br] - 0.0.16[br] - 0.0.15[br] - 0.0.14[br] - 0.0.13[br] - 0.0.12[br] - 0.0.10[br] - 0.0.9[br] - 0.0.7[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": "[b]All the Mods 9-0.3.1[/b][br]ATM9 has over 400 mods loaded and countless quests and a built in proper endgame. Can you craft the ATM Star? Do you dare take on the Gregstar?[br]Version tags available:[br] - 0.3.1[br] - 0.3.0[br] - 0.2.61[br] - 0.2.60[br] - 0.2.59[br] - 0.2.58[br] - 0.2.57[br] - 0.2.56[br] - 0.2.55[br] - 0.2.54[br] - 0.2.53[br] - 0.2.52[br] - 0.2.51[br] - 0.2.50[br] - 0.2.49[br] - 0.2.48[br] - 0.2.47[br] - 0.2.46[br] - 0.2.45[br] - 0.2.43[br] - 0.2.42[br] - 0.2.41[br] - 0.2.40[br] - 0.2.39[br] - 0.2.38[br] - 0.2.37[br] - 0.2.36[br] - 0.2.35[br] - 0.2.34[br] - 0.2.33[br] - 0.2.32[br] - 0.2.31[br] - 0.2.29[br] - 0.2.28[br] - 0.2.27[br] - 0.2.25[br] - 0.2.24[br] - 0.2.23[br] - 0.2.22[br] - 0.2.21[br] - 0.2.20[br] - 0.2.19[br] - 0.2.18b[br] - 0.2.18[br] - 0.2.17[br] - 0.2.16[br] - 0.2.15[br] - 0.2.14[br] - 0.2.13[br] - 0.2.12[br] - 0.2.11[br] - 0.2.10[br] - 0.2.9[br] - 0.2.8[br] - 0.2.7[br] - 0.2.6[br] - 0.2.5[br] - 0.2.4[br] - 0.2.3[br] - 0.2.2[br] - 0.2.1[br] - 0.2.0[br] - 0.1.12[br] - 0.1.11[br] - 0.1.10[br] - 0.1.9[br] - 0.1.8[br] - 0.1.7[br] - 0.1.6[br] - 0.1.5[br] - 0.1.4[br] - 0.1.3[br] - 0.1.2[br] - 0.1.1[br] - 0.1.0[br] - 0.0.65[br] - 0.0.64[br] - 0.0.63[br] - 0.0.62[br] - 0.0.61[br] - 0.0.60[br] - 0.0.59[br] - 0.0.58[br] - 0.0.57[br] - 0.0.56[br] - 0.0.55[br] - 0.0.54[br] - 0.0.53[br] - 0.0.52[br] - 0.0.51[br] - 0.0.50[br] - 0.0.49[br] - 0.0.48[br] - 0.0.47[br] - 0.0.46[br] - 0.0.45[br] - 0.0.44[br] - 0.0.43[br] - 0.0.42[br] - 0.0.41[br] - 0.0.40[br] - 0.0.39[br] - 0.0.37[br] - 0.0.36[br] - 0.0.34[br] - 0.0.33[br] - 0.0.32[br] - 0.0.31[br] - 0.0.30[br] - 0.0.29[br] - 0.0.28[br] - 0.0.26[br] - 0.0.25[br] - 0.0.24[br] - 0.0.23[br] - 0.0.22[br] - 0.0.21[br] - 0.0.20[br] - 0.0.19[br] - 0.0.18[br] - 0.0.16[br] - 0.0.15[br] - 0.0.14[br] - 0.0.13[br] - 0.0.12[br] - 0.0.10[br] - 0.0.9[br] - 0.0.7[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/902/338/638350403793040080.png",
"Config": [

View File

@ -1,7 +1,7 @@
{
"apps": 2422,
"last_updated_timestamp": 1725120397,
"last_updated": "2024-08-31 12:06",
"apps": 2421,
"last_updated_timestamp": 1725156412,
"last_updated": "2024-08-31 22:06",
"categories": [
{
"Cat": "AI:",
@ -6733,20 +6733,23 @@
"Other",
"Tools-Utilities"
],
"downloads": 15907,
"trending": 18.489,
"downloads": 20946,
"LastUpdate": 1724918948,
"trending": 24.057,
"trends": [
18.489
18.489,
24.057
],
"trendsDate": [
1722557191
1722557191,
1725156401
],
"downloadtrend": [
12966,
15907
15907,
20946
],
"LastUpdateScan": 1722557191,
"LastUpdate": 1721461721,
"LastUpdateScan": 1725156401,
"FirstSeen": 1719957986
},
{
@ -8670,8 +8673,8 @@
},
{
"Name": "hoarder",
"Repository": "ghcr.io/hoarder-app/hoarder-web:release",
"Registry": "https://github.com/hoarder-app/hoarder/pkgs/container/hoarder-web",
"Repository": "ghcr.io/hoarder-app/hoarder:release",
"Registry": "https://github.com/hoarder-app/hoarder/pkgs/container/hoarder",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165108-support-collectathon-hoarder/",
@ -8680,7 +8683,7 @@
"WebUI": "http://[IP]:[PORT:3000]",
"Icon": "https://raw.githubusercontent.com/Collectathon/unraid-templates/main/icons/hoarder.png",
"ExtraParams": "--restart unless-stopped",
"Requires": "redis\r<br>browserless\r<br>meilisearch\r<br>hoarder-workers",
"Requires": "browserless\r<br>meilisearch",
"Config": [
{
"@attributes": {
@ -8740,45 +8743,17 @@
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "REDIS_HOST",
"Default": "localhost",
"Mode": "",
"Description": "Redis Address or URL",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis"
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "REDIS_PASSWORD",
"Name": "Browser Address",
"Target": "BROWSER_WEBSOCKET_URL",
"Default": "",
"Mode": "",
"Description": "Redis Password",
"Description": "Browserless websocket URL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Port",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "Redis Port",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "6379"
"value": "ws://localhost:3000?token="
},
{
"@attributes": {
@ -8808,6 +8783,20 @@
},
"value": "masterkeymasterkeymasterkeymasterkey"
},
{
"@attributes": {
"Name": "OpenAI API Key",
"Target": "OPENAI_API_KEY",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Disable Signups",
@ -8835,155 +8824,6 @@
"Mask": "false"
},
"value": "/data"
}
],
"Repo": "Collectathon's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1724458003,
"FirstSeen": 1716666602
},
{
"Name": "hoarder-workers",
"Repository": "ghcr.io/hoarder-app/hoarder-workers:release",
"Registry": "https://github.com/hoarder-app/hoarder/pkgs/container/hoarder-workers",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/165108-support-collectathon-hoarder/",
"Project": "https://github.com/hoarder-app/hoarder",
"Overview": "A self-hostable bookmark-everything app with a touch of AI for the data hoarders out there.\r\n\r\nThis is the worker. You will need the Hoarder app which is the server.",
"Icon": "https://raw.githubusercontent.com/Collectathon/unraid-templates/main/icons/hoarder.png",
"ExtraParams": "--restart unless-stopped",
"Requires": "hoarder",
"Config": [
{
"@attributes": {
"Name": "AppData",
"Target": "/data",
"Default": "/mnt/user/appdata/hoarder",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/hoarder"
},
{
"@attributes": {
"Name": "Redis Host",
"Target": "REDIS_HOST",
"Default": "localhost",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "redis"
},
{
"@attributes": {
"Name": "Redis Password",
"Target": "REDIS_PASSWORD",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis Port",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "6379"
},
{
"@attributes": {
"Name": "Browser Address",
"Target": "BROWSER_WEBSOCKET_URL",
"Default": "",
"Mode": "",
"Description": "Browserless websocket URL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "ws://localhost:3000?token="
},
{
"@attributes": {
"Name": "Meilisearch Address (Optional)",
"Target": "MEILI_ADDR",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://localhost:7700"
},
{
"@attributes": {
"Name": "Meilisearch Master Key (Optional)",
"Target": "MEILI_MASTER_KEY",
"Default": "masterkeymasterkeymasterkeymasterkey",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "masterkeymasterkeymasterkeymasterkey"
},
{
"@attributes": {
"Name": "OpenAI API Key",
"Target": "OPENAI_API_KEY",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Internal Data Directory",
"Target": "DATA_DIR",
"Default": "/data",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "/data"
},
{
"@attributes": {
@ -9001,13 +8841,13 @@
}
],
"Repo": "Collectathon's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder-workers.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder-workers.xml",
"TemplateURL": "https://raw.githubusercontent.com/Collectathon/unraid-templates/master/hoarder.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/CollectathonsRepository/hoarder.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1724458003,
"FirstSeen": 1716666607
"LastUpdateScan": 1725156401,
"FirstSeen": 1725156401
},
{
"Name": "meilisearch",
@ -12576,8 +12416,8 @@
"Tools-Utilities"
],
"downloads": 319,
"LastUpdate": 1725048898,
"LastUpdateScan": 1725120397,
"LastUpdate": 1725048898,
"FirstSeen": 1719921995
},
{
@ -65445,7 +65285,7 @@
"Repo": "jbrodriguez's Repository",
"TemplateURL": "https://raw.githubusercontent.com/jbrodriguez/unraid/master/controlrd.xml",
"Repository": "https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg",
"pluginVersion": "2024.08.30",
"pluginVersion": "2024.08.31a",
"Overview": "controlrd is a companion plugin for the ControlR app.",
"templatePath": "/tmp/GitHub/AppFeed/templates/jbrodriguezsRepository/controlrd.xml",
"CategoryList": [
@ -78884,6 +78724,317 @@
"FirstSeen": 1675544650,
"topTrending": -3.5669999999999993
},
{
"Name": "Xfburn",
"Repository": "jlesage/xfburn",
"Registry": "https://registry.hub.docker.com/r/jlesage/xfburn",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/jlesage/docker-xfburn/issues/new/choose",
"ReadMe": "https://github.com/jlesage/docker-xfburn#readme",
"GitHub": "https://github.com/jlesage/docker-xfburn",
"Overview": "Xfburn is an easy to use burning software. It uses libburn and libisofs as a backend, in difference to most other GUI programs at the moment.\n\nThe GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.\n\nAlso, being based on Alpine Linux, size of this container is very small.\n\nFor a complete documentation of this container, see https://github.com/jlesage/docker-xfburn#readme",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/xfburn.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/xfburn-icon.png",
"Project": "https://docs.xfce.org/apps/xfburn/start",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Config Directory",
"Target": "/config",
"Default": "/mnt/user/appdata/xfburn",
"Mode": "rw",
"Description": "This is where the application stores its configuration, states, log and any files needing persistency.",
"Type": "Path",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/storage",
"Default": "/mnt/user",
"Mode": "ro",
"Description": "This location contains files from your host that need to be accessible to the application.",
"Type": "Path",
"Display": "always-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "User ID",
"Target": "USER_ID",
"Default": "99",
"Mode": "",
"Description": "ID of the user the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Group ID",
"Target": "GROUP_ID",
"Default": "100",
"Mode": "",
"Description": "ID of the group the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Umask",
"Target": "UMASK",
"Default": "0000",
"Mode": "",
"Description": "Mask that controls how file permissions are set for newly created files. The value of the mask is in octal notation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Niceness (priority)",
"Target": "APP_NICENESS",
"Default": "0",
"Mode": "",
"Description": "Priority at which the application should run. A niceness value of -20 is the highest priority and 19 is the lowest priority. NOTE: Setting a negative value requires additional permissions. Thus, \"--cap-add=SYS_NICE\" must be added to Extra Parameters (shown when Advanced View is enabled).",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Display Width",
"Target": "DISPLAY_WIDTH",
"Default": "1920",
"Mode": "",
"Description": "Width (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Display Height",
"Target": "DISPLAY_HEIGHT",
"Default": "1080",
"Mode": "",
"Description": "Height (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Dark Mode",
"Target": "DARK_MODE",
"Default": "0",
"Mode": "",
"Description": "When set to \"1\", dark mode is enabled for the application.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Audio",
"Target": "WEB_AUDIO",
"Default": "0",
"Mode": "",
"Description": "When set to \"1\", audio support is enabled, meaning that any audio produced by the application is played through the browser. Note that audio is not supported for VNC clients.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Authentication",
"Target": "WEB_AUTHENTICATION",
"Default": "0",
"Mode": "",
"Description": "When set to \"1\", the application' GUI is protected via a login page when accessed via a web browser.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Authentication Username",
"Target": "WEB_AUTHENTICATION_USERNAME",
"Default": "",
"Mode": "",
"Description": "Optional username to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Authentication Password",
"Target": "WEB_AUTHENTICATION_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Optional password to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection",
"Target": "SECURE_CONNECTION",
"Default": "0",
"Mode": "",
"Description": "Whether or not an encrypted connection should be used to access the application's GUI. Set to \"1\" to encrypt the connection. NOTE: When enabling the secure connection, security parameters needs to be generated. This one-time operation is done during container startup. Depending on your system, this could take a few minutes. GUI of the application won't be available until the operation completes.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection VNC Method",
"Target": "SECURE_CONNECTION_VNC_METHOD",
"Default": "SSL",
"Mode": "",
"Description": "Method used to perform the secure VNC connection. Possible values are \"SSL\" or \"TLS\".",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection Certificate Check Interval",
"Target": "SECURE_CONNECTION_CERTS_CHECK_INTERVAL",
"Default": "60",
"Mode": "",
"Description": "Interval, in seconds, at which the system verifies if web or VNC certificates have changed. When a change is detected, the affected services are automatically restarted. A value of \"0\" disables the check.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Listening Port (Non-Bridge Network Type)",
"Target": "WEB_LISTENING_PORT",
"Default": "5800",
"Mode": "",
"Description": "Port used by the web server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC Listening Port (Non-Bridge Network Type)",
"Target": "VNC_LISTENING_PORT",
"Default": "5900",
"Mode": "",
"Description": "Port used by the VNC server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Port for GUI (Bridge Network Type)",
"Target": "5800",
"Default": "7829",
"Mode": "tcp",
"Description": "Port to access the application's GUI via the web interface. NOTE: This setting is relevant only when the Network Type is set to \"Bridge\".",
"Type": "Port",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC Port for GUI (Bridge Network Type)",
"Target": "5900",
"Default": "7929",
"Mode": "tcp",
"Description": "Port to access the application's GUI via VNC protocol. Optional if no VNC client is used. NOTE: This setting is relevant only when the Network Type is set to \"Bridge\".",
"Type": "Port",
"Display": "advanced-hide",
"Required": "False",
"Mask": "False"
},
"value": ""
}
],
"Repo": "Djoss' Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/DjossRepository/jlesage/xfburn.xml",
"CategoryList": [
"MediaApp-Other",
"Tools-Utilities"
],
"downloads": 15,
"LastUpdate": 1725128440,
"LastUpdateScan": 1725156407,
"FirstSeen": 1725156407
},
{
"Plugin": true,
"PluginURL": "https://raw.githubusercontent.com/dlandon/active.directory/master/active.directory.plg",
@ -250029,105 +250180,6 @@
"LastUpdate": 1623595126,
"FirstSeen": 1623609315
},
{
"Name": "Deduper",
"Repository": "daman20/deduper",
"Registry": "https://hub.docker.com/repository/docker/daman20/deduper",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/110500-support-daman20-deduper/",
"Project": "https://github.com/daman20/deduper",
"Overview": "Deduper is a Python script bundled into a Docker container that automatically deletes any files with the same content, regardless of name. This is done based off of the SHA512 hash.",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/daman20/ca-xmls/master/deduper.xml",
"Icon": "https://raw.githubusercontent.com/daman20/deduper/master/Deduper%20Logo.png",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Scan Directory",
"Target": "/scan",
"Default": "",
"Mode": "rw",
"Description": "The directory for the program to dedupe.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Media/"
},
{
"@attributes": {
"Name": "WebUI",
"Target": "5800",
"Default": "5800",
"Mode": "tcp",
"Description": "The port of the WebUI",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5800"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/appdata",
"Default": "/mnt/user/appdata/deduper",
"Mode": "rw",
"Description": "For the apps app data (hashes.json)",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/deduper"
}
],
"Repo": "daman12's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/daman12sRepository/deduper.xml",
"CategoryList": [
"Backup"
],
"downloads": 54927,
"trending": 0.051,
"trends": [
0.099,
0.084,
0.058,
0.058,
0.08,
0.056,
0.051
],
"trendsDate": [
1707692768,
1710381978,
1712981171,
1715581089,
1718179576,
1720778796,
1723377980
],
"downloadtrend": [
54714,
54760,
54792,
54824,
54868,
54899,
54927
],
"LastUpdateScan": 1723377980,
"LastUpdate": 1630374024,
"FirstSeen": 1624536589,
"topTrending": -0.04800000000000001
},
{
"Name": "audiobookshelf",
"Repository": "ghcr.io/advplyr/audiobookshelf",
@ -264091,7 +264143,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://www.curseforge.com/minecraft/modpacks/all-the-mods-9",
"Overview": "[b]All the Mods 9-0.3.0[/b][br]ATM9 has over 400 mods loaded and countless quests and a built in proper endgame. Can you craft the ATM Star? Do you dare take on the Gregstar?[br]Version tags available:[br] - 0.3.0[br] - 0.2.61[br] - 0.2.60[br] - 0.2.59[br] - 0.2.58[br] - 0.2.57[br] - 0.2.56[br] - 0.2.55[br] - 0.2.54[br] - 0.2.53[br] - 0.2.52[br] - 0.2.51[br] - 0.2.50[br] - 0.2.49[br] - 0.2.48[br] - 0.2.47[br] - 0.2.46[br] - 0.2.45[br] - 0.2.43[br] - 0.2.42[br] - 0.2.41[br] - 0.2.40[br] - 0.2.39[br] - 0.2.38[br] - 0.2.37[br] - 0.2.36[br] - 0.2.35[br] - 0.2.34[br] - 0.2.33[br] - 0.2.32[br] - 0.2.31[br] - 0.2.29[br] - 0.2.28[br] - 0.2.27[br] - 0.2.25[br] - 0.2.24[br] - 0.2.23[br] - 0.2.22[br] - 0.2.21[br] - 0.2.20[br] - 0.2.19[br] - 0.2.18b[br] - 0.2.18[br] - 0.2.17[br] - 0.2.16[br] - 0.2.15[br] - 0.2.14[br] - 0.2.13[br] - 0.2.12[br] - 0.2.11[br] - 0.2.10[br] - 0.2.9[br] - 0.2.8[br] - 0.2.7[br] - 0.2.6[br] - 0.2.5[br] - 0.2.4[br] - 0.2.3[br] - 0.2.2[br] - 0.2.1[br] - 0.2.0[br] - 0.1.12[br] - 0.1.11[br] - 0.1.10[br] - 0.1.9[br] - 0.1.8[br] - 0.1.7[br] - 0.1.6[br] - 0.1.5[br] - 0.1.4[br] - 0.1.3[br] - 0.1.2[br] - 0.1.1[br] - 0.1.0[br] - 0.0.65[br] - 0.0.64[br] - 0.0.63[br] - 0.0.62[br] - 0.0.61[br] - 0.0.60[br] - 0.0.59[br] - 0.0.58[br] - 0.0.57[br] - 0.0.56[br] - 0.0.55[br] - 0.0.54[br] - 0.0.53[br] - 0.0.52[br] - 0.0.51[br] - 0.0.50[br] - 0.0.49[br] - 0.0.48[br] - 0.0.47[br] - 0.0.46[br] - 0.0.45[br] - 0.0.44[br] - 0.0.43[br] - 0.0.42[br] - 0.0.41[br] - 0.0.40[br] - 0.0.39[br] - 0.0.37[br] - 0.0.36[br] - 0.0.34[br] - 0.0.33[br] - 0.0.32[br] - 0.0.31[br] - 0.0.30[br] - 0.0.29[br] - 0.0.28[br] - 0.0.26[br] - 0.0.25[br] - 0.0.24[br] - 0.0.23[br] - 0.0.22[br] - 0.0.21[br] - 0.0.20[br] - 0.0.19[br] - 0.0.18[br] - 0.0.16[br] - 0.0.15[br] - 0.0.14[br] - 0.0.13[br] - 0.0.12[br] - 0.0.10[br] - 0.0.9[br] - 0.0.7[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": "[b]All the Mods 9-0.3.1[/b][br]ATM9 has over 400 mods loaded and countless quests and a built in proper endgame. Can you craft the ATM Star? Do you dare take on the Gregstar?[br]Version tags available:[br] - 0.3.1[br] - 0.3.0[br] - 0.2.61[br] - 0.2.60[br] - 0.2.59[br] - 0.2.58[br] - 0.2.57[br] - 0.2.56[br] - 0.2.55[br] - 0.2.54[br] - 0.2.53[br] - 0.2.52[br] - 0.2.51[br] - 0.2.50[br] - 0.2.49[br] - 0.2.48[br] - 0.2.47[br] - 0.2.46[br] - 0.2.45[br] - 0.2.43[br] - 0.2.42[br] - 0.2.41[br] - 0.2.40[br] - 0.2.39[br] - 0.2.38[br] - 0.2.37[br] - 0.2.36[br] - 0.2.35[br] - 0.2.34[br] - 0.2.33[br] - 0.2.32[br] - 0.2.31[br] - 0.2.29[br] - 0.2.28[br] - 0.2.27[br] - 0.2.25[br] - 0.2.24[br] - 0.2.23[br] - 0.2.22[br] - 0.2.21[br] - 0.2.20[br] - 0.2.19[br] - 0.2.18b[br] - 0.2.18[br] - 0.2.17[br] - 0.2.16[br] - 0.2.15[br] - 0.2.14[br] - 0.2.13[br] - 0.2.12[br] - 0.2.11[br] - 0.2.10[br] - 0.2.9[br] - 0.2.8[br] - 0.2.7[br] - 0.2.6[br] - 0.2.5[br] - 0.2.4[br] - 0.2.3[br] - 0.2.2[br] - 0.2.1[br] - 0.2.0[br] - 0.1.12[br] - 0.1.11[br] - 0.1.10[br] - 0.1.9[br] - 0.1.8[br] - 0.1.7[br] - 0.1.6[br] - 0.1.5[br] - 0.1.4[br] - 0.1.3[br] - 0.1.2[br] - 0.1.1[br] - 0.1.0[br] - 0.0.65[br] - 0.0.64[br] - 0.0.63[br] - 0.0.62[br] - 0.0.61[br] - 0.0.60[br] - 0.0.59[br] - 0.0.58[br] - 0.0.57[br] - 0.0.56[br] - 0.0.55[br] - 0.0.54[br] - 0.0.53[br] - 0.0.52[br] - 0.0.51[br] - 0.0.50[br] - 0.0.49[br] - 0.0.48[br] - 0.0.47[br] - 0.0.46[br] - 0.0.45[br] - 0.0.44[br] - 0.0.43[br] - 0.0.42[br] - 0.0.41[br] - 0.0.40[br] - 0.0.39[br] - 0.0.37[br] - 0.0.36[br] - 0.0.34[br] - 0.0.33[br] - 0.0.32[br] - 0.0.31[br] - 0.0.30[br] - 0.0.29[br] - 0.0.28[br] - 0.0.26[br] - 0.0.25[br] - 0.0.24[br] - 0.0.23[br] - 0.0.22[br] - 0.0.21[br] - 0.0.20[br] - 0.0.19[br] - 0.0.18[br] - 0.0.16[br] - 0.0.15[br] - 0.0.14[br] - 0.0.13[br] - 0.0.12[br] - 0.0.10[br] - 0.0.9[br] - 0.0.7[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/902/338/638350403793040080.png",
"Config": [

View File

@ -3485,5 +3485,7 @@
"valkey/valkey:8.0-alpine": 1724962019,
"https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg": 1724969210,
"elstensoftware/bliss": 1725005216,
"datpat/ffmpeg:latest": 1725113198
"datpat/ffmpeg:latest": 1725113198,
"ghcr.io/hoarder-app/hoarder:release": 1725156401,
"jlesage/xfburn": 1725156407
}

14
log.txt
View File

@ -194,7 +194,6 @@ Processing /tmp/appFeed/templates/petersemsRepository/posterr/posterr.xml...Succ
Downloading Collectathon's Repository: https://github.com/Collectathon/unraid-templates -> /tmp/appFeed/templates/CollectathonsRepository Attempt 1...https://github.com/Collectathon/unraid-templates/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/CollectathonsRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/CollectathonsRepository/hoarder.xml...Success
Processing /tmp/appFeed/templates/CollectathonsRepository/hoarder-workers.xml...Success
Processing /tmp/appFeed/templates/CollectathonsRepository/meilisearch.xml...Success
@ -897,6 +896,7 @@ Processing /tmp/appFeed/templates/DjossRepository/jlesage/thunderbird.xml...Succ
Processing /tmp/appFeed/templates/DjossRepository/jlesage/tixati.xml...Success
Processing /tmp/appFeed/templates/DjossRepository/jlesage/tsmuxer.xml...Success
Processing /tmp/appFeed/templates/DjossRepository/jlesage/video-duplicate-finder.xml...Success
Processing /tmp/appFeed/templates/DjossRepository/jlesage/xfburn.xml...Success
Downloading dlandon's Repository: https://github.com/dlandon/docker.templates -> /tmp/appFeed/templates/dlandonsRepository Attempt 1...https://github.com/dlandon/docker.templates/archive/master.tar.gz Success!
@ -2617,7 +2617,6 @@ Processing /tmp/appFeed/templates/MarrazRepository/Companion/Companion.xml...Suc
Downloading daman12's Repository: https://github.com/daman20/ca-xmls -> /tmp/appFeed/templates/daman12sRepository Attempt 1...https://github.com/daman20/ca-xmls/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/daman12sRepository/deduper.xml...Success
Processing /tmp/appFeed/templates/daman12sRepository/httrack.xml...Removed from CA
@ -4368,8 +4367,15 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
binhex/arch-fleet
binhex/arch-fleet Downloads: 319 Stars: 0 Base: unknown
mosswill/isaiah
mosswill/isaiah:latest Downloads: 20946 Stars: 0 Base: unknown
Tagged - Can't determine last update
hoarder-app/hoarder
ghcr.io/hoarder-app/hoarder:release Downloads: Stars: Base: unknown
Pulling ghcr.io/hoarder-app/hoarder:release
jlesage/xfburn
jlesage/xfburn Downloads: 15 Stars: 0 Base: unknown
Pulling jlesage/xfburn
Privileged: 104

View File

@ -12409,9 +12409,9 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 234,
"LastUpdateScan": 1722521208,
"LastUpdate": 1722443310,
"downloads": 319,
"LastUpdate": 1725048898,
"LastUpdateScan": 1725120397,
"FirstSeen": 1719921995
},
{
@ -296235,119 +296235,6 @@
"FirstSeen": 1660161819,
"topTrending": -4.946
},
{
"Name": "cross-seed",
"Repository": "crossseed/cross-seed",
"Registry": "https://hub.docker.com/r/mmgoodnow/cross-seed/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/cross-seed/cross-seed/issues?q=is%3Aissue",
"Project": "https://github.com/cross-seed/cross-seed",
"Overview": "Fully-automatic cross-seeding with Jackett\n\nA sample configuration file can be found here: https://github.com/cross-seed/cross-seed/blob/master/src/config.template.docker.cjs\n\nhttps://github.com/cross-seed/cross-seed\nhttps://hub.docker.com/r/mmgoodnow/cross-seed/",
"TemplateURL": "https://raw.githubusercontent.com/LilTrublMakr/ltm-unraid-templates/master/templates/cross-seed.xml",
"Icon": "https://raw.githubusercontent.com/LilTrublMakr/ltm-unraid-templates/master/icons/cross-seed.png",
"PostArgs": "daemon",
"Config": [
{
"@attributes": {
"Name": "config",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Folder where your config file will live. Default config can be found here: https://github.com/cross-seed/cross-seed/blob/master/src/config.template.docker.cjs rebname to config.js.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/cross-seed/"
},
{
"@attributes": {
"Name": "Input",
"Target": "/torrents",
"Default": "",
"Mode": "ro",
"Description": "Folder where your current torrents are located.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Output",
"Target": "/cross-seeds",
"Default": "",
"Mode": "rw",
"Description": "Output/black hole folder",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "port",
"Target": "2468",
"Default": "2468",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "2468"
}
],
"Repo": "LTM's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/LTMsRepository/templates/cross-seed.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 200405,
"stars": 6,
"trending": 5.522,
"trends": [
10.263,
12.527,
10.252,
8.506,
6.577,
6.056,
5.522
],
"trendsDate": [
1707671137,
1710381985,
1712981178,
1715581096,
1718179583,
1720778801,
1723377985
],
"downloadtrend": [
119358,
136451,
152038,
166173,
177872,
189338,
200405
],
"LastUpdateScan": 1723377985,
"LastUpdate": 1723228976,
"FirstSeen": 1660874628,
"topTrending": -4.741,
"topPerforming": 5.522
},
{
"Name": "Odoo15",
"Repository": "odoo:15",
@ -319504,8 +319391,8 @@
"Overview": "this is an ffmpeg that monitors one directory for downloaded video, converts the downloaded file into a target codec (with hwacceleration) and optionally deletes the original file. It is heavily based on linuxserver's ffmpeg but runs constantly looking for new files. This container has no ui but you can find logoutput in the logs of the container.\r\n\r\ncaveats:\r\nif you set qsv, please change the bitrate variable to quality index instead.\r\nif you use nvenc you need to add '--runtime nvidia' to extra Parameters\r\nif you use software encoding, you need to set an encoding library in codec, i.e. libx264 instead of h264\r\nif you use vulkan you need to add the following envvars:\r\nANV: To enable for Intel, set the env var ANV_VIDEO_DECODE=1\r\nRADV: To enable on AMD, set the env var RADV_PERFTEST=video_decode\r\nNVIDIA: To enable on Nvidia, install Nvidia Vulkan Beta drivers on the host per this article:\r\nhttps://lynne.ee/vulkan-video-decoding.html#driver-support\r\n\r\nvulkan is still in it's infancy and I would not recommend using it just yet, but you do you.",
"templatePath": "/tmp/GitHub/AppFeed/templates/jsrksRepository/easy-ffmpeg-autoconvert/easyffmpegautoconvert.xml",
"downloads": 20,
"LastUpdate": 1725109716,
"LastUpdateScan": 1725113198,
"LastUpdate": 1725109716,
"FirstSeen": 1725113198
},
{

View File

@ -274,7 +274,7 @@
"version": "v2024.06.25b"
},
"https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg": {
"version": "2024.08.30"
"version": "2024.08.31a"
},
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": {
"version": "2024.08.14"

View File

@ -91428,21 +91428,24 @@
},
"mosswill/isaiah:latest": {
"Base": null,
"Downloads": 15907,
"Downloads": 20946,
"Stars": null,
"Time": 1722557191,
"trending": 18.489,
"Time": 1725156401,
"trending": 24.057,
"trends": [
18.489
18.489,
24.057
],
"downloadtrend": [
12966,
15907
15907,
20946
],
"trendsDate": [
1722557191
1722557191,
1725156401
],
"LastUpdate": 1721461721
"LastUpdate": 1724918948
},
"binhex/arch-webstorm": {
"Base": null,
@ -92860,5 +92863,27 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1725109716
},
"ghcr.io/hoarder-app/hoarder:release": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1725156401,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"jlesage/xfburn": {
"Base": null,
"Downloads": 15,
"Stars": null,
"Time": 1725156407,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1725128440
}
}