Docs/index.md

49 lines
1.5 KiB
Markdown
Raw Normal View History

2023-06-11 19:11:44 +00:00
---
layout: home
hero:
2023-06-25 12:28:14 +00:00
name: "LonaDB"
2024-02-02 14:38:22 +00:00
text: "JSON based and written in PHP"
2023-07-06 20:17:07 +00:00
tagline: Simple, free and Open-Source.
2023-06-11 19:11:44 +00:00
actions:
- theme: brand
text: Get Started
link: /guide/getting-started
- theme: alt
text: View on GitHub
2024-02-02 14:38:22 +00:00
link: https://github.com/LonaDB
2023-08-12 09:54:12 +00:00
image:
src: /logo_large.svg
alt: LonaDB Logo
2023-06-11 19:11:44 +00:00
features:
- title: What is LonaDB?
2024-03-14 14:34:06 +00:00
details: LonaDB is a database written in PHP. It utilizes Encrypted JSON-objects as its storage format and provides support for custom functions, plugins, multiple users and tables.
2023-07-06 20:17:07 +00:00
- title: Open-Source!
2024-02-02 14:38:22 +00:00
details: This is a Open-Source Project. This means that anyone can look at our source code. That way, we can't collect your data.
2023-06-11 19:11:44 +00:00
- title: How does it work?
2024-03-14 14:34:06 +00:00
details: It's really simple! The Server is installed using a installer script. The Client libraries can be found on our GitHub page (or on pip/npm).
2023-07-06 20:17:07 +00:00
- title: Your own instance!
details: LonaDB is self-hosted, meaning you can run it on your own server. This allows you to have full control over your data with no one spying.
2023-06-11 19:11:44 +00:00
---
2023-08-17 13:13:09 +00:00
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #3b82f6 30%, #86efac);
2023-06-11 19:11:44 +00:00
2023-08-17 13:13:09 +00:00
--vp-home-hero-image-background-image: linear-gradient(-15deg, #1d3cd8 50%, #22c55b 50%);
--vp-home-hero-image-filter: blur(40px);
}
@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(56px);
}
}
@media (min-width: 960px) {
:root {
--vp-home-hero-image-filter: blur(72px);
}
}
</style>