• 2 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle


  • I use EndeavourOS, Gnome on my desktop and KDE on my laptops. I really like the AUR and the integration with yay. Started with Ubuntu about 7 years ago and had always used Debian based distros, moved to Arch when I wanted to learn more about Linux and now I use EndeavourOS as my daily driver.

    On my servers I use a mic between Debian 11 and 12










  • Its been a long time coming, and is never officially finished. I have most of the host updates automated with Ansible and runs weekly without my attention. Only really need to intervene when something is not working the way it should, or when my automatic updates breaks something…





  • GubbOPtoSelfhostedDashboard for my current homelab setup
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 years ago

    Im undecided, to be totally candid I am not super confident in my Ansible skills yet, and dont want to push some of my ansible to github and accidentally expose passwords, public IP addresses, etc. I chose Gitea because it was the first application that came up on Google when I googled “self hosted github”…

    I am working on vaulting all of that stuff now and will eventually just move over to Github



  • GubbOPtoSelfhostedDashboard for my current homelab setup
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 years ago

    Hey! IM going to post my config below, excuse the formatting if it comes out really messed up, im totally unsure how Lemmy is going to handle this.

    - Pihole:
        icon: pi-hole.png # This is the icon that will be displayed on the widget
        href: Link to your PiHole login # Optional, but makes the widget clickable
        description: DNS Server/Ad-Blocker # Description of the service
        ping: IP_ADDRESS_PIHOLE # Options, but will ping the host and display latency
        widget:
            type: pihole # This is required by Homepage to define the type of widget 
            url: http://IP_ADDRESS_PIHOLE
            key: REDACTED # This is an API key generated on the PiHole
    

    Here is the link I used for obtaining the API key. https://pi-hole.net/blog/2022/11/17/upcoming-changes-authentication-for-more-api-endpoints-required/#page-content

    Let me know if you have any issues!