Homepage widget commited into homepage by default #4322
snowdon-dev
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have built a homepage widget, according to their docs, it needs an discussion with 20+ upvotes.
I would be happy to possibly add some features, if you post a snippit of the API response for whatever you want to have added as a field. See yourdokploy.com/swagger to try out the API response.
exact code changes:
snowdon-dev/homepage#1
homepage home
https://github.com/gethomepage/homepage/
homepage widget feature request discussion (to vote up)
gethomepage/homepage#6606
avaliable fields:
["status", "projects", "services", "up", "error"]. You must select 4, but services can have multiple widgetsif you want to download my copy of homepage ( it will lightly not be in sync with the upstream, so you may want to deal with that by
git remote add upstream homepage.offical.enter.ur.here; git fetch upstream dev; git rebase upstream/devor something to that effect )All reactions