DockSTARTer alternatives and similar software solutions
Based on the "Self-hosting Solutions" category.
Alternatively, view DockSTARTer alternatives based on common mentions on social networks and blogs.
-
Budibase
Budibase is an open-source low code platform that helps you build internal tools in minutes ๐ -
sovereign
A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. -
Crater Invoice
Open Source Invoicing Solution for Individuals & Businesses -
Sandstorm
Sandstorm is a self-hostable web productivity suite. It's implemented as a security-hardened web app package manager. -
Open and cheap DIY IP-KVM based on Raspberry Pi
Open and inexpensive DIY IP-KVM based on Raspberry Pi -
OpenMediaVault
openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. OpenMediaVault is primarily designed to be used in home environments or small home offices, but is not limited to those scenarios. It is a simple and easy to use out-of-the-box solution that will allow everyone to install and administrate a Network Attached Storage without deeper knowledge. -
#<Sawyer::Resource:0x00007f938ce6e1d8>
An open source, real-time monitoring tool with custom-monitor and agentless. Web, database, os, middleware, cloudnative, network and more. Aim to monitoring everything! -
FreeNAS
TrueNAS CORE/Enterprise/SCALE Middleware Git Repository [Moved to: https://github.com/truenas/middleware] -
TagSpaces
TagSpaces is an offline, open source, document manager with tagging support -
Ansible-NAS
Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook. -
Yacht
A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for. -
NextCloudPi
๐ฆ Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer... -
1Backend
Run your web apps easily with a complete platform that you can install on any server. Build composable microservices and lambdas. -
Jump
Jump is a self-hosted startpage and real-time status page for your server designed to be simple, stylish, fast and secure. -
DPlatform
Deploy self-hosted apps easily: simple, bloat-free, independent installation -
xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities -
Puffin
lightweight webapp catalog based on containers, with user interface ร la mobile app store -
#<Sawyer::Resource:0x00007fc98721c818>
OS-NVR is a lightweight extensible CCTV system. Mirror of Codeberg. -
yunohost
A server operating system aiming to make self-hosting accessible to everyone. -
FreedomBox
A community project to develop, design and promote personal servers running free software for private, personal, communications. -
arkOS
Install arkOS to a dedicated device and host your own websites, email, files and more. -
HomelabOS
Your very own offline-first privacy-centric open-source data-center!
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of DockSTARTer or a related project?
README
<!-- Home -->
The main goal of DockSTARTer is to make it quick and easy to get up and running with Docker.
You may choose to rely on DockSTARTer for various changes to your Docker system or use DockSTARTer as a stepping stone and learn to do more advanced configurations.
Getting Started
System Requirements
- You must be running a supported platform or an operating system based on a supported platform. Platforms named below will link to documentation listing compatible versions.
- You must be logged in as a non-root user with sudo permissions.
One Time Setup (required)
sudo apt-get install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
Raspbian requires a few extra commands
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install curl git
bash -c "$(curl -fsSL https://get.docker.com)"
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
OpenMediaVault (OMV) requires special instructions found here
- DNF Systems (Fedora)
sudo dnf install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
- Pacman Systems (Arch, Manjaro, EndeavourOS, etc.)
sudo pacman -Sy curl docker git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
- YUM Systems (CentOS)
sudo yum install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
Alternate install (any system)
The standard install above downloads the initial script using a method with some known risks. For those concerned with the security of the above method, here is an alternative:
## NOTE: Run the appropriate command for your distro
sudo apt-get install curl git
sudo dnf install curl git
sudo pacman -Sy curl git
sudo yum install curl git
Then
git clone https://github.com/GhostWriters/DockSTARTer "/home/${USER}/.docker"
sudo bash /home/"${USER}"/.docker/main.sh -vi
sudo reboot
Running DockSTARTer
ds
To run DockSTARTer, use the command above. You should now see the main menu from the screenshots. Select Configuration
and then Full Setup
, and you will be guided through selecting apps and starting containers.
See our documentation for more detailed information.
Support
Click the chat badge to join us on Discord for support!
Additional information can be found on our Support Page.
Contributing
Want to help develop DockSTARTer? Check out our contributing guidelines and code of conduct.
Contributors
This project exists thanks to all the people who contribute.
Supporters
Support the project by donating on Open Collective.
Backers
Thank you to all our backers! Become a backer.
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.
Special Thanks
- SmartHomeBeginner.com for creating AtoMiC-ToolKit that served as this project's primary inspiration, and later this guide that provided some initial direction with Docker.
- LinuxServer.io for maintaining most Docker images used in this project.
*Note that all licence references and agreements mentioned in the DockSTARTer README section above
are relevant to that project's source code only.