Skip to content

Urlhda - Secure and open-source android application for URL shortening

License

Notifications You must be signed in to change notification settings

cryptofuture/urlhda-android

Repository files navigation

urlhda-android

Open-source android application for URL shortening.
Android application part separated from urlhda project.
I moved it to git submodule, since its easier to manage android application that way. #####Features:

  • Strong URL - 15 symbols long uid for shorted URLs, 5 symbols by default.
  • Fast copy-paste. Copy button in android app.
  • Ability to share URLs.

Get it on F-Droid

Configuring application for use with own urlhda setup

You need just install application and change hostname URL in application Settings (gear icon).

How it works

You can shorten URLs with a POST-request:

  curl -X POST https://website.name/add?url=http://add.me

This will give you JSON-response back with the generated 5 character UID:

[{"uid":"abcd5"}]

With that you can go to for example to https://website.name/abcd5 and you will be redirected to http://add.me

Other

Bitcoin donate: 1N5czHaoSLukFSTq2ZJujaWGjkmBxv2dT9

About

Urlhda - Secure and open-source android application for URL shortening

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages