core
core copied to clipboard
A simple, pluggable dashboard and status page
I'm using [SWAG](https://docs.linuxserver.io/images/docker-swag) with [https://github.com/linuxserver/docker-mods/tree/swag-auto-proxy](auto-proxy-mod). Literally every service that I throw at it works except for plugsy. I'm getting a "500 Internal Server Error.". Here's the relevant parts from my...
https://github.com/plugsy/core/blob/5a927a413747dc1d4d2323f5a458549f1186b0fb/packages/core/pages/_document.tsx#L25 Currently we can't affect the layout of anything above the `AppContainer`. I want to put : ```css html, body { display: flex; flex-direction: column; height: 100%; width: 100%; }...
I'd like to configure plugsy configuration to be stored in anamed volume, but you dictate that the `config.json` is in the root of the filesystem. the syntax for declaring named...
It would be a really cool feature to indicate if a docker container is up-to-date, maybe if plugsy could check once a day the repository image and check if there...
It appears to be a very small issue with the BG when theming. Only the active part gets the BG colour applied to 
Hey Ho, Still digging this project. I tried to set up an agent via ENV var and i am gettin this error ` error: ┗ [1] { component: 'agent', error:...
With healthcheck support, will show status of starting/healthy/unhealthy
Wondering if there is anyway to increase the size of the icons?
Hi! Just discovered this project, and really like the look and feel of it! Is there any chance this will be ported to ARM? Would like to run it on...
Implement optional notifications for telegram, pushover, pushbullet, etc, that will send a message when a container changes to a defined status.