golang-url-shortener
golang-url-shortener copied to clipboard
URL Shortener written in Golang using Bolt DB or Redis. Provides features such as Deletion, Expiration, OAuth and is of course Dockerizable.
This PR is a work in progress. **What is the purpose of this PR?** . This will enable an 'admin view' such that it is possible to view and delete...
Whole Application seems to follow MVC Architecture which makes it difficult to port to other languages and/or frmaework, it is highly dependent on Gin. Maybe something like go-kit?
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.15.0 to 1.21.0. Release notes Sourced from prismjs's releases. v1.21.0 Release 1.21.0 v1.20.0 Release 1.20.0 v1.19.0 Release 1.19.0 v1.18.0 Release 1.18.0 v1.17.1 Release 1.17.1 v1.17.0 Release 1.17.0...
Currently anyone who is able to authenticate against the oAuth provider can access the application. A way to restrict who is able to us the application after login would be...
Obviously, there is external access support for ShareIks, but there is no API description, but I would like to use this service to generate links to other services. Of course,...
- multi stage build
For instances where this is being run in a controlled space (i.e. internal network), it would be great if there was an option to disable auth and allow anonymous creation/editing/deletion...
One of the main uses of a short link is to be able to have it stable and reposition them if the underlying pages change. Please enable for editing the...