Compare commits
8 Commits
docs/railw
...
feat/serve
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d1d8a43d3c | ||
|
|
8ed719c485 | ||
|
|
f455bec6a7 | ||
|
|
aee5391f28 | ||
|
|
c8517ed4c2 | ||
|
|
ceac4c0d81 | ||
|
|
4c5856ec24 | ||
|
|
976373a65b |
12
README.md
12
README.md
@@ -47,17 +47,7 @@ See our [roadmap](https://kan.bn/kan/roadmap) for upcoming features.
|
|||||||
|
|
||||||
## Self Hosting 🐳
|
## Self Hosting 🐳
|
||||||
|
|
||||||
### One-click Deployments
|
The easiest way to self-host Kan is with Docker Compose. This will set up everything for you including your postgres database.
|
||||||
|
|
||||||
The easiest way to deploy Kan is through Railway. We've partnered with Railway to maintain an official template that supports the development of the project.
|
|
||||||
|
|
||||||
<a href="https://railway.com/deploy/kan?referralCode=bZPsr2&utm_medium=integration&utm_source=template&utm_campaign=generic">
|
|
||||||
<img src="https://railway.app/button.svg" alt="Deploy on Railway" height="40" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
### Docker Compose
|
|
||||||
|
|
||||||
Alternatively, you can self-host Kan with Docker Compose. This will set up everything for you including your postgres database.
|
|
||||||
|
|
||||||
1. Create a new file called `docker-compose.yml` and paste the following configuration:
|
1. Create a new file called `docker-compose.yml` and paste the following configuration:
|
||||||
|
|
||||||
|
|||||||
@@ -143,13 +143,6 @@ export const boardRouter = createTRPCRouter({
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!result) {
|
|
||||||
throw new TRPCError({
|
|
||||||
message: `Board with public ID ${input.boardPublicId} not found`,
|
|
||||||
code: "NOT_FOUND",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Generate presigned URLs for workspace member avatars
|
// Generate presigned URLs for workspace member avatars
|
||||||
const workspaceWithAvatarUrls = result.workspace
|
const workspaceWithAvatarUrls = result.workspace
|
||||||
? {
|
? {
|
||||||
|
|||||||
Reference in New Issue
Block a user