This commit is contained in:
Andrew Z 2023-01-06 06:04:03 -05:00
parent e6e39f650a
commit faa68ad677
3 changed files with 736 additions and 547 deletions

View File

@ -117857,8 +117857,8 @@
"Network-Other" "Network-Other"
], ],
"downloads": 2, "downloads": 2,
"LastUpdate": 1672998824,
"LastUpdateScan": 1673002779, "LastUpdateScan": 1673002779,
"LastUpdate": 1672998824,
"FirstSeen": 1673002779 "FirstSeen": 1673002779
}, },
{ {
@ -269041,8 +269041,8 @@
], ],
"downloads": 3466617, "downloads": 3466617,
"stars": 5, "stars": 5,
"LastUpdate": 1671389999,
"LastUpdateScan": 1673002779, "LastUpdateScan": 1673002779,
"LastUpdate": 1671389999,
"FirstSeen": 1673002779 "FirstSeen": 1673002779
} }
] ]

791
log.txt

File diff suppressed because it is too large Load Diff

View File

@ -117664,6 +117664,203 @@
"FirstSeen": 1558879780, "FirstSeen": 1558879780,
"topTrending": 0.847 "topTrending": 0.847
}, },
{
"Name": "Tartube",
"Repository": "angelics/unraid-docker-tartube",
"Registry": "https://hub.docker.com/r/angelics/unraid-docker-tartube",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/",
"Overview": "Tartube is a GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders.\n\tIt is written in Python 3 / Gtk 3 and runs on MS Windows, Linux, BSD and MacOS.\n\tbased on jlesage/baseimage-gui:ubuntu-20.04",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/angelics/unraid-docker-template/master/tartube.xml",
"Icon": "https://raw.githubusercontent.com/axcore/tartube/master/icons/ico/tartube_icon.ico",
"Project": "https://github.com/axcore/tartube",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "storage",
"Target": "/storage",
"Default": "/mnt/user/appdata/tartube/storage",
"Mode": "rw",
"Description": "Download location. Container path: /storage",
"Type": "Path",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "config",
"Target": "/config",
"Default": "/mnt/user/appdata/tartube/config",
"Mode": "rw",
"Description": "Config folder. Container path: /config",
"Type": "Path",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "User ID",
"Target": "USER_ID",
"Default": "99",
"Mode": "",
"Description": "ID of the user the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Group ID",
"Target": "GROUP_ID",
"Default": "100",
"Mode": "",
"Description": "ID of the group the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Umask",
"Target": "UMASK",
"Default": "000",
"Mode": "",
"Description": "Mask that controls how file permissions are set for newly created files. The value of the mask is in octal notation.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Niceness (priority)",
"Target": "APP_NICENESS",
"Default": "",
"Mode": "",
"Description": "Priority at which the application should run. A niceness value of -20 is the highest priority and 19 is the lowest priority.<br><b>NOTE:</b> Setting a negative value requires additional permissions. Thus, <i><b>--cap-add=SYS_NICE</b></i> must be added in <i>Extra Parameters</i> (shown when <i>Advanced View</i> is enabled).",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Display Width",
"Target": "DISPLAY_WIDTH",
"Default": "1280",
"Mode": "",
"Description": "Width (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Display Height",
"Target": "DISPLAY_HEIGHT",
"Default": "768",
"Mode": "",
"Description": "Height (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection",
"Target": "SECURE_CONNECTION",
"Default": "0",
"Mode": "",
"Description": "Whether or not an encrypted connection should be used to access the application's GUI. Set to <i><b>1</b></i> to encrypt the connection.<br><span style='color: red;'><b>Note:</b></span> When enabling the secure connection, security parameters needs to be generated. This <b>one-time</b> operation is done during container startup. Depending on your system, this could take a few minutes. GUI of the application won't be available until the operation completes.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Extra x11vnc Options",
"Target": "X11VNC_EXTRA_OPTS",
"Default": "",
"Mode": "",
"Description": "Extra options to pass to the x11vnc server running in the Docker container.<br><span style='color: red;'><b>Warning:</b></span> For advanced users. Do not use unless you know what you are doing.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Port",
"Target": "5800",
"Default": "5802",
"Mode": "tcp",
"Description": "Port used to access the web interface.",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "VNC Port for GUI",
"Target": "5900",
"Default": "5902",
"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": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "josywong's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/josywongsRepository/tartube.xml",
"CategoryList": [
"Network",
"Network-Other"
],
"downloads": 2,
"LastUpdate": 1672998824,
"LastUpdateScan": 1673002779,
"FirstSeen": 1673002779
},
{ {
"Name": "Tixati", "Name": "Tixati",
"Repository": "angelics/unraid-docker-tixati", "Repository": "angelics/unraid-docker-tixati",
@ -208006,6 +208203,7 @@
"topPerforming": 1.298 "topPerforming": 1.298
}, },
{ {
"Beta": "true",
"Name": "Crafty-4", "Name": "Crafty-4",
"Repository": "registry.gitlab.com/crafty-controller/crafty-4:latest", "Repository": "registry.gitlab.com/crafty-controller/crafty-4:latest",
"Registry": "https://registry.hub.docker.com/r/registry.gitlab.com/crafty-controller/crafty-4", "Registry": "https://registry.hub.docker.com/r/registry.gitlab.com/crafty-controller/crafty-4",
@ -208014,24 +208212,9 @@
"Privileged": "false", "Privileged": "false",
"Support": "https://discord.gg/9VJPhCE", "Support": "https://discord.gg/9VJPhCE",
"Project": "https://craftycontrol.com/", "Project": "https://craftycontrol.com/",
"License": "GNU GLP V3",
"Branch": [
{
"Tag": "latest",
"TagDescription": "Latest version of Crafty, which should be used for production purposes as it is the most stable"
},
{
"Tag": "dev",
"TagDescription": "Development version of Crafty, only generally used for testing purposes, because of its less stable nature"
}
],
"Screenshot": [
"https://wiki.craftycontrol.com/uploads/en/crafty%204%20dashboard%20with%20one%20server.jpeg",
"https://wiki.craftycontrol.com/uploads/en/crafty%204%20server%20setup%20details.png"
],
"Overview": "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings a whole host of new features such as Bedrock support. With SteamCMD support on the way!\r\nDefault login Credentrails are username: \"admin\" password: \"crafty\"\r\nCrafty 4 is the successor of Crafty Controller, the Docker image is no longer maintained on DockerHub. (now on GitLab)\r\nFor official support join the Discord: https://discord.gg/9VJPhCE\r\nFor migration from 3.x please refer to the documentation: https://wiki.craftycontrol.com/en/4/", "Overview": "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings a whole host of new features such as Bedrock support. With SteamCMD support on the way!\r\nDefault login Credentrails are username: \"admin\" password: \"crafty\"\r\nCrafty 4 is the successor of Crafty Controller, the Docker image is no longer maintained on DockerHub. (now on GitLab)\r\nFor official support join the Discord: https://discord.gg/9VJPhCE\r\nFor migration from 3.x please refer to the documentation: https://wiki.craftycontrol.com/en/4/",
"WebUI": "https://[IP]:[PORT:8443]/", "WebUI": "https://[IP]:[PORT:8443]/",
"TemplateURL": "https://raw.githubusercontent.com/mrFred-1a4/Freddy0-Crafty-Controller/master/crafty-4.xml", "TemplateURL": "https://gitlab.com/crafty-controller/crafty-4/-/raw/master/docker/unraid.xml",
"Icon": "https://gitlab.com/crafty-controller/crafty-4/-/raw/master/app/frontend/static/assets/images/Crafty_4-0_Logo_square.ico", "Icon": "https://gitlab.com/crafty-controller/crafty-4/-/raw/master/app/frontend/static/assets/images/Crafty_4-0_Logo_square.ico",
"DonateText": "Help to support Crafty on Kofi", "DonateText": "Help to support Crafty on Kofi",
"DonateLink": "https://ko-fi.com/arcadiatech", "DonateLink": "https://ko-fi.com/arcadiatech",
@ -208167,8 +208350,7 @@
} }
], ],
"Repo": "freddy0's Repository", "Repo": "freddy0's Repository",
"Licence": "GNU GLP V3", "templatePath": "/tmp/GitHub/AppFeed/templates/freddy0sRepository/docker/unraid.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/freddy0sRepository/crafty-4.xml",
"CategoryList": [ "CategoryList": [
"GameServers", "GameServers",
"Other" "Other"
@ -208176,135 +208358,6 @@
"LastUpdateScan": 1670735031, "LastUpdateScan": 1670735031,
"FirstSeen": 1655146331 "FirstSeen": 1655146331
}, },
{
"Name": "Joomla",
"Repository": "joomla:latest",
"Registry": "https://hub.docker.com/_/joomla/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/joomla/joomla-cms",
"Overview": "Joomla is a free and open-source content management system (CMS) for publishing web content. It is built on a model\u2013view\u2013controller web application framework that can be used independently of the CMS. Joomla is written in PHP, uses object-oriented programming (OOP) techniques and software design patterns, stores data in a MySQL, MS SQL, or PostgreSQL database, and includes features such as page caching, RSS feeds, printable versions of pages, news flashes, blogs, search, and support for language internationalization.",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/mrFred-1a4/Freddy0-Crafty-Controller/master/joomla.xml",
"Icon": "https://d1q6f0aelx0por.cloudfront.net/product-logos/library-joomla-logo.png",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "mysql database host",
"Target": "JOOMLA_DB_HOST",
"Default": "",
"Mode": "",
"Description": "mysql type database host for your joomla content",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "192.168.178.104:3307"
},
{
"@attributes": {
"Name": "Database user",
"Target": "JOOMLA_DB_USER",
"Default": "root",
"Mode": "",
"Description": "Database user for joomla",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "Joomla"
},
{
"@attributes": {
"Name": "Database password",
"Target": "JOOMLA_DB_PASSWORD",
"Default": "",
"Mode": "",
"Description": "database password",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": "MySql_1a4B00MER"
},
{
"@attributes": {
"Name": "Database Name",
"Target": "JOOMLA_DB_NAME",
"Default": "joomla",
"Mode": "",
"Description": "Name of the joomla database\r\nIf non existing it wil be created on startup, as long as the specified user has rights to do so",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "joomla"
},
{
"@attributes": {
"Name": "Port",
"Target": "80",
"Default": "8080",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8777"
}
],
"Repo": "freddy0's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/freddy0sRepository/joomla.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 80562848,
"stars": 402,
"trending": 0.186,
"trends": [
0.239,
0.173,
0.26,
0.237,
0.29,
0.187,
0.186
],
"trendsDate": [
1657209829,
1659809018,
1662416167,
1665014781,
1667663800,
1670259870,
1672855811
],
"downloadtrend": [
79494437,
79632505,
79839713,
80029717,
80262076,
80412772,
80562848
],
"LastUpdateScan": 1672855811,
"LastUpdate": 1671696997,
"FirstSeen": 1626033789,
"topTrending": -0.05299999999999999,
"topPerforming": 0.186
},
{ {
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/obfs4-bridge/template.xml", "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/obfs4-bridge/template.xml",
"Name": "obfs4-bridge", "Name": "obfs4-bridge",
@ -261767,8 +261820,8 @@
], ],
"downloads": 646, "downloads": 646,
"stars": 2, "stars": 2,
"LastUpdate": 1672626666,
"LastUpdateScan": 1672995856, "LastUpdateScan": 1672995856,
"LastUpdate": 1672626666,
"FirstSeen": 1670396644 "FirstSeen": 1670396644
}, },
{ {
@ -268852,5 +268905,144 @@
"LastUpdateScan": 1672929212, "LastUpdateScan": 1672929212,
"LastUpdate": 1670937891, "LastUpdate": 1670937891,
"FirstSeen": 1672929212 "FirstSeen": 1672929212
},
{
"Name": "whats-up-docker",
"Repository": "fmartinou/whats-up-docker",
"Registry": "https://hub.docker.com/r/fmartinou/whats-up-docker",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/133313-support-alexgreenuk-unraid-docker-templates/",
"Project": "https://github.com/fmartinou/whats-up-docker",
"Overview": "What's up Docker? (aka WUD) WEBUI Included\r\nGets you notified when new versions of your Docker containers are available and lets you react the way you want.\r\n\r\nDepending what you want to do you might have to add your own variables. By default I have included MQTT.\r\n\r\nGood Integration With\r\n\r\n- Home-Assistant\r\n- Prometheus\r\n- Grafana\r\n\r\nMany Supported Triggers\r\n\r\nSend notifications using Smtp, Apprise, IFTTT, Slack, Pushover...\r\nAutomatically update your docker containers or your docker-compose stack.\r\nIntegrate with third-party systems using Kafka, Mqtt, Http Webhooks...\r\n\r\nMany supported registries\r\n\r\n- Azure Container Registry\r\n- AWS Elastic Container Registry\r\n- Google Container Registry\r\n- Github Container Registry\r\n- Docker Hub (public & private repositories)",
"WebUI": "http://[IP]:[PORT:3000]",
"TemplateURL": "https://raw.githubusercontent.com/AlexGreenUK/unraid-templates/master/whats-up-docker/whats-up-docker.xml",
"Icon": "https://i.imgur.com/eIUvk2Y.png",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "Data",
"Target": "/store",
"Default": "/mnt/user/appdata/whats-up-docker",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/whats-up-docker"
},
{
"@attributes": {
"Name": "MQTT Server",
"Target": "WUD_TRIGGER_MQTT_mqtt_URL",
"Default": "",
"Mode": "",
"Description": "Example: mqtt://127.0.0.1:1883",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT Username",
"Target": "WUD_TRIGGER_MQTT_mqtt_USER",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MQTT Password",
"Target": "WUD_TRIGGER_MQTT_mqtt_PASSWORD",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Home Assistant Auto Discovery",
"Target": "WUD_TRIGGER_MQTT_HA_HASS_ENABLED",
"Default": "false",
"Mode": "",
"Description": "If you want to enabled Home Assistant Auto Discovery set this to True",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Home Assistant Auto Discovery Prefix",
"Target": "WUD_TRIGGER_MQTT_HA_HASS_PREFIX",
"Default": "homeassistant",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "homeassistant"
},
{
"@attributes": {
"Name": "/var/run/docker.sock",
"Target": "/var/run/docker.sock",
"Default": "/var/run/docker.sock",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/var/run/docker.sock"
}
],
"Repo": "AlexGreenUK's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/AlexGreenUKsRepository/whats-up-docker/whats-up-docker.xml",
"CategoryList": [
"HomeAutomation",
"Tools-Utilities"
],
"downloads": 3466617,
"stars": 5,
"LastUpdate": 1671389999,
"LastUpdateScan": 1673002779,
"FirstSeen": 1673002779
} }
] ]