Skip to content

Conversation

@AnimaContent
Copy link

New Template: AnimaContent Website Hosting

Provider Information

  • Provider ID: animacontent
  • Service ID: hosting
  • Provider Name: AnimaContent
  • Website: https://animaweb.de

Service Description

AnimaContent is a multi-tenant CMS platform for web agencies. This template enables automatic DNS configuration for customer domains to connect to our Vercel-hosted platform.

DNS Records

Type Host Points To TTL
A @ 76.76.21.21 3600
CNAME www cname.vercel-dns.com 3600

Logo

Logo URL: https://zumnbsbtxlgknqssjioe.supabase.co/storage/v1/object/public/media/brand/animacontent-logo.png

Testing

  • Template has been validated against the JSON schema
  • Records point to Vercel's standard DNS configuration for multi-tenant hosting

Contact

@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Linter OK:

Linter result for animacontent.hosting.json

@kerolasa
Copy link
Collaborator

kerolasa commented Jan 8, 2026

There are multiple issues in your template. Instead of going through every issue separately please see the template below if it is close to what you need.

{
  "providerId": "animacontent",
  "providerName": "AnimaContent",
  "serviceId": "hosting",
  "serviceName": "Website Hosting",
  "version": 1,
  "logoUrl": "https://zumnbsbtxlgknqssjioe.supabase.co/storage/v1/object/public/media/brand/animacontent-logo.png",
  "description": "Connect your domain to AnimaContent multi-tenant platform hosted on Vercel",
  "warnPhishing": true,
  "records": [
    {
      "type": "A",
      "host": "@",
      "pointsTo": "76.76.21.21",
      "ttl": "3600"
    },
    {
      "type": "CNAME",
      "host": "www",
      "pointsTo": "cname.vercel-dns.com",
      "ttl": "3600"
    }
  ]
}

p.s. Please also consider adding syncPubKeyDomain and related public key TXT record(s) that are required by many DNS Providers. https://github.com/Domain-Connect/spec/blob/draft-ietf-dconn-domainconnect-00/draft-ietf-dconn-domainconnect-00.adoc#632-security-considerations

@kerolasa kerolasa self-requested a review January 8, 2026 12:15
@AnimaContent
Copy link
Author

Thanks for the review feedback @kerolasa! I've updated the template:

  • Removed $schema field
  • Removed unnecessary fields (providerDisplayName, serviceDisplayName, etc.)
  • Changed ttl from number to string

Both CI checks are now passing. Ready for another review!

Copy link
Collaborator

@kerolasa kerolasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants