sus url shortener
Go to file
2022-05-26 15:51:14 +01:00
.gitignore update documenation, susmng 2022-05-26 15:51:14 +01:00
docker-compose.yml update documenation, susmng 2022-05-26 15:51:14 +01:00
Dockerfile initial commit 2022-05-26 02:08:50 +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
main.go newline in indexHandler log and log all commands 2022-05-26 02:13:59 +01:00
Makefile add install script for susmng 2022-05-26 02:33:20 +01:00
readme update documenation, susmng 2022-05-26 15:51:14 +01:00
susmng.py update documenation, susmng 2022-05-26 15:51:14 +01:00

sus
===

simple URL shortener


usage
-----

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

setting up susmng

1. install susmng

	make install-susmng

2. create config files

	susmng init

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