Skip to content

Landing page and agent registry for Sentinel, a security-first reverse proxy based on Pingora.

License

Notifications You must be signed in to change notification settings

raskell-io/sentinel.raskell.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentinel.raskell.io

Marketing site and agent registry for Sentinel.

Live: https://sentinel.raskell.io

Quick Start

# Install tools
mise install

# Start dev server
mise run serve

Visit http://127.0.0.1:1111

Tasks

Task Description
mise run serve Dev server with live reload
mise run build Build for production
mise run convert-images Convert images to AVIF

Structure

sentinel.raskell.io/
├── config.toml          # Zola configuration
├── content/
│   ├── _index.md        # Homepage
│   └── agents/          # Agent registry pages
├── sass/style.scss      # Styles (Catppuccin palette)
├── static/              # Images, fonts, favicon
└── templates/           # Zola templates

Adding Agents

Create content/agents/your-agent.md:

+++
title = "Agent Name"
description = "Short description"
template = "agent.html"

[extra]
official = false
author = "Your Name"
status = "Stable"
version = "1.0.0"
repo = "https://github.com/..."
+++

Documentation content...

Tech Stack

Related

License

MIT

About

Landing page and agent registry for Sentinel, a security-first reverse proxy based on Pingora.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors 3

  •  
  •  
  •