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.
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +0,0 @@
|
|||||||
src/static/control_panel/lib/** linguist-vendored
|
|
20
README.md
20
README.md
@ -8,14 +8,6 @@ Created with [Fennel](https://fennel-lang.org), [Turbo](https://github.com/kerne
|
|||||||
|
|
||||||
[](https://gitlab.com/jessieh/simple-shortener/-/pipelines)
|
[](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
|
## Demo
|
||||||
|
|
||||||
<img src="../../raw/assets/demo.png">
|
<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).
|
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`.
|
<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> <img src="../raw/assets/simple-shortener bg.var.svg" width=75>
|
|
||||||
|
|
||||||
### PNG
|
|
||||||
|
|
||||||
<img src="../../raw/assets/simple-shortener.png" width=75> <img src="../raw/assets/simple-shortener bg.var.png" width=75>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user