chore: refactor Gradle config, standardize Kotlin MPP plugin usage, and update dependencies
- Unified plugin application across modules using `alias(libs.plugins.*)` instead of hardcoded IDs. - Removed redundant JVM/JS source map tasks, improving Gradle and Docker build consistency. - Updated dependencies, including `logback` and Webpack `copy-webpack-plugin`, and added contextual documentation. - Added frontend architecture diagram in PlantUML (`docs/01_Architecture/Reference`), standardizing feature-core-shell dependencies.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# CloudFlare
|
||||
|
||||
## Domain **mo-code.at**
|
||||
|
||||
## DNS Einträge
|
||||
|
||||
### DNS-Verwaltung für mo-code.at
|
||||
|
||||
| Typ | Name | Inhalt | Proxy-Status | TTL |
|
||||
|-------|------------|-----------------------------------------|--------------|------|
|
||||
| A | ftp | 81.19.145.155 | Mit Proxy | Auto |
|
||||
| A | mail | 81.19.149.91 | Mit Proxy | Auto |
|
||||
| A | mo-code.at | 81.19.145.155 | Mit Proxy | Auto |
|
||||
| A | www | 81.19.145.155 | Mit Proxy | Auto |
|
||||
| CNAME | imap | imap.world4you.com | Mit Proxy | Auto |
|
||||
| MX | mo-code.at | mail.mo-code.at | Nur DNS | Auto |
|
||||
| NS | mo-code.at | ns1.world4you.at | Nur DNS | Auto |
|
||||
| NS | mo-code.at | ns2.world4you.at | Nur DNS | Auto |
|
||||
| TXT | _dmarc | "v=DMARC1;p=none;" | Nur DNS | Auto |
|
||||
| TXT | mo-code.at | "v=spf1 mx include:spf.w4ymail.at -all" | Nur DNS | Auto |
|
||||
|
||||
### Cloudflare-Nameserver
|
||||
|
||||
**johnny.ns.cloudflare.com**
|
||||
**roxy.ns.cloudflare.com**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user