All Projects → kha7iq → selfhosted

kha7iq / selfhosted

Licence: other
Selfhosted services docker-compose manifests

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to selfhosted

comments
A real-time, markdown-enabled comment engine powered by leveldb with oauth support
Stars: ✭ 60 (-6.25%)
Mutual labels:  self-hosted
ass
The superior self-hosted ShareX server
Stars: ✭ 331 (+417.19%)
Mutual labels:  self-hosted
auddly
Self hosted music streaming app
Stars: ✭ 60 (-6.25%)
Mutual labels:  self-hosted
burrow
Burrow is an online booking platform / software for Real estate marketplace (Realty marketplace), Rental booking, Room sharing, Hotel booking, Office/Parking Space sharing, Car sharing, Bike sharing, Boat sharing, and other Airbnb clones like finder, etc
Stars: ✭ 45 (-29.69%)
Mutual labels:  self-hosted
OpenBudgeteer
OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
Stars: ✭ 501 (+682.81%)
Mutual labels:  self-hosted
gatus
⛑ Automated service health dashboard
Stars: ✭ 3,018 (+4615.63%)
Mutual labels:  self-hosted
Anything
Digital asset organizing tool for creators.
Stars: ✭ 19 (-70.31%)
Mutual labels:  self-hosted
mailgun logger
Simple Mailgun log persistence in Phoenix/Elixir
Stars: ✭ 73 (+14.06%)
Mutual labels:  self-hosted
paperhero
webapp written in python to manage pdf collections and notes
Stars: ✭ 28 (-56.25%)
Mutual labels:  self-hosted
Snippet2
A simple Code Snippet with user account and share feature
Stars: ✭ 20 (-68.75%)
Mutual labels:  self-hosted
DSAC
DockSTARTer App Config helps you configure some of your Docker apps!
Stars: ✭ 20 (-68.75%)
Mutual labels:  self-hosted
jmal-cloud-server
基于springboot的网盘服务端。JmalCloud 是一款私有云存储网盘项目,能够简单安全管理您的云端文件
Stars: ✭ 80 (+25%)
Mutual labels:  self-hosted
visited
Securely collect browsing history over browsers.
Stars: ✭ 60 (-6.25%)
Mutual labels:  self-hosted
wake-pc
Wake PC is a tiny self-hosted Wake-On-Lan (WOL) app written in PHP for linux machines that you can use to wake up machines on your local network.
Stars: ✭ 44 (-31.25%)
Mutual labels:  self-hosted
autobrr
Automation for downloads.
Stars: ✭ 288 (+350%)
Mutual labels:  self-hosted
nitter scraper
Scrape Twitter API without authentication using Nitter.
Stars: ✭ 31 (-51.56%)
Mutual labels:  self-hosted
krane
Open-source, self-hosted, container management solution
Stars: ✭ 76 (+18.75%)
Mutual labels:  self-hosted
openeats
Recipe Management Site created in Django
Stars: ✭ 15 (-76.56%)
Mutual labels:  self-hosted
neko
A self hosted virtual browser that runs in docker and uses WebRTC.
Stars: ✭ 2,266 (+3440.63%)
Mutual labels:  self-hosted
martianpins
Self hosted IPFS pinning service.
Stars: ✭ 23 (-64.06%)
Mutual labels:  self-hosted

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

Net Data

NextCloud

P

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
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].