Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monadical-sas/selfhostyourtech
🐳 A Docker getting-started kit for new businesses trying to self-host their data! Includes vetted apps for team communication, office document editing, CRM, marketing/publishing, AI, and more.
https://github.com/monadical-sas/selfhostyourtech
agents ai baserow docker n8n nextcloud own-your-data self-hosted self-hosting tailscale
Last synced: about 16 hours ago
JSON representation
🐳 A Docker getting-started kit for new businesses trying to self-host their data! Includes vetted apps for team communication, office document editing, CRM, marketing/publishing, AI, and more.
- Host: GitHub
- URL: https://github.com/monadical-sas/selfhostyourtech
- Owner: Monadical-SAS
- Created: 2025-01-20T16:27:21.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T16:37:06.000Z (2 days ago)
- Last Synced: 2025-01-28T17:02:58.395Z (2 days ago)
- Topics: agents, ai, baserow, docker, n8n, nextcloud, own-your-data, self-hosted, self-hosting, tailscale
- Homepage: https://selfhostyour.tech
- Size: 252 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SelfHostYour.Tech
An all-in-one Docker kit to self-host your business's tech stack.
Aimed at companies with 1 ~ 100 employees.
- Main Site: https://selfhostyour.tech
- Source Code: https://github.com/Monadical-SAS/selfhostyourtech
- Community: https://zulip.selfhostyour.tech
- Documentation: https://docs.selfhostyour.tech---
## Installation
1. [Install Docker](https://docs.docker.com/get-docker/)
2. `git clone https://github.com/Monadical-SAS/selfhostyourtech.git /opt/selfhostyourtech`
3. ```bash
for folder in $(ls -d /opt/selfhostyourtech/*/); do
cd $folder
docker compose up -d
cd ..
done# wait 1~2 min for everything to finish launching
# then run all the scripts to link the services together
bash ./*/bin/link_to_*.sh
```
---
---
## Services
### Communication
#### zulip ⭐️
#### simplelogin
#### stalwart
### Publishing
- hedgedoc ⭐️
- wordpress
- matomo
- [Ghost](https://github.com/TryGhost/Ghost)### Office
- hedgedoc ⭐️
- nextcloud ⭐️
- ONLYOFFICE ⭐️
- collabora
- penpot### CRM
- baserow ⭐️
- [espoCRM](https://github.com/espocrm/espocrm)
- monica
- twenty### Security
- authentik ⭐️
- tailscale ⭐️### Data Warehousing
- archivebox ⭐️
- baserow ⭐️
- databox ⭐️
- duplicati ⭐️### DevOps
- portainer ⭐️
- traefik ⭐️
- n8n ⭐️
- gitea
- healthchecks.io ⭐️
- netdata### AI
- librechat ⭐️
- helix ⭐️
- reflector ⭐️