1
0

Cleanup
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2024-04-11 15:05:52 +00:00
parent c870940396
commit 15b45ecee0
2 changed files with 7 additions and 29 deletions

@ -1,23 +0,0 @@
name: Build
run-name: ${{ gitea.actor }} is testing out Gitea Actions
on: [push]
jobs:
deploy:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.119.0'
extended: true
- name: Build
run: hugo --minify --gc

@ -1,12 +1,13 @@
---
weight: 1
---
There are a lot of reasons to favor self-hosting over using web apps created and hosted by one company or another.
This space is dedicated to exploring the world of self-hosted applications. Here, you'll find various tools and services i host on my own infrastructure.
First and foremost, self-hosting is (mostly) free! You need to pay for your server, but you can say goodbye to SaaS subscription fees and paid premium accounts.
For those unfamiliar with the term, self-hosting allows you to take control of your data and applications by installing and managing them on your own server or computer. This approach offers greater privacy, customization, and potentially lower costs compared to relying on third-party services.
Self-hosting is virtually limitless — you can run an email service, watch your videos from anywhere, keep your bookmarks safe and secure, run a chat service for your business, host a blog, synchronize your files in the cloud, and more, all from a single server.
This page will showcase various applications I've implemented.
A lot of self-hosting advocates like the fact that they control their own data, and not depend on a company. Data breaches happen all the time these days, and its hard to know how a company plans to profit from your data. By self-hosting, you take back a bit of power.
Finally, self-hosting helps you learn a lot. If you are hoping to find out more about software development, theres no better way than just jumping in headfirst.
Productivity: Boost your workflow with self-hosted tools for document management, collaboration, and communication.
- Media: Stream your personal collection of movies and music with freedom and flexibility.
- Security & Privacy: Take control of your online presence with self-hosted password manager, DNS level ad blocking and VPN tunneling.
- Programming: Git based code hosting, CI/CD and online IDE.