MitPitt

Results 11 comments of MitPitt

Any news? I really need this feature

Any updates on this? For some reason URLs show up correctly in 'aw-watcher-web-chrome' in Timeline tab, but not in Activity tab, just like OP's screenshot

Where are you seeing it/s? I only see epochs in the training log

I had a ton of trouble with this. I finally found a workaround: create a new inherited class. E.g.: `class View1(ModelView, model=User): ...` `class UserForNewView(User): ...` `class View2(ModelView, model=UserForNewView): ...`...

> Any suggestions how to implement this to avoid such problems? Open to ideas and PRs. If `identity` is specified, inherit from sqlalchemy model class using `identity` as new class...

Yes. Except there are too many possibilities besides Google and Github. So it would be good to have a generalized setting for any OIDC server. Personally I use Authentik. I...

I'm protecting a dashboard and some other static pages, which do not require authorization. Hence I am not making use of any headers. Just protecting the dashboard with an authentication...

Would you also mind building a docker image please? I noticed that latest image on docker hub is 6 months old now

I tried running the binary now with `./obligator-linux-x64-0.2.0 -storage-dir ./data -root-uri https://obligator.mywebsite.com -port 1616 -api-socket-dir ./api` Now it shows `404 page not found` when I visit obligator.mywebsite.com. This doesn't happen...