andrewbrereton / runtipi

⛺️ Tipi is a homeserver for everyone! One command setup, one click installs for your favorites self-hosted apps. ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⛺️ Tipi — A personal homeserver for everyone

All Contributors

License Version Issues Docker Pulls Docker Image Size Build codecov

Join the discussion

Discord Matrix

Preview

⚠️ Tipi is still at an early stage of development and issues are to be expected. Feel free to open an issue or pull request if you find a bug.

Tipi is a personal homeserver orchestrator. It is running docker containers under the hood and provides a simple web interface to manage them. Every service comes with an opinionated configuration in order to remove the need for manual configuration and network setup.

Check our demo instance : demo.runtipi.com / username: user@runtipi.com / password: runtipi

Apps available

  • Adguard Home - Adguard Home DNS adblocker
  • Booksonic - A server for streaming your audiobooks
  • BookStack - BookStack is a self-hosted platform for organising and storing information.
  • Calibre-Web - Web Ebook Reader
  • Code-Server - Web VS Code
  • Filebrowser - Web File Browser
  • Firefly III - A personal finances manager
  • FreshRSS - A free, self-hostable RSS aggregator
  • Ghost - Ghost - Turn your audience into a business
  • Gitea - Gitea - A painless self-hosted Git service
  • Gotify - Simple server for sending and receiving notification messages.
  • Haven - Haven is a self-hosted private blog and feedreader you can use instead of Facebook
  • Homarr - A homepage for your server
  • Home Assistant - Open source home automation that puts local control and privacy first
  • Immich - Photo and video backup solution directly from your mobile phone
  • Invidious - An alternative front-end to YouTube
  • Jackett - API Support for your favorite torrent trackers
  • Jellyfin - A media server for your home collection
  • Joplin - Privacy focused note-taking app
  • Libreddit - Private front-end for Reddit
  • LibrePhotos - A self-hosted open source photo management service
  • LibreTranslate - Free and open source machine translation API
  • Lidarr - Looks and smells like Sonarr but made for music
  • Mealie - Self-hosted recipe manager and meal planner
  • MoneroBlock - Decentralized and trustless Monero block explorer
  • Monero Daemon - Monero is a private, decentralized cryptocurrency that keeps your finances confidential and secure
  • n8n - Workflow Automation Tool
  • Navidrome - Modern Music Server and Streamer compatible with Subsonic/Airsonic
  • Nextcloud - A safe home for all your data
  • Nitter - Alternative Twitter front-end
  • Node-RED - Low-code programming for event-driven applications
  • Overseerr - Request management and media discovery tool for the Plex ecosystem
  • Photoprism - AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy.
  • Pihole - A black hole for Internet advertisements
  • Plex - Stream Movies & TV Shows
  • Portainer - Making Docker and Kubernetes management easy
  • PrivateBin - A minimalist, open source online pastebin where the server has zero knowledge of pasted data
  • Prowlarr - A torrent/usenet indexer manager/proxy
  • ProxiTok - Open source alternative frontend for TikTok made using PHP
  • qBittorrent - Fast, easy, and free BitTorrent client
  • Radarr - Movie collection manager for Usenet and BitTorrent users
  • Readarr - Book Manager and Automation (Sonarr for Ebooks)
  • Resilio Sync - Fast, reliable, and simple file sync and share solution
  • SearXNG - Privacy-respecting, hackable metasearch engine
  • Send - Simple, private file sharing
  • Sonarr - TV show manager for Usenet and BitTorrent
  • Syncthing - Continuous File Synchronization
  • Tailscale - The easiest, most secure way to use WireGuard and 2FA
  • Tautulli - A Python based monitoring and tracking tool for Plex Media Server
  • teddit - Alternative Reddit front-end focused on privacy
  • Transmission - Fast, easy, and free BitTorrent client
  • Tube Archivist - Your self-hosted YouTube media server
  • Uptime Kuma - A fancy self-hosted monitoring tool
  • Vaultwarden - Unofficial Bitwarden compatible server
  • Wireguard Easy - WireGuard VPN + Web-based Admin UI
  • Your Spotify - Self hosted Spotify tracking dashboard
  • Zerotier - Easy to use zero configuration VPN

You can find and submit new apps inside of the RunTipi Appstore.

🛠 Installation

Installation Requirements

Ubuntu 18.04 LTS or higher is recommended. However other major Linux distribution are supported but may lead to installation issues. Please file an issue if you encounter one.

Step 1. Download Tipi

Run this in an empty directory where you want to install Tipi.

git clone https://github.com/meienberger/runtipi.git

Step 2. Run Tipi

cd into the downloaded directory and run the start script.

cd runtipi
sudo ./scripts/start.sh

The script will prompt you the ip address of the dashboard once configured. Tipi will run by default on port 80. To select another port you can run the start script with the --port argument

sudo ./scripts/start.sh --port 7000

To stop Tipi, run the stop script.

sudo ./scripts/stop.sh

Custom settings

You can change the default settings by creating a settings.json file. The file should be located in the state directory. This file will make your changes persist across restarts. Example file with all possible values:

{
  "dnsIp": "9.9.9.9", // DNS IP address
  "domain": "mydomain.com", // Domain name to link to the dashboard
  "port": 7000, // Change default http port 80
  "sslPort": 7001, // Change default ssl port 443
  "listenIp": "192.168.1.1", // Change default listen ip (advanced)
  "storagePath": "/mnt/usb", // Change default storage path of app data
}

Linking a domain to your dashboard

If you want to link a domain to your dashboard, you can do so by providing the --domain option in the start script.

sudo ./scripts/start.sh --domain mydomain.com

You can also specify it in the settings.json file as shown in the previous section.

A Let's Encrypt certificate will be generated and installed automatically. Make sure to have ports 80 and 443 open on your firewall and that your domain has an A record pointing to your server IP.

❤️ 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.

📜 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.

The bash scripts app.sh contained in the scripts folder contains some snippets from Umbrel's code. Therefore some parts of the code are licensed under the PolyForm Noncommercial License 1.0.0 license. You can for now consider the whole file under this license. We are actively working on re-writing those parts in order to make them available under the GPL license like the rest of our code.

🗣 Community

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

🖋

This project follows the all-contributors specification. Contributions of any kind welcome!

About

⛺️ Tipi is a homeserver for everyone! One command setup, one click installs for your favorites self-hosted apps. ✨

License:GNU General Public License v3.0


Languages

Language:TypeScript 86.9%Language:Shell 11.0%Language:JavaScript 1.1%Language:CSS 0.7%Language:Dockerfile 0.3%