This commit is contained in:
Andrew Z 2022-11-11 14:04:00 -05:00
parent 7cb4f7503e
commit d85ede895f
5 changed files with 100 additions and 13 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1668186228
"last_updated_timestamp": 1668193438
}

View File

@ -103336,7 +103336,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1668186228,
"FirstSeen": 1626602584
},
{
@ -109795,7 +109794,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1668186228,
"FirstSeen": 1642201440
},
{
@ -248398,7 +248396,7 @@
"Project": "https://feed-the-beast.com/modpacks/100-ftb-stoneblock-3",
"Overview": "Docker Container for FTB Presents Stoneblock 3 Minecraft Modpack\r\n\r\nThe docker on first run will download the same version as tagged of FTB Presents Stoneblock 3 and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish.\r\n\r\nAfter the first run it will simply start the server.",
"TemplateURL": "https://raw.githubusercontent.com/Ratomas/CA_XML/master/stoneblock-3.xml",
"Icon": "https://github.com/Ratomas/stoneblock-3/blob/master/stoneblock-3.png?raw=true",
"Icon": "https://github.com/Ratomas/stoneblock-3/blob/main/stoneblock-3.png?raw=true",
"Config": [
{
"@attributes": {
@ -248474,8 +248472,8 @@
"GameServers"
],
"downloads": 1,
"LastUpdate": 1668183247,
"LastUpdateScan": 1668186228,
"LastUpdate": 1668183247,
"FirstSeen": 1668186228
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1879,
"last_updated_timestamp": 1668186228,
"last_updated": "2022-11-11 12:03",
"last_updated_timestamp": 1668193438,
"last_updated": "2022-11-11 14:03",
"categories": [
{
"Cat": "Backup:",
@ -103498,7 +103498,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1668186228,
"FirstSeen": 1626602584
},
{
@ -109957,7 +109956,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1668186228,
"FirstSeen": 1642201440
},
{
@ -248560,7 +248558,7 @@
"Project": "https://feed-the-beast.com/modpacks/100-ftb-stoneblock-3",
"Overview": "Docker Container for FTB Presents Stoneblock 3 Minecraft Modpack\r\n\r\nThe docker on first run will download the same version as tagged of FTB Presents Stoneblock 3 and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish.\r\n\r\nAfter the first run it will simply start the server.",
"TemplateURL": "https://raw.githubusercontent.com/Ratomas/CA_XML/master/stoneblock-3.xml",
"Icon": "https://github.com/Ratomas/stoneblock-3/blob/master/stoneblock-3.png?raw=true",
"Icon": "https://github.com/Ratomas/stoneblock-3/blob/main/stoneblock-3.png?raw=true",
"Config": [
{
"@attributes": {
@ -248636,8 +248634,8 @@
"GameServers"
],
"downloads": 1,
"LastUpdate": 1668183247,
"LastUpdateScan": 1668186228,
"LastUpdate": 1668183247,
"FirstSeen": 1668186228
},
{

View File

@ -3214,8 +3214,6 @@ Processing /tmp/appFeed/templates/emptyfishsRepository/bytemark-smtp/bytemark-sm
Updating stats on containers
ratomas/stoneblock-3
ratomas/stoneblock-3 Downloads: 1 Stars: 0 Base: unknown
Privileged: 105

View File

@ -103336,6 +103336,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1668186228,
"FirstSeen": 1626602584
},
{
@ -109794,6 +109795,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1668186228,
"FirstSeen": 1642201440
},
{
@ -248385,6 +248387,97 @@
"LastUpdate": 1651362977,
"FirstSeen": 1654679697
},
{
"Name": "Stoneblock-3",
"Repository": "ratomas/stoneblock-3",
"Registry": "https://hub.docker.com/r/ratomas/stoneblock-3",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/Ratomas/stoneblock-3/issues",
"Project": "https://feed-the-beast.com/modpacks/100-ftb-stoneblock-3",
"Overview": "Docker Container for FTB Presents Stoneblock 3 Minecraft Modpack\r\n\r\nThe docker on first run will download the same version as tagged of FTB Presents Stoneblock 3 and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish.\r\n\r\nAfter the first run it will simply start the server.",
"TemplateURL": "https://raw.githubusercontent.com/Ratomas/CA_XML/master/stoneblock-3.xml",
"Icon": "https://github.com/Ratomas/stoneblock-3/blob/master/stoneblock-3.png?raw=true",
"Config": [
{
"@attributes": {
"Type": "Path",
"Name": "Installed Location",
"Target": "/data",
"Default": "/mnt/user/appdata/stoneblock-3/",
"Mode": "rw",
"Description": "Path to store the installed server files.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/stoneblock-3/"
},
{
"@attributes": {
"Type": "Variable",
"Name": "EULA",
"Target": "EULA",
"Default": "false",
"Description": "Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula? Server will not start without accepting. Set to 'true' to accept.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Type": "Variable",
"Name": "JVM_OPTS",
"Target": "JVM_OPTS",
"Default": "-Xms2048m -Xmx4096m",
"Description": "JAVA Options",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "-Xms2048m -Xmx6144m"
},
{
"@attributes": {
"Type": "Variable",
"Name": "OPS",
"Target": "OPS",
"Default": "",
"Description": "Comma separated list of players to have op capability",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Port",
"Name": "Port",
"Target": "25565",
"Default": "25565",
"Mode": "tcp",
"Description": "Port for the server",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "25565"
}
],
"Repo": "Robert Thomas' Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/RobertThomasRepository/stoneblock-3.xml",
"CategoryList": [
"GameServers"
],
"downloads": 1,
"LastUpdate": 1668183247,
"LastUpdateScan": 1668186228,
"FirstSeen": 1668186228
},
{
"Name": "Techopolis",
"Repository": "ratomas/techopolis",