All Projects → GhostWriters → Dockstarter

GhostWriters / Dockstarter

Licence: mit
DockSTARTer helps you get started with home server apps running in Docker.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dockstarter

Atomic Toolkit
AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.
Stars: ✭ 747 (-40.95%)
Mutual labels:  htpc, ubuntu, debian, raspbian
DSAC
DockSTARTer App Config helps you configure some of your Docker apps!
Stars: ✭ 20 (-98.42%)
Mutual labels:  debian, media-server, self-hosted, raspbian
Spocon
SpoCon - A Spotify Connect Client for Debian , Ubuntu and Raspberry Pi based on librespot-java
Stars: ✭ 51 (-95.97%)
Mutual labels:  ubuntu, debian, raspbian
Tmoe Linux
🍭Without any basic knowledge of linux shell,you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.🍹Graphical qemu manager,🐋support running docker on Android.配置WSL和安卓手机的linux容器,桌面环境,主题美化,远程桌面,音频服务,镜像源,uefi开机启动项,webdav(nginx),fcitx输入法以及qemu-system虚拟机...
Stars: ✭ 149 (-88.22%)
Mutual labels:  ubuntu, debian, raspbian
Hardware
The devices I have, what runs on them, their configurations, issues, solutions, and associated projects
Stars: ✭ 67 (-94.7%)
Mutual labels:  ubuntu, debian, raspbian
Pihole Panel
Python/GTK3 based Pi-hole (network-level adblocker) dashboard for stats and more
Stars: ✭ 125 (-90.12%)
Mutual labels:  ubuntu, debian, raspbian
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (-88.22%)
Mutual labels:  ubuntu, debian, raspbian
Docker Compose Usenet
Docker-powered usenet pipeline
Stars: ✭ 240 (-81.03%)
Mutual labels:  media-server, htpc, docker-compose
Nginx Ee
Automated Nginx compilation from sources with additional modules support. Compatible with WordOps, EasyEngine & Plesk
Stars: ✭ 132 (-89.57%)
Mutual labels:  ubuntu, debian, raspbian
Slickstack
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify WordPress provisioning, performance, and security.
Stars: ✭ 311 (-75.42%)
Mutual labels:  ubuntu, debian, raspbian
airgeddon deb packages
Useful related to airgeddon packages for Debian based Linux distributions
Stars: ✭ 22 (-98.26%)
Mutual labels:  debian, ubuntu, raspbian
Buildswiftonarm
All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
Stars: ✭ 448 (-64.58%)
Mutual labels:  ubuntu, debian, raspbian
dist-detect
Try to determine what Linux/Unix distribution is running on a remote host and get a hint if security updates are applied.
Stars: ✭ 14 (-98.89%)
Mutual labels:  debian, ubuntu, raspbian
Qb
QuickBox is much more than a ‘seedbox installer script’, it is a simplistic approach to achieving easy seedbox and services management from a beautifully designed dashboard. Allowing users the ability to interact with their seedbox and server on a professional grade level.
Stars: ✭ 626 (-50.51%)
Mutual labels:  media-server, ubuntu, debian
Debops
DebOps - Your Debian-based data center in a box
Stars: ✭ 734 (-41.98%)
Mutual labels:  self-hosted, ubuntu, debian
Ansible Mariadb Galera Cluster
Stars: ✭ 49 (-96.13%)
Mutual labels:  ubuntu, debian
Debootstick
Generate a bootable live image from any Debian/Ubuntu filesystem tree.
Stars: ✭ 48 (-96.21%)
Mutual labels:  ubuntu, debian
Certbot Install
Install the latest Certbot in a breeze. Great for Ubuntu Focal 20.04, and other Linux/Mac.
Stars: ✭ 50 (-96.05%)
Mutual labels:  ubuntu, debian
Rtinst
seedbox installation script for Ubuntu and Debian systems
Stars: ✭ 1,029 (-18.66%)
Mutual labels:  ubuntu, debian
Linux face unlock
A face authentication system for Ubuntu that works while logging in and running "sudo" commands with a friendly CLI to operate it.
Stars: ✭ 55 (-95.65%)
Mutual labels:  ubuntu, debian

DockSTARTer

Supporters on Open Collective Discord chat GitHub contributors GitHub last commit master GitHub license GitHub Workflow Status

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.

Main Menu

App Select

Value Prompt

Command Line Interface

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)

  • APT Systems (Debian, Ubuntu, etc)

    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
    
  • YUM Systems (CentOS)

    sudo yum install curl git
    bash -c "$(curl -fsSL https://get.dockstarter.com)"
    sudo reboot
    
  • Pacman Systems (Arch, Manjaro, EndeavourOS, etc.)

    Note that systems with the pacman package manager will not install docker via the https://get.docker.com script that is used for other distros. The instructions below provide information on installing all the required packages manually before installing DockSTARTer.

    sudo pacman -Sy curl docker 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 yum install curl git
sudo pacman -Sy curl docker 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

Discord chat

Click the chat badge to join us on Discord for support!

Feature Request | Bug Report

Additional information can be found on our Support Page.

Contributors

GitHub contributors

This project exists thanks to all the people who contribute. GitHub contributors

Supporters

Support the project by donating on Open Collective.

Backers

Backers on Open Collective

Thank you to all our backers! Become a backer.

Backers on Open Collective

Sponsors

Sponsors on Open Collective

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.

Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective

Special Thanks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].