Git Product home page Git Product logo

homebase's Introduction

homeBase

homeBase is a stack of software that I use often, deployed to docker using docker-compose.

Requirements:

Linux OS (tested on Ubuntu 22.04, should work on any Linux host where you can run docker-compose.)
git
docker
docker-compose
openssl

December 2023 updates:

  • Simplified install (from a dev standpoint ๐Ÿ˜) by getting rid of set up script. Set up now requires manually copying and filling in the example yaml. I'm welcome!
  • Got rid of SSLH and Ubuntu VNC services.

Included components:

nginx reverse proxy

Nginx configured with HTTPS certificates and set up as a reverse proxy for the two applications below.

transmission

Bittorrent client, accessible at https://HOMEBASE/transmission/web/

vaultwarden

A self hosted keyvault, accessible at https://HOMEBASE/vault

airsonic

A self hosted music streamer and jukebox accessible at https://homebase/vault

Set up:

Download this repository using git:
git clone https://github.com/ostcrom/homeBase

  1. Copy docker-compose.example.yml to docker-compose.yml.
  2. Edit docker-compose.yml and fill the appropriate values for the volume paths.
  3. Use openssl to generate keys:
mkdir ./keys
openssl req -newkey rsa:2048 -nodes -keyout ./keys/keys.pem \
	-x509 -days 365 -out ./keys/certificate.pem
  1. Start the service with docker-compose:
docker-compose up -d

homebase's People

Contributors

ostcrom avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.