mirror of
https://gitlab.com/jessieh/simple-shortener.git
synced 2025-04-19 19:31:46 +00:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
6e3d51ac32 | |||
e52e1472ee | |||
6eb82dd2cd | |||
d522eca250 | |||
7dd54835d0 |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
src/static/control_panel/lib/** linguist-vendored
|
20
README.md
20
README.md
@ -8,6 +8,14 @@ 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">
|
||||||
@ -141,3 +149,15 @@ 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