2024-01-07 16:07:58 +02:00
2024-01-07 15:32:12 +02:00
2024-01-07 16:07:58 +02:00

Docker build images

Shlink Web Client with Basic HTTP Auth

This repository adds Basic HTTP Auth to the web client of Shlink.

For further documentation see the official Shlink Dockerhub page.

Environment variables

  • SHLINK_SERVER_URL: The fully qualified URL for the Shlink server.
  • SHLINK_SERVER_API_KEY: The API key.
  • SHLINK_SERVER_NAME: The name to be displayed. Defaults to Shlink if not provided.
  • SHLINK_BASIC_AUTH_NAME: The name to be displayed in the basic auth dialog (default: Shlink).
  • SHLINK_BASIC_AUTH_USERS: A comma separated list of users in the form of user:password (default: shlink:shlink).
Description
Shlink Web Client with Basic Auth
Readme MIT 28 KiB
Languages
Dockerfile 51.3%
Shell 48.7%