1
mirror of https://gitlab.com/jessieh/simple-shortener.git synced 2025-04-19 19:31:46 +00:00

Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

2 changed files with 0 additions and 21 deletions

1
.gitattributes vendored
View File

@ -1 +0,0 @@
src/static/control_panel/lib/** linguist-vendored

View File

@ -8,14 +8,6 @@ Created with [Fennel](https://fennel-lang.org), [Turbo](https://github.com/kerne
[![Build Status](https://gitlab.com/jessieh/simple-shortener/badges/main/pipeline.svg)](https://gitlab.com/jessieh/simple-shortener/-/pipelines)
## Table of Contents
- [Demo](#demo)
- [Deploying](#deploying)
- [Configuration](#configuration)
- [API](#documentation)
- [TOTP Issuer Icons](#totp-issuer-icons)
## Demo
<img src="../../raw/assets/demo.png">
@ -149,15 +141,3 @@ The shortening service exposes a simple API at `/shorten/api` that you may consu
The API endpoints and response codes are documented in the docstrings of their respective [handler modules](src/handlers).
<sup>1</sup> If you wish to replace the default control panel, you can provide your own by mounting it at `/simple-shortener/static/control_panel`.
## TOTP Issuer Icons
Should your TOTP provider application of choice support them, the following issuer icons are available for use.
### SVG
<img src="../../raw/assets/simple-shortener.svg" width=75>&nbsp;<img src="../raw/assets/simple-shortener bg.var.svg" width=75>
### PNG
<img src="../../raw/assets/simple-shortener.png" width=75>&nbsp;<img src="../raw/assets/simple-shortener bg.var.png" width=75>