postgREST : OK

This commit is contained in:
2025-10-14 21:11:54 +02:00
parent aae433a168
commit 1311068103
13 changed files with 1854 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
<!doctype html>
<html>
<html lang="fr">
<head>
<title>Scalar API Reference</title>
<title>Base de données</title>
<meta charset="utf-8" />
<meta
name="viewport"
@@ -9,19 +9,13 @@
</head>
<body>
<div id="app"></div>
<h1>Base de données</h1>
<!-- Load the Script -->
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
<!-- Initialize the Scalar API Reference -->
<script>
Scalar.createApiReference('#app', {
// The URL of the OpenAPI/Swagger document
url: 'https://registry.scalar.com/@scalar/apis/galaxy/latest?format=json',
// Avoid CORS issues
proxyUrl: 'https://proxy.scalar.com',
})
</script>
<ul>
<li><a href="//whoami.localhost">whoami</a></li>
<li><a href="//pgadmin.localhost">pgAdmin</a></li>
<li><a href="//postgraphile.localhost/graphiql">PostGraphile</a></li>
<li><a href="//scalar.localhost">Scalar</a></li>
</ul>
</body>
</html>