-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT]: Notification webhooks and more #306
Comments
webhook monitoring Definitely yes, I was actually thinking about adding those but it's just not super high priority Monitoring mounts not under /mnt DO NOT Mount things outside of /mnt, it's the point of the folder to mount things into it. I'd be curious about such use case where it's undesirable, but unless convinced otherwise, for now the policy is mounts go to /mnt Dashboard I plan to have a home-assistant -like dashboard system, with full customization available as json file (as in defining your dashboard in term of icons, widgets, etc.. as a json file) Servapps backups JSON vs YAML is used semantically to have a clear division between docker-compose and cosmos-compose, it makes it clear which tools generated or which tools is file is destined to (althought they are mostly the same) View Backup file You can see individual's containers backup files in the compose tab of each container other Summary of actionnable items (for now, and not documented in other tickets)
|
Hey @azukaar, thanks for the speedy response. For the mount, I use a secondary disk (faster NVMe) for my home folder as I format the computer more often than I should and would like higher performance working on my files.
That sounds amazing!!! I'm defiantly looking forward to it.
I accept your decision in that regard although I think that from UX perspective, allowing the user to view the files in a more human readable meaner makes more sense.
At the evening, after posting I saw it. As I wrote, I literally just started playing with it. I expected to see the regular sun, moon, half and half icons I got used to on sites or display settings under the configurations, as I haven't seen any settings, I assumed it's not there. My bad. Just out of curiosity, was there a reason you decided to create your own struct instead of expending the docker compose struct? Same goes for most other structs you create in the |
I did initially use te docker compose struct, I do not remember why I stopped, I think I was having issues (de)serializing back and forth the container |
Roger. If you open a "buy me a coffee" or something else that accepts PayPay/ApplePay, I would gladly donate (Honestly I don't understand why GitHub removed PayPay as an option). It's a very nice work you're doing here and I would love to support you. Hopefully soon I'll have some free time and I'll be able to work a bit on the Go code if you want. |
Feature Description
Thanks for the amazing tool. I just installed and started playing with it and I can already say I'm sure that it's just a matter of time until this this tool becomes a common name in the home lab community
Here are a few small features that I think the tool can benefit from.
Monitoring
Webhooks notifications
At the moment, you provide the ability to send alert notifications by email or as a UI notification.
It would be beneficial to allow setting alert webhook so external tools can be used for notifications.
I for example use Grafana Oncall for alerts and all my services are sending JSON alert for triggers and resolutions to a webhook endpoint.
Monitor mounts not under
/mnt
There are use cases mounting disks under
/mnt
is undesirable. Having the ability to see those mounts can be a huge improvement.Getting the mounts from
/etc/fstab
can make it easier to locate all the mountsI did try to trick the system with
-v /path/to/mount:/mnt/name
but it did not workHome panel
The home panel is maybe the part I like the most. That said, I think it can include some more features like
ServApps
Others
/mnt/host/snap/loop*
)The text was updated successfully, but these errors were encountered: