Skip to content
/ base Public

The base repo for my home server stack. This is designed so that it can be cloned onto a fresh server install and give me everything that I want. It's built up of various submodules.

License

Notifications You must be signed in to change notification settings

bens-home/base

Repository files navigation

Bens Home Repo logo

Twitter My Work Github

Base

This is the base repo for my home server stack. This is designed so that it can be cloned onto a fresh server install and give me everything that I want. It's built up of various submodules so that I can do different versioning and branching for each feature if desired.

This is really just for my own personal use and organization.

Geting Started

Clone this repo with SSH:

git clone [email protected]:bens-home/base.git --recurse-submodules

Just for reference in the future, you can initalize all the submodules in the repo like this:

git pull --recurse-submodules

or

git submodule update --init --recursive

The submodules are added with the SSH path, so you need to have that set up on your git account.

A lot of stuff in here uses Docker or Docker Compose, be make sure to install it on your machine.

About

The base repo for my home server stack. This is designed so that it can be cloned onto a fresh server install and give me everything that I want. It's built up of various submodules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages