This commit is contained in:
Andrew Z 2024-03-14 20:07:23 -04:00
parent f63ba6d31c
commit 5a9f64be2e
7 changed files with 450 additions and 17 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1710425302
"last_updated_timestamp": 1710461241
}

View File

@ -131952,6 +131952,216 @@
"topTrending": 0.06,
"topPerforming": 0.106
},
{
"Name": "Imgburn",
"Repository": "ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22",
"Registry": "https://github.com/JWolvers/imgburn-wine-container/pkgs/container/imgburn-wine-container/190926179?tag=main-ubuntu22",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://github.com/JWolvers/imgburn-wine-container/issues",
"Project": "https://github.com/JWolvers/imgburn-wine-container",
"Overview": "This Docker container runs ImgBurn client via WINE, so that you can back up your optical disks with the separation and portability capabilities of Docker on Linux.\r\nIt runs Imgburn and starts a virtual X server and a VNC server with Web GUI, so that you can interact with it.\r\n\r\nThis container needs additional installation steps after running the docker, which can be found here: https://github.com/JWolvers/imgburn-wine-container/?tab=readme-ov-file#installation",
"WebUI": "http://[IP]:[PORT:5800]/",
"Icon": "https://upload.wikimedia.org/wikipedia/en/f/fc/ImgBurn_logo.png",
"ExtraParams": "--init",
"DonateText": "I don't accept donations, please support Imgburn or the upstream developers instead.",
"DonateLink": "https://github.com/sponsors/JonathanTreffler",
"Config": [
{
"@attributes": {
"Name": "Http VNC GUI",
"Target": "5800",
"Default": "5888",
"Mode": "tcp",
"Description": "Port used to access the application's GUI via the web interface.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5888"
},
{
"@attributes": {
"Name": "VNC",
"Target": "5900",
"Default": "5999",
"Mode": "tcp",
"Description": "Port used to access the application's GUI via the VNC protocol. Optional if no VNC client is used.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5999"
},
{
"@attributes": {
"Name": "Encryption",
"Target": "SECURE_CONNECTION",
"Default": "0",
"Mode": "",
"Description": "When set to 1, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section \r\n in the README for more details.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display Width",
"Target": "DISPLAY_WIDTH",
"Default": "900",
"Mode": "",
"Description": "Width (in pixels) of the virtual screen's window.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "900"
},
{
"@attributes": {
"Name": "Display Height",
"Target": "DISPLAY_HEIGHT",
"Default": "700",
"Mode": "",
"Description": "Height (in pixels) of the virtual screen's window.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "700"
},
{
"@attributes": {
"Name": "VNC Password",
"Target": "VNC_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password needed to connect to the application's GUI. See the VNC Password section in the README for more details.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "X11VNC_EXTRA_OPTS",
"Target": "X11VNC_EXTRA_OPTS",
"Default": "",
"Mode": "",
"Description": "Extra options to pass to the x11vnc server running in the Docker container. WARNING: For advanced users. Do not use unless you know what you are doing.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ENABLE_CJK_FONT",
"Target": "ENABLE_CJK_FONT",
"Default": "",
"Mode": "",
"Description": "When set to 1, open-source computer font WenQuanYi Zen Hei is installed. This font contains a large range of Chinese/Japanese/Korean characters.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/drive_d/",
"Default": "/mnt/user/",
"Mode": "rw",
"Description": "This will be exposed to WINE / ImgBurn as drive D",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/"
},
{
"@attributes": {
"Name": "Config",
"Target": "/config",
"Default": "/mnt/cache/appdata/ImgBurn/",
"Mode": "rw",
"Description": "Container Path: /config/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/ImgBurn/"
},
{
"@attributes": {
"Name": "User ID",
"Tareget": "USER_ID",
"Default": "99",
"Description": "When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "Group ID",
"Target": "GROUP_ID",
"Default": "100",
"Description": "When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the Group_ID permissions to the container with this variable.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Clean Temp Directory",
"Target": "CLEAN_TMP_DIR",
"Default": "1",
"Description": "When set to 1, all files in the /tmp directory are deleted during the container startup.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/imgburn.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/imgburn.xml",
"CategoryList": [
"Backup",
"Cloud",
"Network-Other",
"Productivity",
"Tools-Utilities"
],
"LastUpdateScan": 1710461236,
"FirstSeen": 1710461236
},
{
"Name": "invoiceninja",
"Repository": "anojht/invoiceninja",
@ -197080,7 +197290,7 @@
"Author": "\u041e\u043b\u0435\u043a\u0441\u0456\u0439 \u041c\u0438\u0440\u043e\u043d\u044e\u043a",
"Name": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 \u043c\u043e\u0432\u0430",
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-uk_UA.xml",
"Version": "2024.02.20",
"Version": "2024.03.10",
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
"Support": "https://forums.unraid.net/forum/100-ukrainain-%D1%83%D0%BA%D1%80%D0%B0%D1%97%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9//",
"Description": "\u0426\u0435 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0434\u043b\u044f Unraid \u0442\u0430 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0438\u0445 \u043f\u043b\u0430\u0433\u0456\u043d\u0456\u0432.\n\nThis is a Ukrainian translation for Unraid and supported plugins.",
@ -240144,7 +240354,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://www.curseforge.com/minecraft/modpacks/dawn-craft",
"Overview": "DawnCraft - 2.0.1 beta Modded Minecraft Server[br][br][b]DawnCraft - 2.0.1 beta[/b][br]RPG | Exploration | Combat | Questing | Huge Update just dropped![br]Version tags available:[br] - 2.0.1[br] - 2.0[br] - 1.33_f[br] - 1.33[br] - 1.32[br] - 1.31_f[br] - 1.31[br] - 1.30[br] - 1.29_f[br] - 1.28_f2[br] - 1.28_f[br] - 1.28[br] - 1.27_hf[br] - 1.27[br] - 1.26[br] - 1.25[br] - 1.24[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": "DawnCraft - 2.0.2 beta Modded Minecraft Server[br][br][b]DawnCraft - 2.0.2 beta[/b][br]RPG | Exploration | Combat | Questing | Huge Update just dropped![br]Version tags available:[br] - 2.0.2[br] - 2.0.1[br] - 2.0[br] - 1.33_f[br] - 1.33[br] - 1.32[br] - 1.31_f[br] - 1.31[br] - 1.30[br] - 1.29_f[br] - 1.28_f2[br] - 1.28_f[br] - 1.28[br] - 1.27_hf[br] - 1.27[br] - 1.26[br] - 1.25[br] - 1.24[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/961/81/638457067445019871.gif",
"Config": [

View File

@ -1,7 +1,7 @@
{
"apps": 2191,
"last_updated_timestamp": 1710425302,
"last_updated": "2024-03-14 10:08",
"apps": 2192,
"last_updated_timestamp": 1710461241,
"last_updated": "2024-03-14 20:07",
"categories": [
{
"Cat": "AI:",
@ -132118,6 +132118,216 @@
"topTrending": 0.06,
"topPerforming": 0.106
},
{
"Name": "Imgburn",
"Repository": "ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22",
"Registry": "https://github.com/JWolvers/imgburn-wine-container/pkgs/container/imgburn-wine-container/190926179?tag=main-ubuntu22",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://github.com/JWolvers/imgburn-wine-container/issues",
"Project": "https://github.com/JWolvers/imgburn-wine-container",
"Overview": "This Docker container runs ImgBurn client via WINE, so that you can back up your optical disks with the separation and portability capabilities of Docker on Linux.\r\nIt runs Imgburn and starts a virtual X server and a VNC server with Web GUI, so that you can interact with it.\r\n\r\nThis container needs additional installation steps after running the docker, which can be found here: https://github.com/JWolvers/imgburn-wine-container/?tab=readme-ov-file#installation",
"WebUI": "http://[IP]:[PORT:5800]/",
"Icon": "https://upload.wikimedia.org/wikipedia/en/f/fc/ImgBurn_logo.png",
"ExtraParams": "--init",
"DonateText": "I don't accept donations, please support Imgburn or the upstream developers instead.",
"DonateLink": "https://github.com/sponsors/JonathanTreffler",
"Config": [
{
"@attributes": {
"Name": "Http VNC GUI",
"Target": "5800",
"Default": "5888",
"Mode": "tcp",
"Description": "Port used to access the application's GUI via the web interface.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5888"
},
{
"@attributes": {
"Name": "VNC",
"Target": "5900",
"Default": "5999",
"Mode": "tcp",
"Description": "Port used to access the application's GUI via the VNC protocol. Optional if no VNC client is used.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5999"
},
{
"@attributes": {
"Name": "Encryption",
"Target": "SECURE_CONNECTION",
"Default": "0",
"Mode": "",
"Description": "When set to 1, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section \r\n in the README for more details.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display Width",
"Target": "DISPLAY_WIDTH",
"Default": "900",
"Mode": "",
"Description": "Width (in pixels) of the virtual screen's window.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "900"
},
{
"@attributes": {
"Name": "Display Height",
"Target": "DISPLAY_HEIGHT",
"Default": "700",
"Mode": "",
"Description": "Height (in pixels) of the virtual screen's window.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "700"
},
{
"@attributes": {
"Name": "VNC Password",
"Target": "VNC_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password needed to connect to the application's GUI. See the VNC Password section in the README for more details.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "X11VNC_EXTRA_OPTS",
"Target": "X11VNC_EXTRA_OPTS",
"Default": "",
"Mode": "",
"Description": "Extra options to pass to the x11vnc server running in the Docker container. WARNING: For advanced users. Do not use unless you know what you are doing.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ENABLE_CJK_FONT",
"Target": "ENABLE_CJK_FONT",
"Default": "",
"Mode": "",
"Description": "When set to 1, open-source computer font WenQuanYi Zen Hei is installed. This font contains a large range of Chinese/Japanese/Korean characters.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage",
"Target": "/drive_d/",
"Default": "/mnt/user/",
"Mode": "rw",
"Description": "This will be exposed to WINE / ImgBurn as drive D",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/"
},
{
"@attributes": {
"Name": "Config",
"Target": "/config",
"Default": "/mnt/cache/appdata/ImgBurn/",
"Mode": "rw",
"Description": "Container Path: /config/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/ImgBurn/"
},
{
"@attributes": {
"Name": "User ID",
"Tareget": "USER_ID",
"Default": "99",
"Description": "When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "Group ID",
"Target": "GROUP_ID",
"Default": "100",
"Description": "When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the Group_ID permissions to the container with this variable.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Clean Temp Directory",
"Target": "CLEAN_TMP_DIR",
"Default": "1",
"Description": "When set to 1, all files in the /tmp directory are deleted during the container startup.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"RepoShort": "Selfhosters",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/imgburn.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/imgburn.xml",
"CategoryList": [
"Backup",
"Cloud",
"Network-Other",
"Productivity",
"Tools-Utilities"
],
"LastUpdateScan": 1710461236,
"FirstSeen": 1710461236
},
{
"Name": "invoiceninja",
"Repository": "anojht/invoiceninja",
@ -197246,7 +197456,7 @@
"Author": "\u041e\u043b\u0435\u043a\u0441\u0456\u0439 \u041c\u0438\u0440\u043e\u043d\u044e\u043a",
"Name": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 \u043c\u043e\u0432\u0430",
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-uk_UA.xml",
"Version": "2024.02.20",
"Version": "2024.03.10",
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
"Support": "https://forums.unraid.net/forum/100-ukrainain-%D1%83%D0%BA%D1%80%D0%B0%D1%97%D0%BD%D1%81%D1%8C%D0%BA%D0%B8%D0%B9//",
"Description": "\u0426\u0435 \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434 \u0434\u043b\u044f Unraid \u0442\u0430 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0438\u0445 \u043f\u043b\u0430\u0433\u0456\u043d\u0456\u0432.\n\nThis is a Ukrainian translation for Unraid and supported plugins.",
@ -240310,7 +240520,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://www.curseforge.com/minecraft/modpacks/dawn-craft",
"Overview": "DawnCraft - 2.0.1 beta Modded Minecraft Server[br][br][b]DawnCraft - 2.0.1 beta[/b][br]RPG | Exploration | Combat | Questing | Huge Update just dropped![br]Version tags available:[br] - 2.0.1[br] - 2.0[br] - 1.33_f[br] - 1.33[br] - 1.32[br] - 1.31_f[br] - 1.31[br] - 1.30[br] - 1.29_f[br] - 1.28_f2[br] - 1.28_f[br] - 1.28[br] - 1.27_hf[br] - 1.27[br] - 1.26[br] - 1.25[br] - 1.24[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": "DawnCraft - 2.0.2 beta Modded Minecraft Server[br][br][b]DawnCraft - 2.0.2 beta[/b][br]RPG | Exploration | Combat | Questing | Huge Update just dropped![br]Version tags available:[br] - 2.0.2[br] - 2.0.1[br] - 2.0[br] - 1.33_f[br] - 1.33[br] - 1.32[br] - 1.31_f[br] - 1.31[br] - 1.30[br] - 1.29_f[br] - 1.28_f2[br] - 1.28_f[br] - 1.28[br] - 1.27_hf[br] - 1.27[br] - 1.26[br] - 1.25[br] - 1.24[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/961/81/638457067445019871.gif",
"Config": [

View File

@ -3214,5 +3214,6 @@
"public.ecr.aws/zinclabs/openobserve:latest": 1710187583,
"registry.phospher.com/brianmiller/mbbsemu:latest": 1710187588,
"postgres:alpine": 1710374872,
"zurdi15/romm:2.3.1": 1710403562
"zurdi15/romm:2.3.1": 1710403562,
"ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22": 1710461236
}

12
log.txt
View File

@ -1301,6 +1301,7 @@ Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/h
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/huginn.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/idrac-fan-controller.xml...Removed from CA
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/idrac6.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/imgburn.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/invoiceninja.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/jenkins.xml...Success
Processing /tmp/appFeed/templates/SelfhostersUnraidDiscordRepository/templates/jira-software.xml...Success
@ -4017,15 +4018,12 @@ Processing /tmp/appFeed/templates/davidzwasRepository/fdm-monster.xml...Success
Updating stats on containers
Tagged - Can't determine last update
jwolvers/imgburn-wine-container
ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22 Downloads: Stars: Base: unknown
Pulling
Privileged: 102
No change to feed
Updating GitHub
[master f3f4a67a1] Update
1 file changed, 30 deletions(-)
fatal: could not read Username for 'https://github.com': No such device or address

View File

@ -85542,5 +85542,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1710356047
},
"ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1710461236,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 453,
"caFixed": 454,
"fixedTemplates": {
"pducharme's Repository": {
"pducharme/unifi": [
@ -710,6 +710,9 @@
"No Icon specified within the application template",
"No Support or Project Link Present. Template automatically dropped from CA"
],
"ghcr.io/jwolvers/imgburn-wine-container:main-ubuntu22": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:5800]/"
],
"jalle19/node-ffmpeg-mpegts-proxy": [
"No category entry present",
"No Icon specified within the application template"