Skip to content

kha7iq/selfhosted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Self Hosted Services

Services

A

Adguard

Adminer

Authelia

C

Certdump

Code Server

CrowdSec

D

Drone-ci

E

Excalidraw

F

File Browser

G

Ghost Blog

Gitea

Gotify

Guacamole

H

Heimdall

J

Jellyfin

Jenkins

M

Mariadb

Minio

N

Navidrome

Net Data

NextCloud

P

Pastefy

Pi-Hole

Plausible Analytics

Portainer

Postwomen

PyLoad

Q

Qbittorrent

R

Redis

S

Searx

Scrutiny

Syncthing

T

Traefik 2

U

Ubooquity

V

Vault Warden

W

Whoogle

Wikijs

Wireguard

Y

Youtube-dl

Gitlab in Kubernetes

Gitlab Kubernetes

How to use this repo:

Clone the repo using:

$ git clone https://github.com/m47ik/selfhosted.git $HOME/selfhosted

Traefik Network

Create the home_net network with:

$ docker network create -d macvlan --subnet=192.168.0.0/24 --gateway=192.168.0.1 -o parent=eth0 home_net

I use this method so that I can assign static IPs to containers. You can set the subnet and gateway as per your network.

Also this is not compulsory, you can create the home_net as docker network and us internal ips. Simply remove the following part from docker-compose manifests.

    networks:
      home_net:
        ipv4_address: 192.168.xx.xx

Requirements

  • Docker
  • docker-compose

About

Selfhosted services docker-compose manifests

Topics

Resources

Stars

Watchers

Forks