ファイルへ移動
2023-03-28 12:18:26 +09:00
srv
static
view
.gitignore
config.json
go.mod
install.sh
LICENSE.txt
links.sample.json
logo.jpg
main.go 手動メモリー管理 2023-03-28 12:18:26 +09:00
README.md

URLロリ

クッソ小さいURL短縮作成ソフトだわ〜♡

インストールする方法

chmod +x install.sh && doas ./install.sh domain.tld

links.jsonファイルの中に

{
  "hogehoge": "https://076.moe"
}

https://(ドメイン名)/hogehoge にアクセスすると、https://076.moe に移転されます。