This repository hosts one-page web applications. Each app lives in its own subdirectory and can be served directly via GitHub Pages.
Hosted domain (custom CNAME): onepage.traefikturkey.com
- Each subdirectory under the repo root contains a single-page app (an
index.htmlor an HTML file at the top level of the subdirectory). - For quick previews, open the HTML files directly in the browser or use GitHub Pages to serve the site.
-
chat-command-matcher — /chat-command-matcher/
- File:
chat-command-matcher/chat-command-matcher.html - Link (raw file):
chat-command-matcher/chat-command-matcher.html
- File:
-
hcl_linter — /hcl_linter/
- File:
hcl_linter/hcl_linter.html - Link (raw file):
hcl_linter/hcl_linter.html
- File:
- Push this repository to GitHub (make sure the
CNAMEfile is present withonepage.traefikturkey.com). - In the repository Settings → Pages, select branch
mainand folder/ (root)and save. - Confirm the DNS CNAME in Cloudflare points
onepageto<your-github-username>.github.iowith the proxy disabled (grey-cloud).
- Consider adding a simple
index.htmlat the repo root that lists and links to each app directory for a nicer landing page (GitHub Pages will serve it at the site's root). - If you want a separate URL per app (e.g.,
app1.onepage.traefikturkey.com), create separate repos or use subpaths and configure routing in your Traefik/Cloudflare setup. - I can add a generated root
index.htmlthat provides clickable tiles for each app if you'd like.
Generated by automation. Update as needed.