ediwang/elf

By ediwang

Updated 28 days ago

Elf, a Link Forwarder service

Image
Web Analytics
0

971

Elf

The link forward service used by https://go.edi.wang.

Generate static URLs for redirecting third party URLs. It's similar to, but NOT a URL shorter.

Main purposes:

  • Use a static token to adapt changes to origin url.
  • Track user click by User-Agent and IP Address.

Docker Usage

This has been tested on Azure App Service with Linux Docker container

Set Environment Variables
KeyValue
ConnectionStrings__ElfDatabaseYour SQL Server Database connection string
AppSettings__DefaultRedirectionUrlDefault URL redirection address, default: https://edi.wang
Authentication__AzureAd__InstanceAAD Instance when using AAD authentication, default: https://login.microsoftonline.com/
Authentication__AzureAd__DomainAAD Domain when using AAD authentication
Authentication__AzureAd__TenantIdAAD TenantId when using AAD authentication
Authentication__AzureAd__ClientIdAAD ClientId when using AAD authentication

GitHub Repo

https://github.com/EdiWang/Elf

Docker Pull Command

docker pull ediwang/elf