Skip to content

A React-based client application for Shlink

License

Notifications You must be signed in to change notification settings

shlinkio/shlink-web-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

96 Commits
Jun 14, 2018
Aug 5, 2018
Aug 5, 2018
Aug 5, 2018
Aug 5, 2018
Aug 4, 2018
Aug 6, 2018
Jun 17, 2018
Aug 4, 2018
Aug 6, 2018
Aug 6, 2018
May 13, 2018
Aug 6, 2018
Aug 6, 2018
Aug 6, 2018
Jun 17, 2018
Aug 5, 2018
Aug 5, 2018

Repository files navigation

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.