️ Tipi is a homeserver for everyone! One command setup, one click installs for your favorites self-hosted apps.
Go to file
dependabot[bot] aa3571282f chore(deps): bump the minor-patch group with 10 updates
Bumps the minor-patch group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.1.3` | `14.1.4` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.1` | `7.24.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.1` | `14.2.2` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.11.3` | `8.11.4` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.3` | `14.1.4` |
| [knip](https://github.com/webpro/knip/tree/HEAD/packages/knip) | `5.1.3` | `5.1.5` |
| [msw](https://github.com/mswjs/msw) | `2.2.8` | `2.2.9` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.2` | `5.4.3` |
| [hono](https://github.com/honojs/hono) | `4.1.2` | `4.1.3` |
| [systeminformation](https://github.com/sebhildebrandt/systeminformation) | `5.22.5` | `5.22.6` |


Updates `next` from 14.1.3 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.1.3...v14.1.4)

Updates `@babel/core` from 7.24.1 to 7.24.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-core)

Updates `@testing-library/react` from 14.2.1 to 14.2.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2)

Updates `@types/pg` from 8.11.3 to 8.11.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `eslint-config-next` from 14.1.3 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.4/packages/eslint-config-next)

Updates `knip` from 5.1.3 to 5.1.5
- [Release notes](https://github.com/webpro/knip/releases)
- [Commits](https://github.com/webpro/knip/commits/5.1.5/packages/knip)

Updates `msw` from 2.2.8 to 2.2.9
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.2.8...v2.2.9)

Updates `typescript` from 5.4.2 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3)

Updates `hono` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.1.2...v4.1.3)

Updates `systeminformation` from 5.22.5 to 5.22.6
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.22.5...v5.22.6)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@types/pg"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: hono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: systeminformation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 07:28:24 +01:00
__mocks__ refactor: export TipiCache as a non-instantiated class 2023-08-28 22:01:40 +02:00
.devcontainer chore: rename all reference of personal github account to new organization 2023-10-12 21:16:37 +02:00
.github ci(e2e): increase timeout to 60 minutes 2024-03-19 08:23:17 +01:00
e2e chore: revert stuff 2024-03-16 15:55:59 +01:00
packages chore(deps): bump the minor-patch group with 10 updates 2024-03-21 07:28:24 +01:00
patches chore: apply next-safe-action patch 2023-10-12 22:26:34 +02:00
public refactor(category-select): change from react-select to @radix for dark mode support 2024-03-18 21:43:46 +01:00
screenshots [ImgBot] Optimize images 2022-12-20 20:41:25 +01:00
scripts chore(scripts): target v3.0.3 on automated update script 2024-02-17 09:14:45 +01:00
src chore(singletons): remove singleton pattern in dev mode 2024-03-18 22:40:21 +01:00
tests test: fix paths 2024-03-16 15:55:59 +01:00
.all-contributorsrc chore: fix my name in readme 2024-01-24 14:44:12 +02:00
.dockerignore chore: revert stuff 2024-03-16 15:55:59 +01:00
.env.example refactor: merge worker and dashboard 2024-03-16 15:55:59 +01:00
.env.test refactor: move db migrations in cli start command 2023-08-28 20:23:51 +02:00
.eslintignore chore(deps): bump next-safe-action 2024-02-01 20:01:29 +01:00
.eslintrc.js chore: order translations keys with eslint 2024-01-18 20:21:07 +01:00
.gitignore chore: revert stuff 2024-03-16 15:55:59 +01:00
.prettierrc.js chore: order translations keys with eslint 2024-01-18 20:21:07 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-05-13 14:04:16 +00:00
codecov.yml ci: enable informational mode in codecov 2023-09-02 22:03:39 +02:00
crowdin.yml feat: setup next-intl with initial page props 2023-05-09 08:29:35 +02:00
docker-compose.dev.yml test: fix paths 2024-03-16 15:55:59 +01:00
docker-compose.prod.yml chore(docker-compose): add healthchecks for runtipi container 2024-03-19 18:49:20 +01:00
Dockerfile chore(worker-build): use release.name for sentry release 2024-03-17 22:23:34 +01:00
Dockerfile.dev refactor: merge worker and dashboard 2024-03-16 15:55:59 +01:00
global.d.ts feat: setup next-intl with initial page props 2023-05-09 08:29:35 +02:00
jest.config.ts chore(deps): bump msw to 2.0.11 2023-12-12 09:27:55 +01:00
LICENSE Create LICENSE 2022-04-22 10:22:43 +00:00
next-env.d.ts feat(apps): add "enable on guest dashboard option" 2023-11-02 19:04:57 +01:00
next.config.mjs chore(dashboard): fix typing issues 2024-03-17 20:09:13 +01:00
package.json chore(deps): bump the minor-patch group with 10 updates 2024-03-21 07:28:24 +01:00
playwright.config.ts tests(e2e): refactor register user to insert directly in db 2023-06-03 19:18:18 +02:00
pnpm-lock.yaml chore(deps): bump the minor-patch group with 10 updates 2024-03-21 07:28:24 +01:00
pnpm-workspace.yaml feat: create new cli package 2023-08-16 21:53:59 +02:00
README.md Revert "chore: fix contributors badge on readme" (#1217) 2024-02-07 17:43:19 +01:00
reset.d.ts chore: create ts path aliases and add ts-reset 2023-03-28 22:44:03 +02:00
sentry.client.config.ts chore(sentry): change ExtraErrorData to extraErrorDataIntegration 2024-03-06 08:24:05 +01:00
sentry.edge.config.ts chore(sentry): change ExtraErrorData to extraErrorDataIntegration 2024-03-06 08:24:05 +01:00
sentry.server.config.ts chore(sentry): change ExtraErrorData to extraErrorDataIntegration 2024-03-06 08:24:05 +01:00
sonar-project.properties refactor: move dashboard files in root folder 2023-02-20 08:41:59 +01:00
start.dev.sh test: refactor with new paths 2024-03-16 15:55:59 +01:00
start.prod.sh chore(docker-compose): add dependencies on db and redis in prod docker-compose 2024-03-17 22:05:04 +01:00
tsconfig.json test: fix paths 2024-03-16 15:55:59 +01:00
vitest.workspace.ts chore: add local prod script 2023-10-11 21:22:57 +02:00

Tipi — A personal homeserver for everyone

All Contributors

License Version Issues Docker Pulls Docker Image Size Build Crowdin

💡 Tipi is built with TypeScript, Next.js app router and Drizzle ORM! If you want to collaborate on a cool project, join the discussion on Discord!

Join the community

Discord

Preview

⚠️ Tipi is built and maintained by volunteers. There is no guarantee of support or security when you use Tipi. While the system is considered stable, it is still in active development and may contain bugs.

Tipi is a personal homeserver orchestrator that makes it easy to manage and run multiple services on a single server. It is based on Docker and comes with a simple web interface to manage your services. Tipi is designed to be easy to use, so you don't have to worry about manual configuration or networking. Simply install Tipi on your server and use the web interface to add and manage services. You can see a list of available services in the App Store repo and request new ones if you don't see what you need. To get started, follow the installation instructions below.

Getting started

Visit our website runtipi.io for installation instructions, documentation and guides.

Demo

You can try out a demo of Tipi at demo.runtipi.io using the following credentials:

username: user@runtipi.io
password: password

📚 Documentation

For a detailed guide on how to install Tipi. This amazing article by @kycfree Running a Home Server with Tipi

You can find more documentation and tutorials / FAQ on runtipi.io

❤️ Contributing

Tipi is made to be very easy to plug in new apps. We welcome and appreciate new contributions.

If you want to add a new app or feature, you can follow the Contribution guide for instructions on how to do so.

We are looking for contributions of all kinds. If you know design, development, or have ideas for new features, please get in touch.

📜 License

License

Tipi is licensed under the GNU General Public License v3.0. TL;DR — You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.

🗣 Community

🙏 Acknowledgements

  • GitHub - Thanks for generously giving us access to your full product suite
  • Freepik - Thanks for providing a free logo for the project
  • Sentry - Thanks for providing error tracking for the project
  • Crowdin - Thanks for providing localization management for the project
  • CodeRabbit - Thanks for providing free AI code reviews in our Pull Requests

Contributors

Thanks goes to these wonderful people (emoji key):

Nicolas Meienberger
Nicolas Meienberger

💻 🚇 ⚠️ 📖
ArneNaessens
ArneNaessens

💻 🤔 ⚠️
DrMxrcy
DrMxrcy

💻 🤔 ⚠️ 🖋 📣 💬 👀
Cooper
Cooper

💻
JTruj1ll0923
JTruj1ll0923

💻
Stetsed
Stetsed

💻
Jones_Town
Jones_Town

💻
Rushi Chaudhari
Rushi Chaudhari

💻
Robert Blaine
Robert Blaine

💻
Seth For Privacy
Seth For Privacy

💻
Prajna
Prajna

💻
Justin Moy
Justin Moy

💻
dextreem
dextreem

💻
Brahim Hadriche
Brahim Hadriche

💻
Andrew Brereton
Andrew Brereton

🖋
Freddie Sackur
Freddie Sackur

💻 📖
Innocentius
Innocentius

🌍
Alex
Alex

💻
Ryan Wang
Ryan Wang

💻
simonandr
simonandr

🖋
iepure
iepure

🌍
Sergey Kodolov
Sergey Kodolov

🌍 💻
sclaren
sclaren

💻
mcmeel
mcmeel

💬 🤔 💻 📖
NoisyFridge
NoisyFridge

🌍
Bvoxl
Bvoxl

🌍
m-lab-0
m-lab-0

🌍
dannkunt
dannkunt

🌍
Schmanko
Schmanko

🌍
Nghia Lele
Nghia Lele

🌍
amusingimpala75
amusingimpala75

💻
David
David

🌍
Stavros
Stavros

🌍 💻 ⚠️ 📖
loxiry
loxiry

🌍
JigSaw
JigSaw

💻
DireMunchkin
DireMunchkin

💻
Fabio Cingottini
Fabio Cingottini

🌍
him
him

💻
CHALOPIN Clément
CHALOPIN Clément

💻
Geetansh Jindal
Geetansh Jindal

💻
Olivier Garcia
Olivier Garcia

💻
qcoudeyr
qcoudeyr

💻
Armand Gillot
Armand Gillot

💻
Jaffo73
Jaffo73

⚠️ 💻
Jorge Montejo
Jorge Montejo

💻
Frédéric Cilia
Frédéric Cilia

💻
Agustín Carrasco
Agustín Carrasco

💻
Thibault Claude
Thibault Claude

💻
Joshua Banks
Joshua Banks

💻 📖

Did you contribute and want to see your name listed in the README? Write a comment here This project follows the all-contributors specification. Contributions of any kind welcome!