A React-based client application for Shlink
Find a file
2018-08-20 17:08:15 +02:00
config Setup tests environment 2018-06-14 19:42:42 +02:00
dist Created dist dir 2018-08-05 11:39:49 +02:00
public Fixed PWA name in manifest file 2018-08-10 07:32:13 +02:00
scripts Added zipt dist generation to build script 2018-08-05 12:05:26 +02:00
src Replace json-csv parsing library 2018-08-20 17:08:15 +02:00
test Improved ServerDropdown.text.js 2018-08-20 16:53:48 +02:00
.dockerignore Updated dockerfile to be used to build a distributable docker image 2018-08-06 20:16:07 +02:00
.gitignore Added docker-related files 2018-06-17 08:04:53 +02:00
.travis.yml Created travis config file 2018-08-04 10:29:55 +02:00
CHANGELOG.md Added v0.2.0 to changelog 2018-08-12 19:18:34 +02:00
docker-compose.override.yml.dist Updated docker-compose files so that they just use an image and don't need the Dockerfile 2018-08-06 19:41:57 +02:00
docker-compose.yml Updated docker-compose files so that they just use an image and don't need the Dockerfile 2018-08-06 19:41:57 +02:00
Dockerfile Removed workdir from Dockerfile 2018-08-06 20:32:14 +02:00
indocker Added docker-related files 2018-06-17 08:04:53 +02:00
LICENSE Added some improvements 2018-05-13 09:48:21 +02:00
package.json Replace json-csv parsing library 2018-08-20 17:08:15 +02:00
README.md Updated dockerfile to be used to build a distributable docker image 2018-08-06 20:16:07 +02:00
yarn.lock Replace json-csv parsing library 2018-08-20 17:08:15 +02:00

shlink-web-client

Build Status

A ReactJS-based progressive web application for Shlink.

Installation

There are three ways in which you can use this application.

  • The easiest way to use shlink-web-client is by just going to https://app.shlink.io.

    The application runs 100% in the browser, so you can use that instance and access any shlink instance from it.

  • Self hosting the application yourself.

    Get the latest release and download the distributable zip file attached to it (shlink-web-client_X.X.X_dist.zip).

    The package contains static files only, so just put it in a folder and serve it with the web server of your choice (just take into account that all the files are served using absolute paths, so you have to serve it from the root of your domain, not from a subpath).

  • Use the official docker image

    If you want to deploy shlink-web-client in a container-based cluster (docker swarm, kubernetes, etc), just pick the image and do it.

    It's a lightweight nginx:alpine image serving the assets on port 80.