This commit is contained in:
Andrew Z 2022-12-07 12:04:14 -05:00
parent ead5158d1b
commit 2081bc4bb6
7 changed files with 414 additions and 6 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1670425458
"last_updated_timestamp": 1670432652
}

View File

@ -86503,6 +86503,202 @@
"LastUpdate": 1669310227,
"FirstSeen": 1643807012
},
{
"Name": "Creativerse",
"Repository": "ich777/steamcmd:creativerse",
"Registry": "https://hub.docker.com/r/ich777/steamcmd/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/",
"Project": "https://steampowered.com/",
"Overview": "This Docker will download and install SteamCMD. It will also install Creativerse and run it.\r\n\r\n**ATTENTION:** First Startup can take very long since it downloads the gameserver files and the world template!\r\n\r\n**Update Notice:** Simply restart the container if a newer version of the game is available.\r\n\r\n**ServerAdmin:** To become server admin please open up the file '.../PlayfulCorp/CreativerseServer/worlddata/worlds/unraid_world/config_world.json' and change the value from 'WorldOwnerSteamId' to your SteamID64 (you can get your SteamID here: https://steamid.io/).\r\n\r\nYou can also run multiple servers with only one SteamCMD directory!\r\n\r\n**Note:** As time of creating the container the WebGUI isn't working but you should be able to do all things from in game. The developers from the game will implement this later on.",
"WebUI": "http://[IP]:[PORT:26902]/admin/admin.html",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/creativerse.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Config": [
{
"@attributes": {
"Name": "SteamCMD",
"Target": "/serverdata/steamcmd",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/steamcmd"
},
{
"@attributes": {
"Name": "ServerFiles",
"Target": "/serverdata/serverfiles",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/creativerse"
},
{
"@attributes": {
"Name": "GAME_ID",
"Target": "GAME_ID",
"Default": "",
"Mode": "",
"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: '1098260 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1098260"
},
{
"@attributes": {
"Name": "Game Parameters",
"Target": "GAME_PARAMS",
"Default": "",
"Mode": "",
"Description": "Enter your game parameters (only change the worldId if you know what you are doing!).",
"Type": "Variable",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": "-worldId=unraid_world"
},
{
"@attributes": {
"Name": "Validate Installation",
"Target": "VALIDATE",
"Default": "",
"Mode": "",
"Description": "Set the Variable to 'true' if you want to validate the installation otherwise leave it blank.",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UDP 1 - Game Port",
"Target": "26900",
"Default": "",
"Mode": "udp",
"Description": "UDP Gameport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to change the port number in your game config)",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "26900"
},
{
"@attributes": {
"Name": "UDP 2 - Steam Query",
"Target": "26901",
"Default": "",
"Mode": "udp",
"Description": "UDP Gameport +1 (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to change the port number in your game config)",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "26901"
},
{
"@attributes": {
"Name": "TCP - WebAdmin",
"Target": "26902",
"Default": "",
"Mode": "tcp",
"Description": "TCP Gameport +2 (if you need another port, please delete this entry and create a new TCP Port with the required port number, also don't forget to change the port number in your game config)",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "26902"
},
{
"@attributes": {
"Name": "Steam-Username",
"Target": "USERNAME",
"Default": "",
"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": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Steam-Password",
"Target": "PASSWRD",
"Default": "",
"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": "advanced-hide",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "ich777's Repository",
"caTemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Creativerse.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Creativerse.xml",
"CategoryList": [
"GameServers"
],
"stars": 30,
"LastUpdate": 1670431728,
"LastUpdateScan": 1670432652,
"FirstSeen": 1670432652
},
{
"Name": "CSGO",
"Repository": "ich777/steamcmd",

View File

@ -1,7 +1,7 @@
{
"apps": 1904,
"last_updated_timestamp": 1670425458,
"last_updated": "2022-12-07 10:04",
"apps": 1905,
"last_updated_timestamp": 1670432652,
"last_updated": "2022-12-07 12:04",
"categories": [
{
"Cat": "Backup:",
@ -86665,6 +86665,202 @@
"LastUpdate": 1669310227,
"FirstSeen": 1643807012
},
{
"Name": "Creativerse",
"Repository": "ich777/steamcmd:creativerse",
"Registry": "https://hub.docker.com/r/ich777/steamcmd/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/",
"Project": "https://steampowered.com/",
"Overview": "This Docker will download and install SteamCMD. It will also install Creativerse and run it.\r\n\r\n**ATTENTION:** First Startup can take very long since it downloads the gameserver files and the world template!\r\n\r\n**Update Notice:** Simply restart the container if a newer version of the game is available.\r\n\r\n**ServerAdmin:** To become server admin please open up the file '.../PlayfulCorp/CreativerseServer/worlddata/worlds/unraid_world/config_world.json' and change the value from 'WorldOwnerSteamId' to your SteamID64 (you can get your SteamID here: https://steamid.io/).\r\n\r\nYou can also run multiple servers with only one SteamCMD directory!\r\n\r\n**Note:** As time of creating the container the WebGUI isn't working but you should be able to do all things from in game. The developers from the game will implement this later on.",
"WebUI": "http://[IP]:[PORT:26902]/admin/admin.html",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/creativerse.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Config": [
{
"@attributes": {
"Name": "SteamCMD",
"Target": "/serverdata/steamcmd",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/steamcmd"
},
{
"@attributes": {
"Name": "ServerFiles",
"Target": "/serverdata/serverfiles",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/creativerse"
},
{
"@attributes": {
"Name": "GAME_ID",
"Target": "GAME_ID",
"Default": "",
"Mode": "",
"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: '1098260 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1098260"
},
{
"@attributes": {
"Name": "Game Parameters",
"Target": "GAME_PARAMS",
"Default": "",
"Mode": "",
"Description": "Enter your game parameters (only change the worldId if you know what you are doing!).",
"Type": "Variable",
"Display": "always-hide",
"Required": "true",
"Mask": "false"
},
"value": "-worldId=unraid_world"
},
{
"@attributes": {
"Name": "Validate Installation",
"Target": "VALIDATE",
"Default": "",
"Mode": "",
"Description": "Set the Variable to 'true' if you want to validate the installation otherwise leave it blank.",
"Type": "Variable",
"Display": "always-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UDP 1 - Game Port",
"Target": "26900",
"Default": "",
"Mode": "udp",
"Description": "UDP Gameport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to change the port number in your game config)",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "26900"
},
{
"@attributes": {
"Name": "UDP 2 - Steam Query",
"Target": "26901",
"Default": "",
"Mode": "udp",
"Description": "UDP Gameport +1 (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to change the port number in your game config)",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "26901"
},
{
"@attributes": {
"Name": "TCP - WebAdmin",
"Target": "26902",
"Default": "",
"Mode": "tcp",
"Description": "TCP Gameport +2 (if you need another port, please delete this entry and create a new TCP Port with the required port number, also don't forget to change the port number in your game config)",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "26902"
},
{
"@attributes": {
"Name": "Steam-Username",
"Target": "USERNAME",
"Default": "",
"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": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Steam-Password",
"Target": "PASSWRD",
"Default": "",
"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": "advanced-hide",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "ich777's Repository",
"caTemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Creativerse.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Creativerse.xml",
"CategoryList": [
"GameServers"
],
"stars": 30,
"LastUpdate": 1670431728,
"LastUpdateScan": 1670432652,
"FirstSeen": 1670432652
},
{
"Name": "CSGO",
"Repository": "ich777/steamcmd",

View File

@ -2505,5 +2505,6 @@
"thingsboard/tb-postgres": 1670267055,
"ghcr.io/turbocheetah/sneedznab:latest": 1670353461,
"heussd/fivefilters-full-text-rss": 1670367851,
"devzwf/pihole-dot-doh:latest": 1670396644
"devzwf/pihole-dot-doh:latest": 1670396644,
"ich777/steamcmd:creativerse": 1670432652
}

View File

@ -1060,6 +1060,7 @@ Processing /tmp/appFeed/templates/ich777sRepository/ich777/corefreq.xml... Downl
Processing /tmp/appFeed/templates/ich777sRepository/ich777/CoreKeeper.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/CounterStrike2D.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Craftopia.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Creativerse.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/CSGO.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/CSMM-7DtD.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/CSSource.xml...Success
@ -3265,6 +3266,9 @@ Processing /tmp/appFeed/templates/KluthRsRepository/ca_profile.xml...FOUND PROFI
Updating stats on containers
Tagged - Can't determine last update
ich777/steamcmd
ich777/steamcmd:creativerse Downloads: 4051610 Stars: 30 Base: unknown
Privileged: 105

View File

@ -256652,7 +256652,7 @@
"WebUI": "http://[IP]:[PORT:80]/admin",
"TemplateURL": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/master/pihole-dot-doh.xml",
"Icon": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/pihole-logo-bw.png",
"ExtraParams": "--cap-add=NET_ADMIN --restart=unless-stopped --hostname irma",
"ExtraParams": "--cap-add=NET_ADMIN --restart=unless-stopped --hostname ns",
"DonateText": "Don't donate to me! Instead, please donate the creators of the apps, but if you insist ",
"DonateLink": "https://ko-fi.com/devzwf",
"Config": [

View File

@ -68451,5 +68451,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1669675239
},
"ich777/steamcmd:creativerse": {
"Base": null,
"Downloads": 4051610,
"Stars": 30,
"Time": 1670432652,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1670431728
}
}