sus url shortener
Go to file
2022-09-21 20:56:43 +01:00
.gitignore update documenation, susmng 2022-05-26 15:51:14 +01:00
docker-compose.yml pass alt redirect and alt condition and alt redirect 2022-09-20 22:16:20 +01:00
Dockerfile increment golang verion to 1.18 2022-09-21 20:52:00 +01:00
go.mod initial commit 2022-05-26 02:08:50 +01:00
go.sum initial commit 2022-05-26 02:08:50 +01:00
gohookr.sh add gohookr script 2022-05-26 02:16:07 +01:00
LICENSE add LICENSE 2022-05-28 15:16:54 +01:00
main.go implement conditional redirects 2022-09-21 20:56:36 +01:00
Makefile add install script for susmng 2022-05-26 02:33:20 +01:00
readme.md document conditional redirects 2022-09-21 20:56:43 +01:00
sus.jpg :sus: 2022-05-26 16:30:41 +01:00
susmng.py pass alt redirect and alt condition and alt redirect 2022-09-20 22:16:20 +01:00

sus

sus URL shortener

susmng will assume the first server in the secrets section of the configuration file if the -s flag is not provided.

installation

running the server

  1. generate the secret used to create and delete shortlinks

     echo SECRET=`pwgen -s 64 1` >> .env
    
  2. run the services

     docker-compose up -d --build
    

server environment variables

  • SECRET---the secret used for signature verification
  • LISTEN_ADDRESS---the address the server is listening on (default is 0.0.0.0:80)
  • INDEX_GET_REDIRECT---the URL the user should be redirected to if they try to access / on the server (default is http://alv.cx)

setting up susmng

  1. install susmng

     make install-susmng
    
  2. create configuration files

     susmng init
    
  3. edit configuration files (~/.config/susmng/config.json) to add your secrets