37bb2a7f3304246d0ca4af613079ca87bf3625b4
sus
sus URL shortener
susmng usage (managing shortlinks)
-
creating a new shortlink at https://pls.cx/shortlink
susmng [-s pls.cx] create -l shortlink -v https://example.com -
deleting the shortlink https://pls.cx/shortlink
susmng [-s pls.cx] delete -l shortlink -v confirm -
listing all shortlinks on the server pls.cx
susmng [-s pls.cx] list
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
-
generate the secret used to create and delete shortlinks
echo SECRET=`pwgen -s 64 1` >> .env -
run the services
docker-compose up -d --build
server environment variables
SECRET---the secret used for signature verificationLISTEN_ADDRESS---the address the server is listening on (default is0.0.0.0:80)INDEX_GET_REDIRECT---the URL the user should be redirected to if they try to access/on the server (default ishttp://alv.cx)
setting up susmng
-
install
susmngmake install-susmng -
create configuration files
susmng init -
edit configuration files (
~/.config/susmng/config.json) to add your secrets
Languages
Go
63.5%
Python
33%
Dockerfile
1.3%
Makefile
1.2%
Shell
1%
