Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 ⭐️