Tag

self-hosted

0 views collected around this technical thread.

macrozheng
macrozheng
Dec 31, 2024 · Operations

Why Choose Gogs Over GitLab? A Lightweight Self‑Hosted Git Solution

This article introduces Gogs as a fast, low‑resource self‑hosted Git service, explains how to install it with Docker, configure basic settings, use it for a SpringBoot‑Vue e‑commerce project, and compares its advantages over GitLab for developers seeking a lightweight alternative.

DevOpsDockerGogs
0 likes · 7 min read
Why Choose Gogs Over GitLab? A Lightweight Self‑Hosted Git Solution
macrozheng
macrozheng
Feb 11, 2023 · Operations

Deploy and Use Uptime Kuma: A Simple, Beautiful Open‑Source Monitoring Tool

This article introduces Uptime Kuma, an open‑source monitoring tool, and provides step‑by‑step instructions for installing it via Docker or manually, configuring monitors, and using its dashboard, highlighting its simplicity, visual appeal, and support for multiple services and notification methods.

DockerUptime Kumamonitoring
0 likes · 3 min read
Deploy and Use Uptime Kuma: A Simple, Beautiful Open‑Source Monitoring Tool
High Availability Architecture
High Availability Architecture
May 25, 2022 · Backend Development

Minimizing Go Runtime, Building a Simple JIT Compiler, and Exploring Self‑Hosted Compilation

This article explores how to reduce Go's heavy runtime by replacing its entry point, demonstrates building a minimal Go runtime, implements a simple Python JIT compiler in Go, and shows how to create a self‑hosted Go compiler using LLVM IR, complete with code examples and optimizations.

CompilerGoJIT
0 likes · 20 min read
Minimizing Go Runtime, Building a Simple JIT Compiler, and Exploring Self‑Hosted Compilation
Java Architect Essentials
Java Architect Essentials
Apr 9, 2020 · Operations

Installing and Configuring Gogs: A Self‑Hosted Git Service Guide

This guide explains why Gogs is a lightweight alternative to GitLab, outlines its key features, details the required environment, and provides step‑by‑step Linux commands for installing, configuring, and running the self‑hosted Git server, including troubleshooting tips and post‑installation notes.

DevOpsGogsInstallation
0 likes · 7 min read
Installing and Configuring Gogs: A Self‑Hosted Git Service Guide