Skip to content

Commit

Permalink
Merge pull request #14 from holo-social/robyn
Browse files Browse the repository at this point in the history
Migration to Robyn
  • Loading branch information
AmaseCocoa authored Aug 23, 2024
2 parents d8beb98 + 20bf76a commit 56f08e2
Show file tree
Hide file tree
Showing 31 changed files with 500 additions and 841 deletions.
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

0 comments on commit 56f08e2

Please sign in to comment.