Skip to content
Snippets Groups Projects
Commit 0111ece5 authored by Jonas Leder's avatar Jonas Leder
Browse files

update features

parent fdb156dc
Branches
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ This is a URL shorter written in Python with Flask als Webhandler. The Webserver ...@@ -12,6 +12,7 @@ This is a URL shorter written in Python with Flask als Webhandler. The Webserver
* account system based on google and github oauth (user can view and delete his links) * account system based on google and github oauth (user can view and delete his links)
* qr code generation after link is shorten * qr code generation after link is shorten
* easy deployment * easy deployment
* can run in offline enviorements, because no online files needed (behind a firewall)
#### Why is this one better than other #### Why is this one better than other
* no ADs * no ADs
...@@ -22,6 +23,7 @@ This is a URL shorter written in Python with Flask als Webhandler. The Webserver ...@@ -22,6 +23,7 @@ This is a URL shorter written in Python with Flask als Webhandler. The Webserver
* posibility to use multiple domains * posibility to use multiple domains
* open source --> posibility to expand * open source --> posibility to expand
* very small and leightweight (at the moment the sourcecode is about 2mb) * very small and leightweight (at the moment the sourcecode is about 2mb)
* can be used in offline enviorements, because no online files needed (behind a firewall)
[![pipeline status](http://gitlab.jonasled.de/jonasled/url_shorter_docker/badges/master/pipeline.svg)](http://gitlab.jonasled.de/jonasled/url_shorter_docker/commits/master) [![pipeline status](http://gitlab.jonasled.de/jonasled/url_shorter_docker/badges/master/pipeline.svg)](http://gitlab.jonasled.de/jonasled/url_shorter_docker/commits/master)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment