Skip to content

neherdata/nsfw_static_pages

Repository files navigation

NSFW Static Pages

Monorepo for SkinVault app-related static sites deployed on Cloudflare Pages.

Sites

  • skinvault.linked.skin - Marketing and landing page for SkinVault app
  • privacy.linked.skin - Privacy Policy
  • support.linked.skin - Support and FAQ
  • tos.linked.skin - Terms of Service

Deployment

Each site is deployed as a separate Cloudflare Pages project from this monorepo.

Cloudflare Pages Configuration

Each project should be configured with:

  • Build command: echo "Static site - no build needed"
  • Build output directory: <site-directory> (e.g., skinvault.linked.skin)
  • Root directory: <site-directory>
  • Build watch paths: <site-directory>/**

Structure

nsfw_static_pages/
├── skinvault.linked.skin/
├── privacy.linked.skin/
├── support.linked.skin/
└── tos.linked.skin/

API Service

Note: The NSFW Detection API service is NOT in this repo. It's a FastAPI service running on:

  • Domain: linked.skin
  • Location: app-server (Cloudflare Tunnel)
  • Repository: nsfw_detect_api

DNS

All domains managed via Cloudflare DNS and deployed via Cloudflare Pages.

About

Static pages for SkinVault and NSFW Detection API (linked.skin)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages