buggregator / laravel-app

The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
https://buggregator.dev
MIT License
329 stars 24 forks source link

Get the UI which is shown on the homepage #76

Closed dstollie closed 2 years ago

dstollie commented 2 years ago

When I pull the latest version of buggregator from docker hub I get the app version which is shown in the images in the Readme but when I saw the version on the website I fell in love with that UI. I did not find a way in the readme to be able to get that version I might miss something but is there a way to get this fancy looking version?

Screenshot 2022-03-22 at 22 15 02

By the way; I love working with buggregator it really makes me more productive if there is a way I can fund you some coffee please let me know!

butschster commented 2 years ago
dstollie commented 2 years ago

@butschster thanks for the response but I do not see the sidebar at all, I think im using the wrong port

butschster commented 2 years ago

Hi @dstollie

Oh, I finally understood :)

It's a new experimental version of buggregator

Try this command

docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:v2.0.0-beta
dstollie commented 2 years ago

Whoop whoop, thanks, this is awesome!