Template:Website Setup: Difference between revisions
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 48: | Line 48: | ||
"Server Admin URL": { | "Server Admin URL": { | ||
"type": "string", | "type": "string", | ||
"default": "https://" | "default": "https://", | ||
"suggestedvalues": [ | |||
"https://10.1.10.57:8080/" | |||
] | |||
}, | |||
"Backend Notes": { | |||
"type": "unbalanced-wikitext" | |||
}, | |||
"Frontend Type": {}, | |||
"Frontend URL": {}, | |||
"Frontend Notes": { | |||
"type": "unbalanced-wikitext" | |||
} | } | ||
}, | }, | ||
| Line 57: | Line 68: | ||
"Server Admin URL", | "Server Admin URL", | ||
"Backend Type", | "Backend Type", | ||
"Backend URL" | "Backend URL", | ||
"Backend Notes", | |||
"Frontend Type", | |||
"Frontend URL", | |||
"Frontend Notes" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 16:42, 26 October 2023
{{{Stage}}} Webserver
Provider: {{{Server Provider}}}
Console: {{{Server Admin URL}}}
Frontend
Backend
{{{Backend URL}}} ({{{Backend Type}}})
<templatedata> { "params": { "Stage": { "description": "Webserver Stage (Preview, Stage, Production, ...)", "type": "string", "suggestedvalues": [ "Preview", "Stage", "Production" ], "required": true }, "Backend Type": { "description": "The Backend/CMS Type (Wordpres, ...)", "type": "string", "suggestedvalues": [ "Wordpress" ] }, "Backend URL": { "type": "string", "default": "https://" }, "Server Provider": { "type": "string", "suggestedvalues": [ "Host Europe", "pslsrv57.p5l.io (Preview Webserver)", "Amazon Web Services", "Google Cloud Platform", "Microsoft Azure Cloud" ] }, "Server Admin URL": { "type": "string", "default": "https://", "suggestedvalues": [ "https://10.1.10.57:8080/" ] }, "Backend Notes": { "type": "unbalanced-wikitext" }, "Frontend Type": {}, "Frontend URL": {}, "Frontend Notes": { "type": "unbalanced-wikitext" } }, "description": "Webserver Stage (Preview, Stage, Production, ...)", "paramOrder": [ "Stage", "Server Provider", "Server Admin URL", "Backend Type", "Backend URL", "Backend Notes", "Frontend Type", "Frontend URL", "Frontend Notes" ] } </templatedata>