This commit is contained in:
Andrew Z 2024-07-22 18:15:17 -04:00
parent 9ba25b59bb
commit b802e97016
2 changed files with 353 additions and 106 deletions

View File

@ -4254,3 +4254,7 @@ Privileged: 103
Updating GitHub
[master 9ba25b59b] Update
4 files changed, 677 insertions(+), 195 deletions(-)
To https://github.com/Squidly271/AppFeed.git
8aa525c14..9ba25b59b master -> master

View File

@ -8510,7 +8510,7 @@
"Target": "8222",
"Default": "8222",
"Mode": "tcp",
"Description": "This is the Web UI port for the application.",
"Description": "This is the Web UI port for the console.",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -8524,7 +8524,7 @@
"Target": "19132",
"Default": "19132",
"Mode": "tcp",
"Description": "This is the Web UI port for the application.",
"Description": "Minecraft Server connection IPv4 (TCP)",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -8538,7 +8538,7 @@
"Target": "19132",
"Default": "19132",
"Mode": "udp",
"Description": "This is the Web UI port for the application.",
"Description": "Minecraft Server connection IPv4 (UDP).",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -8552,7 +8552,7 @@
"Target": "19133",
"Default": "19133",
"Mode": "tcp",
"Description": "This is the Web UI port for the application.",
"Description": "Minecraft Server connection IPv6 (TCP).",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -8566,7 +8566,7 @@
"Target": "19133",
"Default": "19133",
"Mode": "udp",
"Description": "This is the Web UI port for the application.",
"Description": "Minecraft Server connection IPv6 (UDP).",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -8801,113 +8801,329 @@
"topPerforming": 0.759
},
{
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/minecraftserver.xml",
"Name": "binhex-minecraftserver",
"Overview": "Minecraft is a sandbox video game created by Swedish game developer Markus Persson and released by Mojang in 2011. The game allows players to build with a variety of different blocks in a 3D procedurally generated world, requiring creativity from players. Other activities in the game include exploration, resource gathering, crafting, and combat. Multiple game modes that change gameplay are available, including\u2014but not limited to\u2014a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources to build with.",
"Support": "https://forums.unraid.net/topic/84880-support-binhex-minecraftserver/",
"ReadMe": "https://github.com/binhex/documentation",
"Registry": "https://registry.hub.docker.com/r/binhex/arch-minecraftserver/",
"GitHub": "https://github.com/binhex/arch-minecraftserver",
"Repository": "binhex/arch-minecraftserver",
"Project": "https://www.minecraft.net/en-us/download/server/",
"BindTime": "true",
"Registry": "https://github.com/binhex/arch-minecraftserver",
"Network": "bridge",
"Privileged": "false",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "25565",
"ContainerPort": "25565",
"Protocol": "tcp"
},
{
"HostPort": "8222",
"ContainerPort": "8222",
"Protocol": "tcp"
}
]
}
},
"Environment": {
"Variable": [
{
"Name": "CREATE_BACKUP_HOURS",
"Value": "12"
},
{
"Name": "PURGE_BACKUP_DAYS",
"Value": "14"
},
{
"Name": "ENABLE_WEBUI_CONSOLE",
"Value": "yes"
},
{
"Name": "ENABLE_WEBUI_AUTH",
"Value": "yes"
},
{
"Name": "WEBUI_USER",
"Value": "admin"
},
{
"Name": "WEBUI_PASS",
"Value": ""
},
{
"Name": "WEBUI_CONSOLE_TITLE",
"Value": "Minecraft Java"
},
{
"Name": "CUSTOM_JAR_PATH",
"Value": "/config/minecraft/minecraft_server.jar"
},
{
"Name": "JAVA_VERSION",
"Value": "latest"
},
{
"Name": "JAVA_INITIAL_HEAP_SIZE",
"Value": "512M"
},
{
"Name": "JAVA_MAX_HEAP_SIZE",
"Value": "1024M"
},
{
"Name": "JAVA_MAX_THREADS",
"Value": "1"
},
{
"Name": "STARTUP_CMD",
"Value": ""
},
{
"Name": "UMASK",
"Value": "000"
},
{
"Name": "PUID",
"Value": "99"
},
{
"Name": "PGID",
"Value": "100"
}
]
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/config",
"ContainerDir": "/config",
"Mode": "rw"
}
},
"WebUI": "http://[IP]:[PORT:8222]/",
"PrivilegedReq": "false",
"Shell": "bash",
"GitHub": "https://github.com/binhex/arch-minecraftserver",
"ReadMe": "https://github.com/binhex/documentation",
"Support": "https://forums.unraid.net/topic/84880-support-binhex-minecraftserver/",
"Project": "https://www.minecraft.net/en-us/download/server/",
"Overview": "Minecraft is a sandbox video game created by Swedish game developer Markus Persson and released by Mojang in 2011. The game allows players to build with a variety of different blocks in a 3D procedurally generated world, requiring creativity from players. Other activities in the game include exploration, resource gathering, crafting, and combat. Multiple game modes that change gameplay are available, including\u2014but not limited to\u2014a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources to build with.",
"WebUI": "http://[IP]:[PORT:8222]",
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/minecraftserver.xml",
"Icon": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/minecraftserver-icon.png",
"DonateText": "If you appreciate my work, then please consider buying me a beer :D",
"DonateLink": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4",
"Config": [
{
"@attributes": {
"Name": "Port: Web Interface",
"Target": "8222",
"Default": "8222",
"Mode": "tcp",
"Description": "This is the Web UI port for the console.",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: Minecraft Server connection (TCP)",
"Target": "25565",
"Default": "25565",
"Mode": "tcp",
"Description": "Minecraft Server connection (TCP).",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Port: Minecraft Server connection (UDP)",
"Target": "25565",
"Default": "25565",
"Mode": "udp",
"Description": "Minecraft Server connection (UDP).",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /config",
"Target": "/config",
"Default": "/mnt/user/appdata/minecraftbedrockserver",
"Mode": "rw",
"Description": "This is the container path to your configuration files, e.g. databases, configuration files, logs etc.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Path: /shared",
"Target": "/shared",
"Default": "binhex-shared",
"Mode": "rw",
"Description": "This is a special Docker Volume used to store shared information between containers, such as incoming port number.",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: CREATE_BACKUP_HOURS",
"Target": "CREATE_BACKUP_HOURS",
"Default": "12",
"Description": "Specify the hour in 24 hour format to perform the backup.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PURGE_BACKUP_DAYS",
"Target": "PURGE_BACKUP_DAYS",
"Default": "14",
"Description": "Specify the number of days before a backup is considered for purging.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: ENABLE_WEBUI_CONSOLE",
"Target": "ENABLE_WEBUI_CONSOLE",
"Default": "yes|no",
"Description": "Specify whether you want to enable the Web UI console.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: ENABLE_WEBUI_AUTH",
"Target": "ENABLE_WEBUI_AUTH",
"Default": "yes|no",
"Description": "Specify whether you want authentication prompts when connecting to the Web UI console.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: WEBUI_USER",
"Target": "WEBUI_USER",
"Default": "admin",
"Description": "Specify the Web UI username.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: WEBUI_PASS",
"Target": "WEBUI_PASS",
"Default": "",
"Description": "Specify the Web UI password.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: WEBUI_CONSOLE_TITLE",
"Target": "WEBUI_CONSOLE_TITLE",
"Default": "Minecraft Java Server",
"Description": "Specify the Web UI console title.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: CUSTOM_JAR_PATH",
"Target": "CUSTOM_JAR_PATH",
"Default": "/config/minecraft/minecraft_server.jar",
"Description": "Specify the absolute path to custom Jar.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: JAVA_VERSION",
"Target": "JAVA_VERSION",
"Default": "latest|8|11|17",
"Description": "Specify the version of Java Runtime.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: JAVA_INITIAL_HEAP_SIZE",
"Target": "JAVA_INITIAL_HEAP_SIZE",
"Default": "512M",
"Description": "Specify the initial Java Heap size in MB.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: JAVA_MAX_HEAP_SIZE",
"Target": "JAVA_MAX_HEAP_SIZE",
"Default": "1024M",
"Description": "Specify the maximum Java Heap size in MB.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: JAVA_MAX_THREADS",
"Target": "JAVA_MAX_THREADS",
"Default": "1",
"Description": "Specify the maximum number of Java threads.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: JAVA_CUSTOM_ARGS",
"Target": "JAVA_CUSTOM_ARGS",
"Default": "",
"Description": "Specify custom Java arguments.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: STARTUP_CMD",
"Target": "STARTUP_CMD",
"Default": "",
"Description": "Specify the Minecraft command you want to run on startup of the server.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: SHARED_NETWORK",
"Target": "SHARED_NETWORK",
"Default": "no|yes",
"Description": "Specify whether this container is sharing the network with another VPN container, if set to 'yes' then this container will stop when the VPN container is stopped.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PUID",
"Target": "PUID",
"Default": "99",
"Description": "User ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: PGID",
"Target": "PGID",
"Default": "100",
"Description": "Group ID for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Variable: UMASK",
"Target": "UMASK",
"Default": "000",
"Description": "UMASK for the running container",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Binhex's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/BinhexsRepository/binhex/minecraftserver.xml",
"CategoryList": [
@ -212502,6 +212718,33 @@
"templatePath": "/tmp/GitHub/AppFeed/templates/OfficialUnraidRepository/limetech/lang-pt_PT.xml",
"FirstSeen": null
},
{
"LanguageURL": "https://github.com/unraid/lang-sv_SE/archive/master.zip",
"Language": "Swedish",
"LanguageLocal": "Svenska",
"LanguagePack": "sv_SE",
"Author": "Slisk Lindqvist",
"Name": "Svenska spr\u00e5kpaket",
"TemplateURL": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-sv_SE.xml",
"Version": "2024.07.05",
"Icon": "https://raw.githubusercontent.com/unraid/language-templates/master/limetech/Green-Earth-Transparent-File.png",
"Description": "Det h\u00e4r \u00e4r en svensk \u00f6vers\u00e4ttning f\u00f6r Unraid och st\u00f6dda plugins\n\nThis is a Swedish translation for Unraid and supported plugins\n\n\n Note: December 25, 2023 - 1165 missing translations",
"Repo": "Official Unraid Repository",
"RepoShort": "Unraid",
"RepoURL": "https://github.com/unraid/language-templates",
"SwitchLanguage": "Byt till detta spr\u00e5k",
"InstallLanguage": "Installera spr\u00e5kpaket",
"InfoLanguage": "Click for more information",
"disclaimLanguage": "Ansvarsfriskrivning",
"disclaimLine1": "En anteckning om \u00f6vers\u00e4ttningar",
"SupportLanguage": "Support",
"SupportClickLanguage": "Go to the support thread",
"UpdateLanguage": "Uppdatera spr\u00e5kpaket",
"disclaimLineLink": "https://forums.unraid.net/topic/93770-unraid-webgui-translations-disclaimer/",
"Deprecated": "",
"templatePath": "/tmp/GitHub/AppFeed/templates/OfficialUnraidRepository/limetech/lang-sv_SE.xml",
"FirstSeen": null
},
{
"LanguageURL": "https://github.com/unraid/lang-uk_UA/archive/main.zip",
"Language": "Ukrainian",