Tom Chivert cae3105fa8
build / build (push) Successful in 1m0s
edit readme
2023-09-22 15:05:03 +02:00
2023-07-16 01:47:42 +02:00
2023-05-17 15:28:39 +02:00
2022-11-22 14:05:59 +01:00
2023-05-17 15:38:13 +02:00
2023-06-30 15:41:16 +02:00
2022-11-23 14:12:10 +01:00
2023-09-22 15:05:03 +02:00

MiniShortener

Just a simple and light URL shortener.

Deployment

Change user/pass and port if needed in the docker-compose.yml, create the database file, and then start the container :

  git clone https://git.rznet.fr/razian/minishortener.git
  cd minishortener
  vim docker-compose.yml
  touch urls.db
  docker-compose up -d

Usage

You can use some commands directly in the input bar :

  • admin to get to the admin page
  • Any link previously generated can be pasted as an input to show some stats

Environment Variables

This project uses env vars to set the admin login :

  • USER : default admin
  • PASS : default admin/changeme

These are already set in the docker-compose file.

Description
Just a simple and light URL shortener.
https://minls.fr/
Readme MIT 37 KiB
Languages
HTML 56.2%
Python 39.2%
Dockerfile 4.6%