Pritup pres PHP a docker
This commit is contained in:
committed by
lachtan obecny
parent
5b8e535be0
commit
8f5a69c86f
13
app/templates/index.tpl
Normal file
13
app/templates/index.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
Fast access to configurations and installation scripts.
|
||||
|
||||
Install a configuration:
|
||||
|
||||
curl -fsSL {{PUBLIC_BASE_URL}}/<name> | bash
|
||||
|
||||
List all available configurations:
|
||||
|
||||
curl -fsSL {{PUBLIC_BASE_URL}}/list
|
||||
|
||||
Download the raw source file instead of the install script:
|
||||
|
||||
curl -fsSL {{PUBLIC_BASE_URL}}/raw/<name>
|
||||
Reference in New Issue
Block a user