Skip Navigation
Jump
Note Taking in 2023
  • I use Obsidian with self-hosted live-sync from here: https://github.com/vrtmrz/obsidian-livesync/

    Basically you have a couchDB hosted in your homelab to store your obsidian data and then the obsidian self hosted live sync plugin that runs on your devices connects to your self hosted database and sync your notes there in an optimized. I tried both this and sincronizing via github and I prefer this, because is faster and less intrusive

    1
  • Hello I am looking for some advice completing my CI/CD pipeline. I run a homelab with many container managed with docker compose files. Some of those docker containers are made from images built by myself. I have created half of a CI/CD but I am missing the final step.

    Currently I have a workflow built with Github Actions where I build and push docker images to Github Container Registry on every push to the main branch, but I don't know how to automate the final part where my homelab would push the images and relaunch the compose stack

    I would appreciate any tips, thank you very much

    1
    Jump
    Early Santa: what is missing in selfhosted
  • A better GUI for portainer that support app stores and stuff like that. Something like a self hosted app store based on docker compose, easy to install, easy to maintain and configure. And with reverse proxy support for containers and app. Good UI/UX is hard to find here. Closest I found is runtipi.io but still misses some details and options for running apps.

    I myself am trying to build something like but having a hard time coming up with a sufficiently good design and UX (for my standards)

    1