https://github.com/robertmuth/golinkslite
Go Links Lite
https://github.com/robertmuth/golinkslite
Last synced: 11 months ago
JSON representation
Go Links Lite
- Host: GitHub
- URL: https://github.com/robertmuth/golinkslite
- Owner: robertmuth
- License: gpl-3.0
- Created: 2019-07-14T19:57:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T20:08:15.000Z (almost 7 years ago)
- Last Synced: 2025-03-17T17:22:19.438Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Links Lite
(c) 2019 Robert Muth (GNU General Public License, Version 3)
Go-Links-Lite is a simple URL shortener modelled after similar internal tools
used by many "tech companies".
It consists of a single Python 3 file and the only heavy dependency is the
'flask' web framework. It does not use authentication and all links are
shared and editable by everybody. The backend consists of a json text file.
It is usually configured to run on port 80 on a machine which is known by the
name "go", so that http://go/TAG or simply go/TAG can be used to abbreviate a
link.
[History of Go Links](https://medium.com/@golinks/the-full-history-of-go-links-and-the-golink-system-cbc6d2c8bb3)