import React from 'react'; import Link from '@docusaurus/Link'; import Layout from '@theme/Layout'; import { useColorMode } from '@docusaurus/theme-common'; function HomepageHeader() { const { isDarkTheme } = useColorMode(); return ( Self-hosted photo and video management solution Get started Demo portal Sponsor ); } export default function Home(): JSX.Element { return ( This project is available under GNU AGPL v3 license. Privacy should not be a luxury ); }
Self-hosted photo and video management solution
This project is available under GNU AGPL v3 license.
Privacy should not be a luxury