Landing page for all my services
-
Hm, so you just used some cards to make links and icons somehow for that? But then I would need to replicate it on at least my dads and our instance.
-
Yep, here is the yaml but redacted
- type: entities title: Communication entities: - type: weblink name: Webmail url: https://postale.io/ icon: mdi:email - type: weblink name: Mattermost url: https://mm.stuff.com icon: mdi:chat - type: weblink name: Mumble Server url: https://mumble.stuff.com icon: mdi:radio-handheld
-
I run my website as static site from within a Docker container, I wonder how I would get the information about the other containers into that site.
Do you directly serve that site from the host or do you run the script and write something in a volume the site has read access to or bind a file?
-
I host it on the host that runs the script and proxy it. I have one mission critial pi that is my uptime bot, pi hole and backup VPN if my elaborate server falls on its face. But you could easily use docker volumes too, and have the script push to that folder.
-
I think you pretty much just now wrote a landing page, you just need to turn those into links and host that page somewhere.
-
I wrote my own, using plain HTML/CSS. Actually the final .html file gets templated by ansible depending on what's installed on the server, but you can easily pick just the parts you need from the j2 template
-
Homarr is more or less turnkey, as long as you use Docker to deploy your services.
-
Heimdall seems to be the popular choice: https://github.com/linuxserver/Heimdall
-
I’m lazy, I just use bookmarks and then go to that site and go look at whatever. These sync in FireFox across my devices.
-
Looks good. It seems it can list subreddits, can it list lemmy communities too?