Skip to content

Commit

Permalink
chore(readme): quick typo fix
Browse files Browse the repository at this point in the history
Snazzah committed Sep 26, 2022
1 parent 30e5e19 commit 78daca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ Dub relies a lot on serverless services (Vercel, Upstash) and wasn't all that go

## Differences
- References to separate plans and Stripe was removed.
- `@upstash/redis` was replaced with `ioredis`, which caused a bit of problems and I ended up restrcturing link routing like in the next point.
- `@upstash/redis` was replaced with `ioredis`, which caused a bit of problems and I ended up restructuring link routing like in the next point.
- Dub uses Next.js middleware to route links, but the middleware itself is limited to edge functionality, which wouldn't work for Redis outside of Upstash's Redis client (which is just calling endpoints). The router was insteda made into a separate node HTTP server hosted on a separate port (default `3001`). This can also allow for index links in the future.
- Users now have types, with users being able to be [superadmins](https://get.snaz.in/4oXYvT9.png), or regular admins that can create projects. By default, users cannot create projects and will have to be invited to other projects by managers. This system is somewhat similar to Weblate.
- Superadmins have control of instance-wide settings, like enabling or disabling new users, or limiting new users to certain e-mails. ([example](https://get.snaz.in/3wPaYvt.png))

0 comments on commit 78daca0

Please sign in to comment.