This commit is contained in:
Andrew Z 2024-07-15 10:06:33 -04:00
parent 41f82dcc3e
commit 41146a01b7
2 changed files with 324 additions and 129 deletions

View File

@ -4234,5 +4234,9 @@ Updating stats on containers
Privileged: 103 Privileged: 103
No change to feed
Updating GitHub Updating GitHub

View File

@ -7442,74 +7442,185 @@
"topPerforming": 0.069 "topPerforming": 0.069
}, },
{ {
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/libreoffice.xml",
"Name": "binhex-libreoffice", "Name": "binhex-libreoffice",
"Overview": "LibreOffice is a free and open source office suite, a project of The Document Foundation. It was forked from OpenOffice.org in 2010, which was an open-sourced version of the earlier StarOffice. The LibreOffice suite comprises programs for word processing, the creation and editing of spreadsheets, slideshows, diagrams and drawings, working with databases, and composing mathematical formulae. It is available in 110 languages.",
"Support": "https://forums.lime-technology.com/topic/61110-support-binhex-libreoffice-fresh/",
"ReadMe": "https://github.com/binhex/documentation",
"Registry": "https://registry.hub.docker.com/r/binhex/arch-libreoffice/",
"GitHub": "https://github.com/binhex/arch-libreoffice",
"Repository": "binhex/arch-libreoffice", "Repository": "binhex/arch-libreoffice",
"Project": "https://www.libreoffice.org/download/libreoffice-fresh/", "Registry": "https://github.com/binhex/arch-libreoffice",
"BindTime": "true", "Network": "bridge",
"Privileged": "false", "Privileged": "false",
"Networking": { "Shell": "bash",
"Mode": "bridge", "GitHub": "https://github.com/binhex/arch-libreoffice",
"Publish": { "ReadMe": "https://github.com/binhex/documentation",
"Port": { "Support": "https://forums.unraid.net/topic/61110-support-binhex-libreoffice-fresh/",
"HostPort": "6080", "Project": "https://www.libreoffice.org/download/libreoffice-fresh/",
"ContainerPort": "6080", "Overview": "LibreOffice is a free and open source office suite, a project of The Document Foundation. It was forked from OpenOffice.org in 2010, which was an open-sourced version of the earlier StarOffice. The LibreOffice suite comprises programs for word processing, the creation and editing of spreadsheets, slideshows, diagrams and drawings, working with databases, and composing mathematical formulae. It is available in 110 languages.",
"Protocol": "tcp"
}
}
},
"Environment": {
"Variable": [
{
"Name": "WEBPAGE_TITLE",
"Value": "LibreOffice"
},
{
"Name": "VNC_PASSWORD",
"Value": ""
},
{
"Name": "ENABLE_STARTUP_SCRIPTS",
"Value": "no"
},
{
"Name": "UMASK",
"Value": "000"
},
{
"Name": "PUID",
"Value": "99"
},
{
"Name": "PGID",
"Value": "100"
}
]
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/config",
"ContainerDir": "/config",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/data",
"ContainerDir": "/data",
"Mode": "rw"
}
]
},
"WebUI": "http://[IP]:[PORT:6080]/vnc.html?resize=remote&host=[IP]&port=[PORT:6080]&autoconnect=1", "WebUI": "http://[IP]:[PORT:6080]/vnc.html?resize=remote&host=[IP]&port=[PORT:6080]&autoconnect=1",
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/libreoffice.xml",
"Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/libreoffice-icon.png", "Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/libreoffice-icon.png",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D", "DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4", "DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"ExtraParams": "--security-opt seccomp=unconfined", "Config": [
{
"@attributes": {
"Name": "Port: VNC Interface",
"Target": "5900",
"Default": "5900",
"Mode": "tcp",
"Description": "Specify the port used for VNC client connectivity.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: Web Interface",
"Target": "6080",
"Default": "6080",
"Mode": "tcp",
"Description": "Specify the Web UI port for for the application.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /config",
"Target": "/config",
"Default": "/mnt/user/appdata/libreoffice",
"Mode": "rw",
"Description": "Specify the container path to your configuration files, e.g. databases, configuration files, logs etc.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /data",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "Specify the container path to your downloaded files or user created content.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /shared",
"Target": "/shared",
"Default": "binhex-shared",
"Mode": "rw",
"Description": "This is a special Docker Volume used to store shared information between containers, such as incoming port number.",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: WEBPAGE_TITLE",
"Target": "WEBPAGE_TITLE",
"Default": "LibreOffice",
"Description": "Specify the web title shown for the webpage",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: VNC_PASSWORD",
"Target": "VNC_PASSWORD",
"Default": "",
"Description": "Specify the password to access the Web UI, if blank no password will be prompted.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: ENABLE_STARTUP_SCRIPTS",
"Target": "ENABLE_STARTUP_SCRIPTS",
"Default": "no|yes",
"Description": "Specify whether to run a startup script which can in turn install additional packages.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
"Target": "SHARED_NETWORK",
"Default": "no|yes",
"Description": "Specify whether this container is sharing the network with another VPN container, if set to 'yes' then this container will stop when the VPN container is stopped.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PUID",
"Target": "PUID",
"Default": "99",
"Description": "User ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PGID",
"Target": "PGID",
"Default": "100",
"Description": "Group ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: UMASK",
"Target": "UMASK",
"Default": "000",
"Description": "UMASK for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Binhex's Repository", "Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/libreoffice.xml", "templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/libreoffice.xml",
"CategoryList": [ "CategoryList": [
@ -7553,67 +7664,147 @@
"topPerforming": 0.322 "topPerforming": 0.322
}, },
{ {
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/lidarr.xml",
"Beta": "true",
"Name": "binhex-lidarr", "Name": "binhex-lidarr",
"Overview": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"Support": "https://forums.lime-technology.com/topic/62284-support-binhex-lidarr/",
"ReadMe": "https://github.com/binhex/documentation",
"Registry": "https://registry.hub.docker.com/r/binhex/arch-lidarr/",
"GitHub": "https://github.com/binhex/arch-lidarr",
"Repository": "binhex/arch-lidarr", "Repository": "binhex/arch-lidarr",
"Project": "https://github.com/lidarr/Lidarr", "Registry": "https://github.com/binhex/arch-lidarr",
"BindTime": "true", "Network": "bridge",
"Privileged": "false", "Privileged": "false",
"Networking": { "PrivilegedReq": "false",
"Mode": "bridge", "Shell": "bash",
"Publish": { "GitHub": "https://github.com/binhex/arch-lidarr",
"Port": { "ReadMe": "https://github.com/binhex/documentation",
"HostPort": "8686", "Support": "https://forums.unraid.net/topic/62284-support-binhex-lidarr/",
"ContainerPort": "8686", "Project": "https://github.com/lidarr/Lidarr/",
"Protocol": "tcp" "Overview": "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
} "WebUI": "http://[IP]:[PORT:8686]",
} "TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/lidarr.xml",
},
"Environment": {
"Variable": [
{
"Name": "UMASK",
"Value": "000"
},
{
"Name": "PUID",
"Value": "99"
},
{
"Name": "PGID",
"Value": "100"
}
]
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/config",
"ContainerDir": "/config",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/data",
"ContainerDir": "/data",
"Mode": "rw"
},
{
"HostDir": "/mnt/user",
"ContainerDir": "/media",
"Mode": "rw"
}
]
},
"WebUI": "http://[IP]:[PORT:8686]/",
"Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/lidarr-icon.png", "Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/lidarr-icon.png",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D", "DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4", "DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"Config": [
{
"@attributes": {
"Name": "Port: Web Interface",
"Target": "8686",
"Default": "8686",
"Mode": "tcp",
"Description": "This is the Web UI port for the application.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /config",
"Target": "/config",
"Default": "/mnt/user/appdata/lidarr",
"Mode": "rw",
"Description": "This is the container path to your configuration files, e.g. databases, configuration files, logs etc.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /data",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "This is the container path to your downloaded files or user created content.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /media",
"Target": "/media",
"Default": "",
"Mode": "rw",
"Description": "This is the container path to your media files, e.g. movies, tv, music, pictures etc.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /shared",
"Target": "/shared",
"Default": "binhex-shared",
"Mode": "rw",
"Description": "This is a special Docker Volume used to store shared information between containers, such as incoming port number.",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
"Target": "SHARED_NETWORK",
"Default": "no|yes",
"Description": "Specify whether this container is sharing the network with another VPN container, if set to 'yes' then this container will stop when the VPN container is stopped.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PUID",
"Target": "PUID",
"Default": "99",
"Description": "User ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PGID",
"Target": "PGID",
"Default": "100",
"Description": "Group ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: UMASK",
"Target": "UMASK",
"Default": "000",
"Description": "UMASK for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Binhex's Repository", "Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/lidarr.xml", "templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/lidarr.xml",
"CategoryList": [ "CategoryList": [
@ -176806,7 +176997,6 @@
], ],
"downloads": 81935, "downloads": 81935,
"stars": 7, "stars": 7,
"LastUpdate": 1721035334,
"trending": 11.813, "trending": 11.813,
"trends": [ "trends": [
27.357, 27.357,
@ -176836,6 +177026,7 @@
81935 81935
], ],
"LastUpdateScan": 1721037971, "LastUpdateScan": 1721037971,
"LastUpdate": 1721035334,
"FirstSeen": 1702746338, "FirstSeen": 1702746338,
"topTrending": -15.543999999999999 "topTrending": -15.543999999999999
}, },
@ -185751,7 +185942,6 @@
], ],
"downloads": 5152053, "downloads": 5152053,
"stars": 3, "stars": 3,
"LastUpdate": 1718786334,
"trending": 0.087, "trending": 0.087,
"trends": [ "trends": [
0.042, 0.042,
@ -185773,6 +185963,7 @@
5152053 5152053
], ],
"LastUpdateScan": 1721037971, "LastUpdateScan": 1721037971,
"LastUpdate": 1718786334,
"FirstSeen": 1643807012, "FirstSeen": 1643807012,
"topTrending": 0.04499999999999999 "topTrending": 0.04499999999999999
}, },
@ -186433,7 +186624,6 @@
"Tools-Utilities" "Tools-Utilities"
], ],
"downloads": 24956, "downloads": 24956,
"LastUpdate": 1712218957,
"trending": 3.065, "trending": 3.065,
"trends": [ "trends": [
2.775, 2.775,
@ -186455,6 +186645,7 @@
24956 24956
], ],
"LastUpdateScan": 1721037972, "LastUpdateScan": 1721037972,
"LastUpdate": 1712218957,
"FirstSeen": 1644627798, "FirstSeen": 1644627798,
"topTrending": 0.29000000000000004 "topTrending": 0.29000000000000004
}, },
@ -186591,7 +186782,6 @@
], ],
"downloads": 3174958, "downloads": 3174958,
"stars": 50, "stars": 50,
"LastUpdate": 1718273188,
"trending": 1.559, "trending": 1.559,
"trends": [ "trends": [
1.132, 1.132,
@ -186613,6 +186803,7 @@
3174958 3174958
], ],
"LastUpdateScan": 1721037972, "LastUpdateScan": 1721037972,
"LastUpdate": 1718273188,
"FirstSeen": 1710641000, "FirstSeen": 1710641000,
"topTrending": 0.42700000000000005 "topTrending": 0.42700000000000005
}, },
@ -186793,7 +186984,6 @@
], ],
"downloads": 3174958, "downloads": 3174958,
"stars": 50, "stars": 50,
"LastUpdate": 1718273188,
"trending": 1.559, "trending": 1.559,
"trends": [ "trends": [
1.132, 1.132,
@ -186815,6 +187005,7 @@
3174958 3174958
], ],
"LastUpdateScan": 1721037972, "LastUpdateScan": 1721037972,
"LastUpdate": 1718273188,
"FirstSeen": 1710641005, "FirstSeen": 1710641005,
"topTrending": 0.42700000000000005 "topTrending": 0.42700000000000005
}, },
@ -251223,7 +251414,6 @@
], ],
"downloads": 118595, "downloads": 118595,
"stars": 6, "stars": 6,
"LastUpdate": 1692306717,
"trending": 2.869, "trending": 2.869,
"trends": [ "trends": [
4.691, 4.691,
@ -251245,6 +251435,7 @@
118595 118595
], ],
"LastUpdateScan": 1721037972, "LastUpdateScan": 1721037972,
"LastUpdate": 1692306717,
"FirstSeen": 1710641010, "FirstSeen": 1710641010,
"topTrending": -1.8219999999999996 "topTrending": -1.8219999999999996
}, },
@ -251360,7 +251551,6 @@
], ],
"downloads": 118595, "downloads": 118595,
"stars": 6, "stars": 6,
"LastUpdate": 1692306717,
"trending": 2.869, "trending": 2.869,
"trends": [ "trends": [
4.691, 4.691,
@ -251382,6 +251572,7 @@
118595 118595
], ],
"LastUpdateScan": 1721037972, "LastUpdateScan": 1721037972,
"LastUpdate": 1692306717,
"FirstSeen": 1710641015, "FirstSeen": 1710641015,
"topTrending": -1.8219999999999996 "topTrending": -1.8219999999999996
}, },
@ -251440,7 +251631,6 @@
], ],
"downloads": 198148, "downloads": 198148,
"stars": 2, "stars": 2,
"LastUpdate": 1713806701,
"trending": 8.36, "trending": 8.36,
"trends": [ "trends": [
13.958, 13.958,
@ -251462,6 +251652,7 @@
198148 198148
], ],
"LastUpdateScan": 1721037973, "LastUpdateScan": 1721037973,
"LastUpdate": 1713806701,
"FirstSeen": 1710641021, "FirstSeen": 1710641021,
"topTrending": -5.598000000000001 "topTrending": -5.598000000000001
}, },
@ -251995,8 +252186,8 @@
"Tools-Utilities" "Tools-Utilities"
], ],
"downloads": 102, "downloads": 102,
"LastUpdate": 1710475535,
"LastUpdateScan": 1721037973, "LastUpdateScan": 1721037973,
"LastUpdate": 1710475535,
"FirstSeen": 1710641026 "FirstSeen": 1710641026
}, },
{ {
@ -267045,8 +267236,8 @@
"Productivity" "Productivity"
], ],
"downloads": 258, "downloads": 258,
"LastUpdate": 1707875154,
"LastUpdateScan": 1721037973, "LastUpdateScan": 1721037973,
"LastUpdate": 1707875154,
"FirstSeen": 1707879971 "FirstSeen": 1707879971
}, },
{ {
@ -288086,8 +288277,8 @@
"Backup" "Backup"
], ],
"downloads": 3078, "downloads": 3078,
"LastUpdate": 1720031179,
"LastUpdateScan": 1721037973, "LastUpdateScan": 1721037973,
"LastUpdate": 1720031179,
"FirstSeen": 1705345561 "FirstSeen": 1705345561
}, },
{ {
@ -321915,7 +322106,6 @@
], ],
"downloads": 66619, "downloads": 66619,
"stars": 3, "stars": 3,
"LastUpdate": 1705046929,
"trending": 13.567, "trending": 13.567,
"trends": [ "trends": [
17.834, 17.834,
@ -321940,6 +322130,7 @@
66619 66619
], ],
"LastUpdateScan": 1721037973, "LastUpdateScan": 1721037973,
"LastUpdate": 1705046929,
"FirstSeen": 1707959182, "FirstSeen": 1707959182,
"topTrending": -4.2669999999999995 "topTrending": -4.2669999999999995
}, },
@ -325284,7 +325475,6 @@
], ],
"downloads": 353783, "downloads": 353783,
"stars": 222, "stars": 222,
"LastUpdate": 1718333856,
"trending": 18.788, "trending": 18.788,
"trends": [ "trends": [
60.324, 60.324,
@ -325309,6 +325499,7 @@
353783 353783
], ],
"LastUpdateScan": 1721037973, "LastUpdateScan": 1721037973,
"LastUpdate": 1718333856,
"FirstSeen": 1705359948, "FirstSeen": 1705359948,
"topTrending": -41.536 "topTrending": -41.536
}, },