diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml deleted file mode 100644 index c5a1dad..0000000 --- a/.gitea/workflows/build.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/content/selfhosted/header.md b/content/selfhosted/header.md index 7b9b9d5..e767cbc 100644 --- a/content/selfhosted/header.md +++ b/content/selfhosted/header.md @@ -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 it’s 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, there’s no better way than just jumping in headfirst. \ No newline at end of file +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. \ No newline at end of file