8000 GitHub - safeurl/u: spam safe url shortener
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

safeurl/u

Repository files navigation

okurl image


MIT License badge Github Issues badge

You can learn more about the service here.

local development

export PORT=3000
export CAPTCHA_SECRET=XXX
export REDIS_URL=redis://127.0.0.1:6379

stack build && stack exec safeurl

useful commands

Setup testing captcha keys

acme.sh deploy BuyPass.com CA

# issue cert

acme.sh --server https://api.buypass.com/acme/directory --issue -d okurl.in -d www.okurl.in -w /home/ravi/wwwroot/okurl.in --days 170 --nginx

# install cert
acme.sh --install-cert -d okurl.in -d www.okurl.in --cert-file /etc/nginx/certs/okurl/cert --key-file /etc/nginx/certs/okurl/key --fullchain-file /etc/nginx/certs/okurl/fullchain --reloadcmd "systemctl reload nginx.service"

Languages

0