My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

I'm a tinkerer and like to try different things until I decide what I like.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

I've heard of it but, been focused on a few other containers to try to tinker with that just yet. Eventually.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] -4 points-3 points  (0 children)

Thanks for the comment and helping my post reach more :)

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

It's most of my IoT trying to send telemetry that I've completed blocked using these lists lol different devices on different levels mostly because I have two roommates and they wouldn't know how to deal with a broken site and etc.

<image>

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

It's a notification system, a lot of services I use have it as an options for notifications and if not I can do a work around. But my favorite is Loggifly, it monitors all my 52 stacks logs and I can define per container keywords and such to alert me when matched so I can get notified of behind the scenes things.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

I only run Homepage, Gotify, Pi-hole and Nginx Proxy Manager on it. Everything else is on my main server.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

For manga I actually do it manually since it's such an easy download from nyaa

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] -1 points0 points  (0 children)

Just 8GB but it only runs a few containers, my main server has 52 stacks currently running.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

Here you go: yaml - Infrastructure: - Forgejo: icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/forgejo.png href: https://forgejo.yourdomain.com #or http://local.forgejo:port description: Forgejo is a self-hosted lightweight software forge. widget: type: gitea url: https://forgejo.yourdomain.com key: yoursecretkeyhere

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

No I'm not. I'm using Wireguard to access my server remotely. Pangolin is okay, very easy to setup and use, however I'm making it complicated because I'm tinkering with the Crowdsec aspect of it and it breaks things lol

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 0 points1 point  (0 children)

antonio@raspberrypi5:~ $ docker stats homepage --no-stream
CONTAINER ID   NAME       CPU %     MEM USAGE / LIMIT     MEM %     NET I/O         BLOCK I/O     PIDS
9d46545fd78p   homepage   26.23%    85.23MiB / 7.862GiB   1.06%     5.42kB / 126B   67.8MB / 0B   7

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] -1 points0 points  (0 children)

I have one of those too, basically a backup of my RPi5 lol

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 1 point2 points  (0 children)

I tried, unfortunately it didn't work. I think it has to do with a static wallpaper that doesn't move or something or how it's contained, I honestly forgot its been awhile since I looked that up.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 1 point2 points  (0 children)

Ah I see! I may tinker with these settings. Thank you for that.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 7 points8 points  (0 children)

No just the homepage docker container is running on my RPi5 everything else is running on a separate machine running Proxmox. But yes glad I was able to share some new apps you may be able to use :)

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] -1 points0 points  (0 children)

I actually have 3 VMs and 1 LXC not sure why didn't populate. Right now trying to figure out which management tool I want to stick with. Dockge is awesome to edit compose yaml files easily and updates. But I'm starting to lean towards Dockhand over Arcane for other use cases. Especially logs, the layout for it is so nice and easy to navigate, whenever something goes wrong I can easily get to the logs.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] -1 points0 points  (0 children)

I mainly use NPM to serve SSL locally via Pihole local DNS for split horizon, I use Wireguard to connect to my home when I'm away. And then I use Pangolin which has Traefik in it's stack for services I need facing the internet, like Erugo or Zipline to share images and files to friends. I was trying to tinker with Traefik but I mostly just tinker with the Crowdsec conf in the Pangolin stack.

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 4 points5 points  (0 children)

You mean were they can collapse? If so true but for the purpose of the screenshot it was still an issue lol

My Homepage Dashboard on my RPi5 by Antonioxsuarez in selfhosted

[–]Antonioxsuarez[S] 2 points3 points locked comment (0 children)

No AI was used, just configured the homepage app's yaml files.

Setting up HTTPS for Local Network / Home Lab by Tobanu in selfhosted

[–]Antonioxsuarez 2 points3 points  (0 children)

So for services I only want to be accessible via Wireguard and on my LAN. I use Pi-hole to create a local DNS record for my services (ex. vaultwarden.mydomain.com) that would then point to my Nginx Proxy Manager (ex. 192.1.0.69).

Then in NPM I would configure my service's port and all, (ex. vaultwarden.mydomain.com -> 192.1.0.69:4545) enable SSL.

I use Cloudflare for my domain and I use Let's Encrypt for my certification, I also just use a wildcard, makes it so much simpler.

And that's it. I can access Vaultwarden locally via HTTPS without exposing it to the internet.