meienberger / runtipi
- понедельник, 12 сентября 2022 г. в 00:32:16
⛺️ Tipi is a homeserver for everyone! One command setup, one click installs for your favorites self-hosted apps. ✨
⚠️ 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
You can find and submit new apps inside of the RunTipi Appstore.
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.
Run this in an empty directory where you want to install Tipi.
git clone https://github.com/meienberger/runtipi.git
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
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
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.
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.
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.
Thanks goes to these wonderful people (emoji key):
Nicolas Meienberger |
ArneNaessens |
DrMxrcy |
Cooper |
JTruj1ll0923 |
Stetsed |
Jones_Town |
Rushi Chaudhari |
Robert Blaine |
Seth For Privacy |
This project follows the all-contributors specification. Contributions of any kind welcome!