Shell self-hosted

Open-source Shell projects categorized as self-hosted

Top 23 Shell self-hosted Projects

  • self-hosted

    Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept

    Project mention: Show HN: A open-source financial accounting alternative to QuickBooks | news.ycombinator.com | 2023-09-25

    > I mean no slander or disrespect to anyone involved, but there was a DataDog alternative posted sometime in the last few weeks that had a docker-compose with like 15 containers in it.

    Reminds me of Sentry: https://develop.sentry.dev/self-hosted/

    This is their example docker-compose for self-hosting: https://github.com/getsentry/self-hosted/blob/master/docker-...

    It has:

      - exim4 (smtp)

  • DockSTARTer

    DockSTARTer helps you get started with running apps in Docker.

    Project mention: services and ssl are a nightmare | /r/homeautomation | 2023-06-02

    I recommend Dockstarter if you're not that familiar with docker yet. It helps setting up everything and there's documentation available for every app.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • wireguard-manager

    ✔️ WireGuard-Manager allows you to effortlessly set up and manage your own VPN in under a minute.

    Project mention: Only work with google | /r/WireGuard | 2023-04-04

    In the end i succeed using this script: https://github.com/complexorganizations/wireguard-manager

  • pi-hosted

    Raspberry Pi Self Hosted Server Based on Docker / Portainer.io

    Project mention: Trying to deploy Plex via Portainer on a Raspberry Pi, having trouble building the image | /r/portainer | 2023-07-09
  • docker-selfhosted-apps

    Collection of selfhosted apps with docker only ! Traefik, Bitwarden, Wireguard with Pihole, Synapse with Elements, etc.

    Project mention: I'm currently realized that I need better threat model | /r/PrivacyGuides | 2023-06-04
  • easy-wg-quick

    Creates Wireguard configuration for hub and peers with ease

    Project mention: Snowden leak: Cavium networking hardware may contain NSA backdoor | news.ycombinator.com | 2023-09-19

    So in real life terms, what does this mean for people that own USG3s? If you're so inclined, replace it? Or not use the VPN feature in the Unifi admin console?

    Personally, I just forward all WireGuard traffic to another computer on my network and use https://github.com/burghardt/easy-wg-quick to setup a simple VPN.

  • self-hosted

    Deploy Revolt using Docker. (by revoltchat)

    Project mention: Revolt: FOSS Discord Alternative | news.ycombinator.com | 2023-06-22

    You can fully self host it (server and everything): https://github.com/revoltchat/self-hosted

    This is for folks that want a self-governed / "no big brother" Discord alternative, it's quite nice for that purpose, but it's lacking the Discord integrations (audio chat, etc.) that make it better for gamers.

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • outline-docker-compose

    Install a self-hosted Outline wiki instance in a couple of minutes

    Project mention: Can someone help me figure out how to install Outline? Really struggling! | /r/selfhosted | 2023-06-06
  • hypertrace

    An open source distributed tracing & observability platform

  • docker-compose-nas

    Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support

    Project mention: This would have made my life so much easier in the beginning.... | /r/Piracy | 2023-05-10
  • seedbox

    A Docker-powered seedbox with persistent data and more cool stuff.

    Project mention: Torrent and Seed from QNAP NAS? | /r/trackers | 2023-03-23
  • Raspberry-Pi-Guide

    Raspberry Pi Guide. Learn all about the Raspberry Pi and other cool tools such as WireGuard, Home Assistant, Homebridge, ESPHome, and Watchdog timer.

  • containers

    Kubernetes tailored container images for various applications (by onedr0p)

    Project mention: Quadlets might make me finally stop using Docker-compose – Major Hayden | news.ycombinator.com | 2023-09-26

    I believe this is due to the linuxserver.io images actually being customized specifically for usage with docker.

    For images intended for rootless deployments e.g. podman, take a look at the onedr0p container images, https://github.com/onedr0p/containers

  • self-hosted-services

    A core set of privacy-preserving services that can be easily self-hosted via Docker Compose.

  • pds

    Bluesky PDS (Personal Data Server) container image, compose file, and documentation

    Project mention: Bluesky partners with Namecheap to power domains as usernames | news.ycombinator.com | 2023-07-06

    They've launched the 'sandbox' which is the federated/decentralised dev/staging environment. So yes, you can run your own PDS (server) and have it federate with others, but it's still very much in development and 'here be dragons'

    https://github.com/bluesky-social/pds/blob/main/SANDBOX.md

  • Vaultwarden_Self_Host

    Automatically setup and host a Vaultwarden (unoffical Bitwarden) instance on a Raspberry Pi or other Linux Server

  • docker

    Production...ish docker-compose image for wger (by wger-project)

    Project mention: wger docker help please - Pastebin.com | /r/selfhosted | 2023-06-11
  • selfhosted

    Selfhosted services docker-compose manifests (by kha7iq)

  • TutoAsus

    Tutorial on how to setup a nginx reverse proxy on Asus router with Merlin firmware, and get Let's Encrypt certificate with acme.sh.

  • homelab-docker

    Docker Compose for building a home lab

    Project mention: Why Jellyfin? | /r/jellyfin | 2023-06-01
  • d.rymcg.tech

    A collection of self-hosted docker-compose projects with Traefik reverse proxy and administrative Makefiles for easy maintainance

    Project mention: Docker Compose Examples | news.ycombinator.com | 2023-02-25

    > What if the docker daemon is on a storage server and the host volume of /stuff contains, say, 10 terabytes of photo album content?

    In this extreme example I think probably a bind mount might make sense, especially if the files are already there. But the named volume would just be stored in /var/lib/docker/volumes/some-volume-name, so as long as that /var/lib has 10TB I don't see the problem.

    I can use my sftp container [1] to be able to sftp directly into a volume, but I've not yet transferred 10TB with it :)

    [1] https://github.com/EnigmaCurry/d.rymcg.tech/tree/master/sftp

  • github-runner

    Simple Self-Hosted GitHub Actions Runner

    Project mention: Hybrid Deployment of GitHub Actions Runner: Multi-Arch Image Building Speed Soars 10x! | /r/github | 2023-07-29

    So we tried to use GitHub Actions official runner combines our self-hosted runner on Hetzner ARM64 machines using https://github.com/knatnetwork/github-runner, by using three jobs:

  • SaorTech-cloud-services

    A range of scripts to provision and configure open source cloud services.

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-09-26.

Shell self-hosted related posts

Index

What are some of the best open-source self-hosted projects in Shell? This list will help you:

Project Stars
1 self-hosted 6,540
2 DockSTARTer 2,005
3 wireguard-manager 1,321
4 pi-hosted 978
5 docker-selfhosted-apps 910
6 easy-wg-quick 901
7 self-hosted 680
8 outline-docker-compose 505
9 hypertrace 498
10 docker-compose-nas 490
11 seedbox 258
12 Raspberry-Pi-Guide 187
13 containers 177
14 self-hosted-services 164
15 pds 144
16 Vaultwarden_Self_Host 100
17 docker 73
18 selfhosted 70
19 TutoAsus 65
20 homelab-docker 38
21 d.rymcg.tech 36
22 github-runner 29
23 SaorTech-cloud-services 25
Updating dependencies is time-consuming.
Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
blog.mergify.com