Update shlink-web-client.xml
This commit is contained in:
parent
0bb4df9340
commit
2183c0b33e
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@
|
||||||
2. CLI to it and enter "shlink api-key:generate"
|
2. CLI to it and enter "shlink api-key:generate"
|
||||||
3. Copy the api and add and edit to servers.json</Overview>
|
3. Copy the api and add and edit to servers.json</Overview>
|
||||||
<Category>Tools: Status:Stable</Category>
|
<Category>Tools: Status:Stable</Category>
|
||||||
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
|
||||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shlink-web-client.xml</TemplateURL>
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/shlink-web-client.xml</TemplateURL>
|
||||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shlink-web-client.png</Icon>
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/shlink-web-client.png</Icon>
|
||||||
<Description>A ReactJS-based progressive web application for shlink.
|
<Description>A ReactJS-based progressive web application for shlink.
|
||||||
1. Install shlink
|
1. Install shlink
|
||||||
2. CLI to it and enter "shlink api-key:generate"
|
2. CLI to it and enter "shlink api-key:generate"
|
||||||
3. Copy the api and add and edit to servers.json</Description>
|
3. Copy the api and add and edit to servers.json</Description>
|
||||||
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
|
<Config Name="Port" Target="8080" Default="8080" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
|
||||||
<Config Name="Server Config File" Target="/usr/share/nginx/html/servers.json" Default="/mnt/user/appdata/shlink-web/servers.json" Mode="rw" Description="Server Config File (Must be created first before applying the docker template) https://hub.docker.com/r/shlinkio/shlink-web-client/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/shlink-web/servers.json</Config>
|
<Config Name="Server Config File" Target="/usr/share/nginx/html/servers.json" Default="/mnt/user/appdata/shlink-web/servers.json" Mode="rw" Description="Server Config File (Must be created first before applying the docker template) https://hub.docker.com/r/shlinkio/shlink-web-client/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/shlink-web/servers.json</Config>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Reference in a new issue