-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 1.76 KB
/
index.html
File metadata and controls
40 lines (33 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bånder API Explorer</title>
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
<meta name="author" content="Martin Christiansen - juul.xyz">
<meta name="description" content="API documentation for bånder (https://github.com/baander-app)">
<meta name="googlebot" content="notranslate">
<meta name="google" content="nopagereadaloud">
</head>
<body>
<noscript>
The api documentation requires javascript to function.
To get the raw openapi documentation go to https://github.com/baander-app/api-explorer/blob/master/api.json
Bånder.App is a sophisticated media server developed with the primary goal to deliver high performance and seamless experience for users.
Being built on top of Laravel framework and PostgreSQL for database, it leverages the power of robust backend technologies, providing high security, reliability, and scalability.
The main focus of Bånder.App is efficient media management and delivery.
This application is designed to handle large amounts of media files while ensuring quick and efficient access.
Implemented queuing functionality through Redis offers efficient job management and load handling.
The media information is organized and easily searchable, ensuring users can always find what they are looking for quickly and easily.
</noscript>
<elements-api
apiDescriptionUrl="./api.json"
router="hash"
hideTryIt="true"
layout="sidebar"
logo="/baander-logo.svg"
/>
</body>
</html>