README ¶ shortlink Installation wget https://github.com/s5i/shortlink/releases/latest/download/shortlink chmod +x ./shortlink sudo mkdir -p /usr/local/shortlink sudo mv ./shortlink /usr/local/shortlink sudo chown root:root /usr/local/shortlink/shortlink sudo tee /etc/systemd/system/shortlink.service << EOF > /dev/null [Unit] Description=shortlink Service Requires=network.target [Service] Type=simple ExecStart=/usr/local/shortlink/shortlink Restart=always [Install] WantedBy=multi-user.target EOF sudo /usr/local/shortlink/shortlink --create_config # Change as desired. sudo vim /usr/local/shortlink/config.yaml sudo systemctl enable shortlink sudo systemctl start shortlink Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files handlers.go main.go Directories ¶ Show internal Expand all Path Synopsis auth config database Click to show internal directories. Click to hide internal directories.