Free Subdomains provided by Morlana
This repository provides a free subdomain service for the morlana.page
domain, similar to js.org
. Users can request a subdomain by forking this repository, adding their domain entry to domains.yaml
, and submitting a pull request.
domains.yaml
, ensuring it is in alphabetical order.www.morlana.page
).domains.yaml
Add your subdomain under the subdomains
section:
subdomains:
- name: "your-subdomain"
target: "your-site.example.com"
proxy: true # Set to false if you want to disable the Cloudflare proxy
note: "Optional description"
Some subdomains are reserved and cannot be registered. The list includes:
www.morlana.page
api.morlana.page
mail.morlana.page
admin.*
, internal.*
).Once a pull request is merged, a GitHub Action will:
domains.yaml
file.To enable Cloudflare DNS updates, set the following secrets in Gitea:
CLOUDFLARE_API_TOKEN
: API token with DNS write access.CLOUDFLARE_ZONE_ID
: Cloudflare Zone ID for morlana.page
.This project is open-source and licensed under the BSD-3-Clause.