This commit is contained in:
Squidly271 2021-02-04 12:07:27 -05:00
parent 19452306a5
commit fe89a2a620
5 changed files with 133 additions and 11 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1612451555
"last_updated_timestamp": 1612458445
}

View File

@ -119341,7 +119341,7 @@
"Target": "SRV_PWD",
"Default": "",
"Mode": "",
"Description": "Server Password if not needed leave empty (you can only leave the password empty if you set Public Server to '0'). ",
"Description": "Server Password if not needed leave empty - ATTENTION: the minimum length is 5 characters! - (you can only leave the password empty if you set Public Server to '0'). ",
"Type": "Variable",
"Display": "always",
"Required": "false",

View File

@ -1,7 +1,7 @@
{
"apps": 1123,
"last_updated_timestamp": 1612451555,
"last_updated": "2021-02-04 10:12",
"last_updated_timestamp": 1612458445,
"last_updated": "2021-02-04 12:07",
"categories": [
{
"Cat": "Backup:",
@ -119499,7 +119499,7 @@
"Target": "SRV_PWD",
"Default": "",
"Mode": "",
"Description": "Server Password if not needed leave empty (you can only leave the password empty if you set Public Server to '0'). ",
"Description": "Server Password if not needed leave empty - ATTENTION: the minimum length is 5 characters! - (you can only leave the password empty if you set Public Server to '0'). ",
"Type": "Variable",
"Display": "always",
"Required": "false",

View File

@ -166407,14 +166407,135 @@
},
{
"Beta": "true",
"Name": "Conreq",
"Repository": "Archmonger/Conreq",
"Name": "conreq",
"Repository": "roxedus/conreq",
"Registry": "https://hub.docker.com/r/roxedus/conreq",
"Shell": "bash",
"Privileged": "false",
"Support": "https://discord.gg/gQhGZzEjmX",
"Project": "https://github.com/Archmonger/Conreq",
"TemplateURL": "https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/conreq.xml",
"Icon": "https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/conreq.png",
"Overview": "Conreq is a self-hosted web application that allows users to request content for Radarr/Sonarr.",
"DonateImg": "",
"WebUI": "http://[IP]:[PORT:8000]",
"PostArgs": "",
"Network": "bridge",
"Config": [
{
"@attributes": {
"Name": "Host Port for 8000",
"Target": "8000",
"Default": "8000",
"Mode": "tcp",
"Description": "Container Port: 8000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Time Zone",
"Target": "TZ",
"Default": "America/New_York",
"Mode": "",
"Description": "Set to local timezone using the TZ Database code",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SSL",
"Target": "SSL",
"Default": "false",
"Mode": "",
"Description": "Enabled = true :: enables using local SSL cert for secure connection, not required if using reverse proxy",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SSL_CERT",
"Target": "SSL_CERT",
"Default": "/config/crt.pem",
"Mode": "",
"Description": "Required when using SSL=true",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "SSL_KEY",
"Target": "SSL_CERT",
"Default": "/config/key.pem ",
"Mode": "",
"Description": "Required when using SSL=true",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Host Path for /config",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "randomninjaatk's Repository",
"Blacklist": true,
"Category": "Downloaders: Network:Other MediaApp:Video Tools:Utilities Status:Beta",
"Description": "Conreq is a self-hosted web application that allows users to request content for Radarr/Sonarr.",
"templatePath": "/tmp/GitHub/AppFeed/templates/randomninjaatksRepository/randomninjaatk/conreq.xml",
@ -166424,8 +166545,9 @@
"MediaApp-Video",
"Tools-Utilities"
],
"LastUpdateScan": 1612444074,
"FirstSeen": 1612444074
"downloads": 13068,
"LastUpdateScan": 1612451554,
"FirstSeen": 1612451554
},
{
"Name": "MusicBrainz-Picard",

View File

@ -121,7 +121,7 @@ You can also run multiple servers with only one SteamCMD directory!</Overview>
<Config 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="always-hide" Required="false" Mask="true"></Config>
<Config Name="Server Name" Target="SRV_NAME" Default="" Mode="" Description="Name of the Server" Type="Variable" Display="always" Required="true" Mask="false">Valheim Docker</Config>
<Config Name="World Name" Target="WORLD_NAME" Default="" Mode="" Description="Name of the Server World" Type="Variable" Display="always" Required="true" Mask="false">Dedicated</Config>
<Config Name="Server Password" Target="SRV_PWD" Default="" Mode="" Description="Server Password if not needed leave empty (you can only leave the password empty if you set Public Server to '0'). " Type="Variable" Display="always" Required="false" Mask="false">Docker</Config>
<Config Name="Server Password" Target="SRV_PWD" Default="" Mode="" Description="Server Password if not needed leave empty - ATTENTION: the minimum length is 5 characters! - (you can only leave the password empty if you set Public Server to '0'). " Type="Variable" Display="always" Required="false" Mask="false">Docker</Config>
<Config Name="Public Server" Target="PUBLIC" Default="" Mode="" Description="List Server as Public (set to '0' to disable or set to '1' to enable | when set to Public play '0' then you can leave the password blank)." Type="Variable" Display="always" Required="true" Mask="false">1</Config>
<Config Name="UDP - Game Port Range" Target="2456-2458" Default="" Mode="udp" Description="UDP Game Ports (If you need another port delete this Entry and create a new UDP port mapping with the corresponding port range | GAME_PORT +2 | also don't forget to click on show more and change the GAME_PORT)" Type="Port" Display="always" Required="false" Mask="false">2456-2458</Config>
<Config Name="GAME_PORT" Target="GAME_PORT" Default="" Mode="" Description="Only change if you know what you are doing (intital GAME_PORT | Dont forget to create create a new UDP port mapping with the corresponding port range and delete the default port range | GAME_PORT +2)" Type="Variable" Display="advanced" Required="true" Mask="false">2456</Config>