import type { FC } from 'hono/jsx';
import Header from './Header';
import Footer from './Footer';
export const Selfhosted: FC = () => {
return (
<>
Self hosted services
I self host some services, some of them are open for registration, for the other ones, you can always ask for access.
- Maven You can get an account if you ask nicely :)
- Gitea instance You can register if you want to join, if you want access to my gitea runner, send me a message
>
);
};
export default Selfhosted;