Shlink

The definitive self-hosted URL shortener

https://shlink.stack.localhost
Reticulating

Shlink 4.4.2 démarre…

Journaux

Journaux
 

Variables d'environnement

.env
PROJECT=shlink
DOMAIN=stack.localhost
DEFAULT_DOMAIN=$PROJECT.$DOMAIN
IS_HTTPS_ENABLED=true
GEOLITE_LICENSE_KEY=kjh23ljkbndskj345
INITIAL_API_KEY=secretApiKey
DB_DRIVER=postgres # Use the value mysql, maria, postgres or mssql to prevent the SQLite database to be used.
DB_NAME=shlink # The database name to be used. Defaults to shlink.
DB_USER=shlink # The username credential for the database server.
DB_PASSWORD=password # The password credential for the database server.
DB_HOST=shlink-postgres # The host name of the server running the database engine.
DB_PORT=5432 # The port in which the database service is running.