Giter Club home page Giter Club logo

subdomains's Introduction

Proj.at & Proj.sbs

๐ŸŒŽ Get your own proj.sbs / proj.at subdomains, free for open-source developers.

proj.at currently doesn't accept subdomain requests. Please use proj.sbs.

Register

  1. Fork this repository to your own account.
  2. Copy the template.js in the domains folder and rename it to your subdomain name. (for abc.proj.sbs, the file name should be abc.js).
  3. Move the file to the domain folder, (for abc.proj.sbs, the file path should be domains/proj.sbs/abc.js)
  4. Edit the file, and fill in the information.
  5. Commit the changes and create a pull request to proj-at/subdomains:main.
  6. Wait for the review and merge.

Formats

// change the file to [sub].js
// e.g. `foo.js`
export default {
    owner: {
        // your github username
        user: "proj-at",
        // your github email
        email: "[email protected]",
    },
    records: [
        // can include multiple records, if some of them conflict, may be overwritten
        {
            // type of DNS record
            type: "CNAME",
            // content of the record
            record: "cname.vercel-dns.com.",
            // using Cloudflare CDN
            proxied: true,
            // TTL, (s), must be between 60 and 86400
            ttl: 60,
        },
        {
            // type of DNS record
            type: "TXT",
            // content of the record
            record: "x...",
            // TTL, (s), must be between 60 and 86400
            ttl: 60,
        },
        // ...
    ]
}

Once the branch has merged, you can access your subdomain, enjoy ur proj.sbs domain.

Proj.sbs

Proj.sbs means project, side by side. It's a free subdomain service for open-source developers. You can use it for your open-source projects or your own website.

Thanks

We use Cloudflare DNS to manage our domain records, and its CDN to provide global service.

subdomains's People

Contributors

ocoke avatar 44d62 avatar kingmaxine avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.