Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moorara/dawn-infra
Infrastructure projects for staying hopeful!
https://github.com/moorara/dawn-infra
infrastructure jitsi terraform v2fly v2ray vpn
Last synced: 23 days ago
JSON representation
Infrastructure projects for staying hopeful!
- Host: GitHub
- URL: https://github.com/moorara/dawn-infra
- Owner: moorara
- License: isc
- Created: 2023-01-23T01:37:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T19:38:29.000Z (10 months ago)
- Last Synced: 2024-11-14T03:44:26.206Z (3 months ago)
- Topics: infrastructure, jitsi, terraform, v2fly, v2ray, vpn
- Language: HCL
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# dawn-infra
This repository contains a handful of [Terraform](https://www.terraform.io) projects
for deploying communication infrastructure for accessing the free Internet! **Stay Hopeful** 🤞## Prerequisites
### Domain Registration
You should have at least one domain name registered.
You can register any domain name with your provider of choice.The only consideration is that your domain provider should allow you to
change the [name servers](https://en.wikipedia.org/wiki/Name_server) for your domain
(most domain providers allow that).### DNS Service
Once you have a domain available,
you can add it to your [Cloudflare](https://www.cloudflare.com) account.1. Go to your Cloudflare dashboards [here](https://dash.cloudflare.com).
1. Click on "Add a Site" button.
1. Enter your domain name and click "Add site".
1. Select a plan (*Free* is good enough) and click "Continue".
1. Click on "Continue" and then "Confirm" (you do not need to add any record).
1. Record your **Cloudflare name servers**.
1. Go to your domain administration panel.
1. Change the name servers for your domain to the **Cloudflare name servers**.
1. Click on "Done" and then "Finish later".