Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

simbafs/aurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5ce6e5 · Jun 26, 2024
Jul 6, 2021
May 20, 2021
May 20, 2021
May 20, 2021
May 20, 2021
May 20, 2021
May 20, 2021
Jan 6, 2021
Jul 6, 2021
Sep 19, 2020
Jun 26, 2024
May 20, 2021
May 20, 2021
May 20, 2021
May 20, 2021
May 20, 2021
May 20, 2021

Repository files navigation

AURL

AURL

I am developing version 2. You can join me through PR.

AURL

URL shortener written in Node.js
Demo (https://aurl.simba-fs.dev)

Start with Docker

see https://github.com/simba-fs/aurl-docker-deploy

Installation

Download the project.

  • With git
     git clone --depth 1 https://github.com/simba-fs/aurl.git
     cd aurl
     npm i 
  • Without git
     wget https://github.com/simba-fs/aurl/archive/master.zip
     unzip master.sip
     cd aurl
     npm i 

config file

AURL has a preset config (config/default.json), the only thing you need to do is starting a localhost mongodb server (port 27017). To customize your own config, edit your own config/local.json. Examp le is placed in config/default.json.

Google Analytics

GA is available in AURL. To enable it, modify other.GAid in config/local.json.

hCaptcah

You can enable hCaptcha by editing other.hcaptcha in config.local.json. Once enabled, a captcha section will insert in the index page below URL input.

Start the server

npm start

API v1

method path params
GET /code code
GET /url url
POST /create url

TODO

  • Browser addons
  • Improve log
  • Click to copy (finish)
  • add ip record (finish)