All Projects → denosaurs → Mod.land

denosaurs / Mod.land

Licence: mit
📦 Pretty subdomains for you deno project

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Mod.land

Community
General discussion, cross-repo efforts and common information for projects in the community.
Stars: ✭ 24 (-50%)
Mutual labels:  community, project
Community
一个仿照牛客网实现的讨论社区,不仅实现了基本的注册,登录,发帖,评论,点赞,回复功能,同时使用前缀树实现敏感词过滤,使用wkhtmltopdf生成长图和pdf,实现网站UV和DAU统计,并将用户头像等信息存于七牛云服务器。
Stars: ✭ 80 (+66.67%)
Mutual labels:  community, project
Hall Of Fame
🏆 Show some love to your contributors! A widget for your repo README. Visual and clean. Refreshes every hour.
Stars: ✭ 911 (+1797.92%)
Mutual labels:  community
Openy
The Open Y platform. See README.md below
Stars: ✭ 45 (-6.25%)
Mutual labels:  community
Namebeta
A command line domain query tool.
Stars: ✭ 41 (-14.58%)
Mutual labels:  domains
Windows Theme
Repository for Windows 10 community subreddit stylesheet and its assets.
Stars: ✭ 29 (-39.58%)
Mutual labels:  community
Epp
EPP (Extensible Provisioning Protocol) client for Go
Stars: ✭ 43 (-10.42%)
Mutual labels:  domains
Java Game And Application
Java Games and Application with awesome source code and better algorithm
Stars: ✭ 14 (-70.83%)
Mutual labels:  project
Webvr Webpack Boilerplate
A webvr multi-scenes Single-page application for three.js, webpack
Stars: ✭ 47 (-2.08%)
Mutual labels:  project
Dawn
global hosting, financial automation, server-less web components
Stars: ✭ 40 (-16.67%)
Mutual labels:  community
Code Of Conduct
🦄 Code of Conduct generator for everyone
Stars: ✭ 45 (-6.25%)
Mutual labels:  community
Friendsofphp.org
Meet you PHP Friends in more than 1024 PHP groups all over the world!
Stars: ✭ 38 (-20.83%)
Mutual labels:  community
Vim Foldfocus
✂️ A vim plugin for isolating a particular piece of text into its own separated context.
Stars: ✭ 30 (-37.5%)
Mutual labels:  project
Pythonz
Место, где делают pythonz.net
Stars: ✭ 43 (-10.42%)
Mutual labels:  community
Swiftproject
🏆 Generate Swift project with necessary toolings
Stars: ✭ 27 (-43.75%)
Mutual labels:  project
Ootbee Support Tools
OOTBee Support Tools addon to extend set of administrative tools on Repository- and Share-tier
Stars: ✭ 46 (-4.17%)
Mutual labels:  community
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java. https://ld246.com
Stars: ✭ 883 (+1739.58%)
Mutual labels:  community
K8s Workshop Ru
Мастер-класс по написанию микросервисов на Go с автоматическими релизами в Kubernetes
Stars: ✭ 34 (-29.17%)
Mutual labels:  community
Openpmd Viewer
🐍 Python visualization tools for openPMD files
Stars: ✭ 41 (-14.58%)
Mutual labels:  community
Openpmd Standard
📓 Open Standard for Particle-Mesh Data
Stars: ✭ 47 (-2.08%)
Mutual labels:  community

*.mod.land

📦 Pretty subdomains for you deno project.

Checks Status Deploy Status DNS Status

Taking inspiration from the great js.org project we at @denosaurs thought of giving something back to the deno community: a free and sleek URL where you can host a free website for your deno project.

How to get one?

Pretty simple.

Step 1 - Create and statically host a website

Find a static site hosting service (we recommend GitHub Pages) and create your site. If you need some inspiration, this site is built and hosted with GitHub Pages and deployed with GitHub Actions.

Step 2 - Choose your subdomain

Now you should determine your mod.land subdomain: either choose your username or the name of your repository, according to the existing GitHub Pages URL (for http://foo.github.io/bar, either "foo.mod.land" or "bar.mod.land" would be possible).

Step 3 - Add a CNAME to your repo

Add a file named "CNAME" to your root directory of your repository (or in the "gh-pages" branch, if you use that) with a single line matching the domain you have chosen (e.g. "foo.mod.land" without quotes). For more info about this step you can follow the Custom URLs section at GitHub Pages Help.

+ foo.mod.land

Step 4 - Claim your subdomain

To finish the procedure, make a pull request in our GitHub repository that adds your subdomain to the list of existing mod.land domains. Your new URL should go live within 24 hours (keep an eye on your pull request in case of a naming conflict or a question from our side).

import { CNAMEs } from "./mod/types.ts";

export default <CNAMEs> {
  "@": {
    target: "denosaurs.github.io/mod.land",
  },
+ "foo": {
+   target: "foo.github.io/bar",
+ }
};

For advanced users

Our subdomain are CNAME records which map one domain name to another. You can actually point your mod.land to many different services like Vercel or Netlify.

Important

As the owner of the repository, you keep complete control over your published content. That also means that all rights and duties that come along with publishing a GitHub Page (e.g. GDPR) remain in your responsibility.

Thanks

... to Cloudflare for their superb DNS service that makes this possible. Many thanks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].