ChimeraOS / ChimeraOS/chimeraos.github.io
CNAMEs
- Dominant language
- Mustache
- Stars
- 5
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
@alkazar
- Import the following CNAMEs:
```
;; CNAME Records
github.chimeraos.org. 1 IN CNAME chimeraos.org. ; github
twitter.chimeraos.org. 1 IN CNAME chimeraos.org. ; twitter
discord.chimeraos.org. 1 IN CNAME chimeraos.org. ; discord
donate.chimeraos.org. 1 IN CNAME chimeraos.org. ; donate
patreon.chimeraos.org. 1 IN CNAME chimeraos.org. ; patreon
```
- Create a `301 permanent redirect page rule` in cloudflare
- Using wildcard:
- **input**: `https://github.chimeraos.org/*`
- **target**: `https://github.com/chimeraos/chimeraos.git`
- **input**: `https://twitter.chimeraos.org/*`
- **target**: `https://twitter.com/ChimeraOS_Linux`
- **input**: `https://discord.chimeraos.org/*`
- **target**: `https://discord.gg/fKsUbrt`
- **input**: `https://donate.chimeraos.org/*`
- **target**: `https://opencollective.com/chimeraos/donate`
- **input**: `https://patreon.chimeraos.org/*`
- **target**: `https://patreon.com/alkazar`
This way we won't have to hardcode it anymore.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.