This commit is contained in:
Andrew Z 2021-12-14 06:03:51 -05:00
parent a059b50deb
commit 45b81e9b9a
6 changed files with 1594 additions and 62 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1639472623
"last_updated_timestamp": 1639479829
}

View File

@ -101637,7 +101637,7 @@
"Target": "GAME_ID",
"Default": "",
"Mode": "",
"Description": "The GAME_ID that the container download at startup. If you want to use the Experimental branch from the dedicated server append: ' -beta experimental' to this entry.\r\n(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)",
"Description": "The GAME_ID that the container download at startup.\r\nIf you want to install a static or beta version of the game change the value to: '1690800 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -204041,6 +204041,220 @@
"LastUpdateScan": 1638378221,
"FirstSeen": 1638378221
},
{
"Name": "Blender-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-blender-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and Blender.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the free open-source 3D creation suite Blender.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Blender-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/blender_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage (projects)",
"Target": "/srv/projects",
"Default": "",
"Mode": "rw",
"Description": "Used to share projects with the host.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639475863",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Blender-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos",
"MediaApp-Other"
],
"downloads": 13039,
"LastUpdateScan": 1639479827,
"FirstSeen": 1639479827
},
{
"Name": "Chromium-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-chromium-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and Chromium.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the current Chromium web browser.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Chromium-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/chromium_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639475932",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Chromium-Desktop-G3.xml",
"CategoryList": [
"Tools-Utilities",
"Network-Web"
],
"downloads": 20170,
"LastUpdateScan": 1639479828,
"FirstSeen": 1639479828
},
{
"Name": "Composerize",
"Repository": "icedream/composerize",
@ -204182,6 +204396,207 @@
"LastUpdateScan": 1639271009,
"FirstSeen": 1639271009
},
{
"Name": "Firefox-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-firefox-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and Firefox browser.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the current Firefox web browser.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Firefox-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/firefox_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639475988",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Firefox-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"Network-Web"
],
"downloads": 58200,
"stars": 1,
"LastUpdateScan": 1639479828,
"FirstSeen": 1639479828
},
{
"Name": "FreeCAD-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-freecad-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and FreeCAD.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the free open-source 3D parametric modeler FreeCAD.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/FreeCAD-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/freecad_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639476035",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/FreeCAD-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos"
],
"downloads": 11246,
"LastUpdateScan": 1639479828,
"FirstSeen": 1639479828
},
{
"Name": "Gerbera",
"Repository": "gerbera/gerbera",
@ -204271,6 +204686,106 @@
"LastUpdateScan": 1639393416,
"FirstSeen": 1639393416
},
{
"Name": "GIMP-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-gimp-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-gimp-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and GIMP.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the free open-source bitmap image editor gimp.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/GIMP-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/gimp_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639476081",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/GIMP-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos"
],
"downloads": 11534,
"LastUpdateScan": 1639479828,
"FirstSeen": 1639479828
},
{
"Name": "Gokapi",
"Repository": "f0rc3/gokapi",
@ -204592,6 +205107,106 @@
"LastUpdateScan": 1639271009,
"FirstSeen": 1639271009
},
{
"Name": "Inkscape-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-inkscape-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and Inkscape.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the free open-source vector drawing application Inkscape.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Inkscape-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/inkscape_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639476130",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Inkscape-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos"
],
"downloads": 12007,
"LastUpdateScan": 1639479829,
"FirstSeen": 1639479829
},
{
"Name": "Jellyfin",
"Repository": "jellyfin/jellyfin",
@ -205262,6 +205877,107 @@
"LastUpdateScan": 1638637421,
"FirstSeen": 1638637421
},
{
"Name": "OpenGL-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-opengl-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and OpenGL, WebGL and VirtualGL.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and include Mesa3D libraries and VirtualGL toolkit, supporting OpenGL, OpenGL ES, WebGL and other APIs for 3D graphics. It's also included the OpenGL test applications glxgears, es2gears, es2tri and the OpenGL benchmark glmark2.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/OpenGL-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/3d-modeling_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639476174",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/OpenGL-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos",
"MediaApp-Other"
],
"downloads": 10361,
"LastUpdateScan": 1639479829,
"FirstSeen": 1639479829
},
{
"Name": "OpenKM-CE",
"Repository": "openkm/openkm-ce:6.3.8",
@ -206015,7 +206731,7 @@
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/117195-support-smartphonelover-wireguard-easy/",
"Project": "https://github.com/WeeJeWel/wg-easy",
"Overview": "DESCRIPTION\r\nYou have found the easiest way to install & manage WireGuard on any Linux host!\r\n\r\nFeatures:\r\n\u2022 All-in-one: WireGuard + Web UI\r\n\u2022 Easy installation, simple to use\r\n\u2022 List, create, edit, delete, enable & disable clients\r\n\u2022 Show a client's QR code\r\n\u2022 Download a client's configuration file\r\n\u2022 Statistics for which clients are connected\r\n\u2022 Gravatar support\r\n\r\nNOTES\r\n\u2022 It's just an alternative way to install WireGuard.\r\n\r\nVERSION\r\nv1.0 (2021-12-13)",
"Overview": "DESCRIPTION\r\nYou have found the easiest way to install & manage WireGuard on any Linux host!\r\n\r\nFeatures:\r\n\u2022 All-in-one: WireGuard + Web UI\r\n\u2022 Easy installation, simple to use\r\n\u2022 List, create, edit, delete, enable & disable clients\r\n\u2022 Show a client's QR code\r\n\u2022 Download a client's configuration file\r\n\u2022 Statistics for which clients are connected\r\n\u2022 Gravatar support\r\n\r\nNOTES\r\n\u2022 The default credentials: empty/unraid (user/pass).\r\n\u2022 It's just an alternative way to install WireGuard.\r\n\r\nVERSION\r\nv1.1 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:51821]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/WireGuard-Easy.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/wireguard-easy_200x200.png",

View File

@ -1,7 +1,7 @@
{
"apps": 1477,
"last_updated_timestamp": 1639472623,
"last_updated": "2021-12-14 04:03",
"apps": 1484,
"last_updated_timestamp": 1639479829,
"last_updated": "2021-12-14 06:03",
"categories": [
{
"Cat": "Backup:",
@ -101799,7 +101799,7 @@
"Target": "GAME_ID",
"Default": "",
"Mode": "",
"Description": "The GAME_ID that the container download at startup. If you want to use the Experimental branch from the dedicated server append: ' -beta experimental' to this entry.\r\n(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)",
"Description": "The GAME_ID that the container download at startup.\r\nIf you want to install a static or beta version of the game change the value to: '1690800 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -204203,6 +204203,220 @@
"LastUpdateScan": 1638378221,
"FirstSeen": 1638378221
},
{
"Name": "Blender-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-blender-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and Blender.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the free open-source 3D creation suite Blender.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Blender-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/blender_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Storage (projects)",
"Target": "/srv/projects",
"Default": "",
"Mode": "rw",
"Description": "Used to share projects with the host.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639475863",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Blender-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos",
"MediaApp-Other"
],
"downloads": 13039,
"LastUpdateScan": 1639479827,
"FirstSeen": 1639479827
},
{
"Name": "Chromium-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-chromium-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and Chromium.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the current Chromium web browser.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Chromium-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/chromium_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639475932",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Chromium-Desktop-G3.xml",
"CategoryList": [
"Tools-Utilities",
"Network-Web"
],
"downloads": 20170,
"LastUpdateScan": 1639479828,
"FirstSeen": 1639479828
},
{
"Name": "Composerize",
"Repository": "icedream/composerize",
@ -204344,6 +204558,207 @@
"LastUpdateScan": 1639271009,
"FirstSeen": 1639271009
},
{
"Name": "Firefox-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-firefox-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and Firefox browser.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the current Firefox web browser.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Firefox-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/firefox_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639475988",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Firefox-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"Network-Web"
],
"downloads": 58200,
"stars": 1,
"LastUpdateScan": 1639479828,
"FirstSeen": 1639479828
},
{
"Name": "FreeCAD-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-freecad-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and FreeCAD.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the free open-source 3D parametric modeler FreeCAD.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/FreeCAD-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/freecad_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639476035",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/FreeCAD-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos"
],
"downloads": 11246,
"LastUpdateScan": 1639479828,
"FirstSeen": 1639479828
},
{
"Name": "Gerbera",
"Repository": "gerbera/gerbera",
@ -204433,6 +204848,106 @@
"LastUpdateScan": 1639393416,
"FirstSeen": 1639393416
},
{
"Name": "GIMP-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-gimp-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-gimp-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and GIMP.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the free open-source bitmap image editor gimp.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/GIMP-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/gimp_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639476081",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/GIMP-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos"
],
"downloads": 11534,
"LastUpdateScan": 1639479828,
"FirstSeen": 1639479828
},
{
"Name": "Gokapi",
"Repository": "f0rc3/gokapi",
@ -204754,6 +205269,106 @@
"LastUpdateScan": 1639271009,
"FirstSeen": 1639271009
},
{
"Name": "Inkscape-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-inkscape-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and Inkscape.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and the free open-source vector drawing application Inkscape.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Inkscape-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/inkscape_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639476130",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Inkscape-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos"
],
"downloads": 12007,
"LastUpdateScan": 1639479829,
"FirstSeen": 1639479829
},
{
"Name": "Jellyfin",
"Repository": "jellyfin/jellyfin",
@ -205424,6 +206039,107 @@
"LastUpdateScan": 1638637421,
"FirstSeen": 1638637421
},
{
"Name": "OpenGL-Desktop-G3",
"Repository": "accetto/ubuntu-vnc-xfce-opengl-g3",
"Registry": "https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/117223-support-smartphonelover-xfce-headless-containerized-apps-collection/",
"Project": "https://github.com/accetto/headless-drawing-g3/",
"Overview": "DESCRIPTION\r\nHeadless Ubuntu/Xfce container with VNC/noVNC and OpenGL, WebGL and VirtualGL.\r\nThis is a docker template based on latest Ubuntu LTS with Xfce desktop environment, VNC/noVNC servers for headless use and include Mesa3D libraries and VirtualGL toolkit, supporting OpenGL, OpenGL ES, WebGL and other APIs for 3D graphics. It's also included the OpenGL test applications glxgears, es2gears, es2tri and the OpenGL benchmark glmark2.\r\n\r\nNOTES\r\n\u2022 The default credentials are: no_user/unraid (user/pass). These credentials are also used for the root user within the container (OS).\r\n\u2022 To be able to work with files located on your host, and viceversa, configure the 'Internal Share' path on this template. You can also map internal '/home/user/*' directories to your host.\r\n\u2022 The are two noVNC clients - lite client and full client. Because the connection URL differs slightly in both cases, the container provides a simple startup page.\r\n\u2022 If you want to try the apps based on other OS versions (olders), check the Gen 1 and Gen 2 GitHub repos, so you can build the docker templates for the version you want.\r\n\r\nVERSION\r\n1.0 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:6901]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/OpenGL-Desktop-G3.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/3d-modeling_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "WebUI (VNC)",
"Target": "5901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "5901"
},
{
"@attributes": {
"Name": "WebUI (noVNC)",
"Target": "6901",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "6901"
},
{
"@attributes": {
"Name": "Internal Share",
"Target": "/UNRAID_SHARE",
"Default": "",
"Mode": "rw",
"Description": "Path to a share from your host to be able to work within the container.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC_PW",
"Target": "VNC_PW",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC password.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "unraid"
},
{
"@attributes": {
"Name": "VNC_RESOLUTION",
"Target": "VNC_RESOLUTION",
"Default": "",
"Mode": "",
"Description": "The VNC/noVNC resolution.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1360x768"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1639476174",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/OpenGL-Desktop-G3.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities",
"MediaApp-Photos",
"MediaApp-Other"
],
"downloads": 10361,
"LastUpdateScan": 1639479829,
"FirstSeen": 1639479829
},
{
"Name": "OpenKM-CE",
"Repository": "openkm/openkm-ce:6.3.8",
@ -206177,7 +206893,7 @@
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/117195-support-smartphonelover-wireguard-easy/",
"Project": "https://github.com/WeeJeWel/wg-easy",
"Overview": "DESCRIPTION\r\nYou have found the easiest way to install & manage WireGuard on any Linux host!\r\n\r\nFeatures:\r\n\u2022 All-in-one: WireGuard + Web UI\r\n\u2022 Easy installation, simple to use\r\n\u2022 List, create, edit, delete, enable & disable clients\r\n\u2022 Show a client's QR code\r\n\u2022 Download a client's configuration file\r\n\u2022 Statistics for which clients are connected\r\n\u2022 Gravatar support\r\n\r\nNOTES\r\n\u2022 It's just an alternative way to install WireGuard.\r\n\r\nVERSION\r\nv1.0 (2021-12-13)",
"Overview": "DESCRIPTION\r\nYou have found the easiest way to install & manage WireGuard on any Linux host!\r\n\r\nFeatures:\r\n\u2022 All-in-one: WireGuard + Web UI\r\n\u2022 Easy installation, simple to use\r\n\u2022 List, create, edit, delete, enable & disable clients\r\n\u2022 Show a client's QR code\r\n\u2022 Download a client's configuration file\r\n\u2022 Statistics for which clients are connected\r\n\u2022 Gravatar support\r\n\r\nNOTES\r\n\u2022 The default credentials: empty/unraid (user/pass).\r\n\u2022 It's just an alternative way to install WireGuard.\r\n\r\nVERSION\r\nv1.1 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:51821]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/WireGuard-Easy.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/wireguard-easy_200x200.png",

View File

@ -1932,5 +1932,12 @@
"weejewel/wg-easy": 1639393417,
"gristlabs/grist": 1639426603,
"exadel/compreface:0.6.1-mobilenet-gpu": 1639443824,
"ivaxor/rtcwcoop:1.0.2": 1639458222
"ivaxor/rtcwcoop:1.0.2": 1639458222,
"accetto/ubuntu-vnc-xfce-blender-g3": 1639479827,
"accetto/ubuntu-vnc-xfce-chromium-g3": 1639479828,
"accetto/ubuntu-vnc-xfce-firefox-g3": 1639479828,
"accetto/ubuntu-vnc-xfce-freecad-g3": 1639479828,
"accetto/ubuntu-vnc-xfce-gimp-g3": 1639479828,
"accetto/ubuntu-vnc-xfce-inkscape-g3": 1639479829,
"accetto/ubuntu-vnc-xfce-opengl-g3": 1639479829
}

View File

@ -10440,8 +10440,8 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 3555,
"LastUpdateScan": 1636873402,
"downloads": 3609,
"LastUpdateScan": 1639472622,
"FirstSeen": 1
},
{
@ -92025,9 +92025,9 @@
"MediaApp-Video",
"MediaApp-Music"
],
"downloads": 130287,
"downloads": 161956,
"stars": 3,
"trending": 18.876,
"trending": 19.554,
"trends": [
36.64,
32.705,
@ -92035,7 +92035,8 @@
20.911,
25.925,
22.13,
18.876
18.876,
19.554
],
"trendsDate": [
1621282615,
@ -92044,7 +92045,8 @@
1629079434,
1631678635,
1634277801,
1636873402
1636873402,
1639472622
],
"downloadtrend": [
15496,
@ -92054,12 +92056,13 @@
60967,
82304,
105694,
130287
130287,
161956
],
"LastUpdateScan": 1636873402,
"LastUpdateScan": 1639472622,
"FirstSeen": 1613488286,
"topTrending": -17.764,
"topPerforming": 18.876
"topTrending": -17.086000000000002,
"topPerforming": 19.554
},
{
"Name": "Jenkins",
@ -99031,7 +99034,7 @@
"Target": "GAME_ID",
"Default": "",
"Mode": "",
"Description": "The GAME_ID that the container download at startup.\r\n(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)",
"Description": "The GAME_ID that the container download at startup.\r\nIf you want to install a static or beta version of the game change the value to: '380870 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -99061,7 +99064,7 @@
"Mode": "",
"Description": "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard).",
"Type": "Variable",
"Display": "always-hide",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
@ -99089,7 +99092,7 @@
"Mode": "",
"Description": "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard).",
"Type": "Variable",
"Display": "always-hide",
"Display": "advanced-hide",
"Required": "false",
"Mask": "true"
},
@ -107016,7 +107019,7 @@
"Target": "GAME_ID",
"Default": "",
"Mode": "",
"Description": "The GAME_ID that the container download at startup.\r\n(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)",
"Description": "The GAME_ID that the container downloads at startup.\r\nIf you want to install a static or beta version of the game change the value to: '896660 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -140303,11 +140306,10 @@
"CategoryList": [
"Other"
],
"downloads": 1017468,
"downloads": 1122589,
"stars": 6,
"trending": 10.259,
"trending": 9.364,
"trends": [
43.053,
8.949,
7.141,
13.478,
@ -140319,10 +140321,10 @@
13.432,
10.776,
9.651,
10.259
10.259,
9.364
],
"trendsDate": [
1605676117,
1608275303,
1610874453,
1613473862,
@ -140334,10 +140336,10 @@
1629079434,
1631678635,
1634277802,
1636873403
1636873403,
1639472622
],
"downloadtrend": [
163290,
179340,
193131,
223216,
@ -140349,12 +140351,13 @@
736068,
824964,
913087,
1017468
1017468,
1122589
],
"LastUpdateScan": 1636873403,
"LastUpdateScan": 1639472622,
"FirstSeen": 1600481259,
"topTrending": -32.794,
"topPerforming": 10.259
"topTrending": 0.4150000000000009,
"topPerforming": 9.364
},
{
"Name": "sonarr",
@ -157877,9 +157880,20 @@
"CategoryList": [
"MediaApp-Video"
],
"downloads": 10250,
"downloads": 11658,
"stars": 1,
"LastUpdateScan": 1636873403,
"trending": 12.078,
"trends": [
12.078
],
"trendsDate": [
1639472622
],
"downloadtrend": [
10250,
11658
],
"LastUpdateScan": 1639472622,
"FirstSeen": 1616090572
},
{
@ -182231,9 +182245,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 78326,
"downloads": 78624,
"stars": 3,
"trending": 0.545,
"trending": 0.379,
"trends": [
68.619,
1.098,
@ -182243,7 +182257,8 @@
0.608,
0.616,
0.653,
0.545
0.545,
0.379
],
"trendsDate": [
1616076172,
@ -182254,7 +182269,8 @@
1629079435,
1631678635,
1634277802,
1636873403
1636873403,
1639472623
],
"downloadtrend": [
23255,
@ -182266,11 +182282,12 @@
76913,
77390,
77899,
78326
78326,
78624
],
"LastUpdateScan": 1636873403,
"LastUpdateScan": 1639472623,
"FirstSeen": 1613481065,
"topTrending": -68.074
"topTrending": -68.24
},
{
"Name": "farmOS",
@ -183210,9 +183227,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 1274889,
"downloads": 1310724,
"stars": 2,
"trending": 2.449,
"trending": 2.734,
"trends": [
1.033,
0.423,
@ -183222,7 +183239,8 @@
1.492,
1.127,
2.203,
2.449
2.449,
2.734
],
"trendsDate": [
1616076172,
@ -183233,7 +183251,8 @@
1629079435,
1631678636,
1634277802,
1636873403
1636873403,
1639472623
],
"downloadtrend": [
1130069,
@ -183245,12 +183264,13 @@
1202551,
1216260,
1243661,
1274889
1274889,
1310724
],
"LastUpdateScan": 1636873403,
"LastUpdateScan": 1639472623,
"FirstSeen": 1613481065,
"topTrending": 1.416,
"topPerforming": 2.449
"topTrending": 1.701,
"topPerforming": 2.734
},
{
"Name": "FirefoxSyncserver",
@ -184779,9 +184799,9 @@
"CategoryList": [
"Productivity"
],
"downloads": 649467,
"downloads": 764868,
"stars": 8,
"trending": 19.263,
"trending": 15.088,
"trends": [
50.529,
22.123,
@ -184789,7 +184809,8 @@
37.73,
31.117,
30.43,
19.263
19.263,
15.088
],
"trendsDate": [
1621282617,
@ -184798,7 +184819,8 @@
1629079436,
1631678636,
1634277803,
1636873404
1636873404,
1639472623
],
"downloadtrend": [
33505,
@ -184808,12 +184830,13 @@
251285,
364798,
524363,
649467
649467,
764868
],
"LastUpdateScan": 1636873404,
"LastUpdateScan": 1639472623,
"FirstSeen": 1616068973,
"topTrending": -31.266000000000002,
"topPerforming": 19.263
"topTrending": -35.441,
"topPerforming": 15.088
},
{
"Name": "petio",
@ -204578,7 +204601,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/116683-support-smartphonelover-jellyfin-native-image/",
"Project": "https://github.com/jellyfin/jellyfin",
"Overview": "DESCRIPTION\r\nThis docker template is based on the official Jellyfin image (jellyfin/jellyfin), without modifications. Just in case you wanna try it and compare to the other ones available.\r\n\r\nJellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way.\r\n\r\nJellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest!\r\n\r\nNOTES\r\n\u2022 Native images (this case) not always are the best options. Other ones could have specific modifications that adds some features not yet implemented on the official, for example: 'linuxserver/jellyfin', which supports HW acceleration for installation in other plataforms, like: ARM devices. The final decsion is only yours.\r\n\u2022 It's recommended to set all the library paths to 'Read Only' permission, just for security reasons. But, it's up to you.\r\n\u2022 There are no predefined library paths that must be set to allow Jellyfin to detect media content, and there's no limit for the number of them. The user can create as many paths as libraries it could have to best organize the media.\r\n\r\nVERSION\r\n1.0 (2021-12-01)",
"Overview": "DESCRIPTION\r\nThis docker template is based on the official Jellyfin image (jellyfin/jellyfin), without modifications. Just in case you wanna try it and compare to the other ones available.\r\n\r\nJellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way.\r\n\r\nJellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest!\r\n\r\nNOTES\r\n\u2022 Native images (this case) not always are the best options. Other ones could have specific modifications that adds some features not yet implemented on the official, for example: 'linuxserver/jellyfin', which supports HW acceleration for installation in other plataforms, like: ARM devices. The final decsion is only yours.\r\n\u2022 It's recommended to set all the library paths to 'Read Only' permission, just for security reasons. But, it's up to you.\r\n\u2022 There are no predefined library paths that must be set to allow Jellyfin to detect media content, and there's no limit for the number of them. The user can create as many paths as libraries it could have to best organize the media.\r\n\r\nVERSION\r\n1.1 (2021-12-14)",
"WebUI": "http://[IP]:[PORT:8096]/",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Jellyfin.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/jellyfin_200x200.png",
@ -204668,7 +204691,7 @@
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/jellyfin-2/cache"
"value": "/mnt/user/appdata/jellyfin/cache"
},
{
"@attributes": {
@ -204682,7 +204705,7 @@
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/jellyfin-2/config"
"value": "/mnt/user/appdata/jellyfin/config"
},
{
"@attributes": {

View File

@ -59609,5 +59609,75 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"accetto/ubuntu-vnc-xfce-blender-g3": {
"Base": null,
"Downloads": 13039,
"Stars": null,
"Time": 1639479827,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"accetto/ubuntu-vnc-xfce-chromium-g3": {
"Base": null,
"Downloads": 20170,
"Stars": null,
"Time": 1639479828,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"accetto/ubuntu-vnc-xfce-firefox-g3": {
"Base": null,
"Downloads": 58200,
"Stars": 1,
"Time": 1639479828,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"accetto/ubuntu-vnc-xfce-freecad-g3": {
"Base": null,
"Downloads": 11246,
"Stars": null,
"Time": 1639479828,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"accetto/ubuntu-vnc-xfce-gimp-g3": {
"Base": null,
"Downloads": 11534,
"Stars": null,
"Time": 1639479828,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"accetto/ubuntu-vnc-xfce-inkscape-g3": {
"Base": null,
"Downloads": 12007,
"Stars": null,
"Time": 1639479829,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"accetto/ubuntu-vnc-xfce-opengl-g3": {
"Base": null,
"Downloads": 10361,
"Stars": null,
"Time": 1639479829,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}