Skip to content

turington/url-hunt

This branch is up to date with parthyadav3105/url-hunt:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f928670 · Feb 27, 2020

History

20 Commits
Feb 26, 2020
Feb 27, 2020
Feb 27, 2020
Feb 25, 2020
Feb 25, 2020
Feb 27, 2020
Feb 27, 2020
Feb 25, 2020
Feb 25, 2020
Feb 22, 2020
Feb 23, 2020

Repository files navigation

url-hunt

License

This work is licensed on Apache 2.0. You can mention it using this repo url github.com/parthyadav3105/url-hunt. Or mention us with our twitter handle @parthyadav3105 and @adi0509

Run the following command at master node of Kubernetes cluster

How to run:

Step 1: sudo ansible-playbook playbook.yaml -i hosts
Step 2: sudo bash deploy.sh
Prerequisite
  • Docker
  • Ansible
  • Helm
  • Kubernetes cluster up and running

Note: Name rules are strict because they follow docker and Kubernetes naming convention both.

Rules:

  1. All URL will end with ".in"
  2. Name of a website can contain only alpha-numeric characters and hyphen '-'
  3. All URL will follow lowercase syntax (Google.in is wrong| google.in is right)
  4. replace '+' with 'plus' and append '-' in between for joining with other words, for example: for alt+F4 you have to specify URL 'alt-plus-f4'
  5. If your URL starts with a number then add character 'n' in front of it. (eg: for '2020' the URL will be 'n2020' )
  6. Should not container dot '.' or space ' '. Replace them with a hyphen '-'

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.0%
  • Shell 2.5%
  • C++ 1.2%
  • Dockerfile 0.3%