Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to Robyn #14

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .config/config_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ job:
debug:
enable: true
profiling: false
nossl: false
nossl: false

extends:
workers: 4
process: 4
File renamed without changes.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# HoloBE
Holo (Hol0) backend server.
# Holo
Holo backend server.

Powered by [FastAPI](https://fastapi.tiangolo.com) with [Prisma](https://prisma.io) ([prisma-client-py](https://github.com/RobertCraigie/prisma-client-py))
Powered by [Robyn](https://fastapi.tiangolo.com) with [Prisma](https://prisma.io) ([prisma-client-py](https://github.com/RobertCraigie/prisma-client-py))

## Getting Started
> [!WARNING]
> HoloBE is under development. Therefore, its use in a production environment is deprecated.
> Holo is under development. Therefore, its use in a production environment is deprecated.
By following this guide, you can build an instance of Hol0.

```shell
Expand All @@ -26,7 +26,7 @@ Hol0 is inspired by the following software:
- [ ] ActivityPub (1/8 done)
- [x] webfinger
- [ ] Person
- [ ] Instance Actor
<!-- - [ ] Instance Actor-->
- [ ] Inbox
- [ ] Outbox
- [ ] Post Activity To Remote
Expand All @@ -45,11 +45,11 @@ Hol0 is inspired by the following software:
- [ ] Misskey's summaly proxy support
- [ ] Allow registration to be approved/or invite code-based (from Misskey (and Sharkey))
- [ ] Frontend
- [x] login
- [x] signup
- [x] CloudFlare Turnstile
- [ ] login
- [ ] signup
- [ ] CloudFlare Turnstile
- [ ] password reset
- [x] CloudFlare Turnstile
- [ ] CloudFlare Turnstile
- [ ] Profile
- [ ] Note
- [ ] Render MFM
Expand Down
54 changes: 0 additions & 54 deletions app/models/prisma/backend.prisma

This file was deleted.

26 changes: 0 additions & 26 deletions app/models/prisma/channel.prisma

This file was deleted.

50 changes: 0 additions & 50 deletions app/models/prisma/instance.prisma

This file was deleted.

53 changes: 0 additions & 53 deletions app/models/prisma/note.prisma

This file was deleted.

8 changes: 0 additions & 8 deletions app/models/prisma/schema.tmpl

This file was deleted.

78 changes: 0 additions & 78 deletions app/models/prisma/user.prisma

This file was deleted.

18 changes: 0 additions & 18 deletions app/utils/response.py

This file was deleted.

Loading
Loading