Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakobferdinand/linkforwarder

A simple webserver to forward you to a given link.
https://github.com/jakobferdinand/linkforwarder

Last synced: about 2 months ago
JSON representation

A simple webserver to forward you to a given link.

Awesome Lists containing this project

README

        

# Linkforwarder

You can send an base64 encoded URL to `/redirect/{url}` and the server redirects you to that given URL.

To use it run `docker run -d -p 5000:5000 jakobferdinand/linkforwarder`