Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

GLEIF-IT/GLEIF-IT.github.io

Open more actions menu

Repository files navigation

GLEIF-IT.github.io

This repository contains .well-known information.

The software "gleif-serve" is not intended to be deployed in production, it is a tool to support development of documentation.

Installation

Install Project Dependencies

uv sync

Usage

Start the Server

uv run serve

cURL example

curl -s http://127.0.0.1:8080/.well-known/index.json | jq '.resources.schema.schemas | keys'

shell script example

#!/bin/bash
BASE_URL="http://127.0.0.1:8080/.well-known"

OOBI_PATHS=$(curl -s "${BASE_URL}/index.json" | jq -r '.resources.witness.witnesses[].oobi')
echo $OOBI_PATHS

for oobi_path in $OOBI_PATHS; do
    curl -s "${BASE_URL}${oobi_path}"
    echo
done

Schema SAID

uv run saidify

About

GLEIF-IT Main Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.