this post was submitted on 18 Jun 2023
8 points (100.0% liked)

Selfhosted

39251 readers
323 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I have a raspberry PI with a 13" screen that I want to use to display statistics of all my servers running on proxmox.

I have an Uptime Kuma service status page and also another page showing some cockpit and netdata stats. I'd like to run these as a full page websites but have the raspberry pi cycle through each web page.

Any idea on how to do this or a better way?

you are viewing a single comment's thread
view the rest of the comments
[–] PopYaCork@lemm.ee 2 points 1 year ago (1 children)

When it comes to code, I don't judge. I just want shit to work.

You have given me an idea though by just looking at your code. An iFrame and some JavaScript could be used to cycle through the sites :)

Thanks for taking the time to reply.

[–] RemakingEden@infosec.pub 2 points 1 year ago

No worries, i hope it works for you! Perhaps its a worth open source program if its not already created. An electron app that takes urls and a timeout value and then just cycles through.