Bodo Schulz
Bodo Schulz
you can get the source with `go get github.com/andreaskoch/allmark` the following error (`fatal: No url found for submodule path 'vendor/9fans.net/go' in .gitmodules`) can be ignored after then, go in the...
I had begun to build a container. But in the meantime I have landed at algernon, because the development of allmark seems to be at a standstill.
i made an docker container too: https://github.com/bodsch/docker-quassel-web
I can confirm the workaround. it works for me, too. thanks @jaschaio !
I build also an (alpine based) [container](https://github.com/bodsch/docker-dashing) and use them in an extended project for [Icinga2](https://github.com/bodsch/docker-dashing-icinga2). i include some updates (e.g. jquery, jquerui and font-awesome) into it. and both works...
> * I thought this was all documented at https://glauth.github.io/docs/ -- I will double-check I hadn't seen or found that! I will have a closer look.
This does not seem to me to be the optimum DB design. As soon as more than one ssh-key is to be defined for the user, an extra table -...
I have a similar problem here: My dataset are: ``` [{ "plan": "backup", "next_run": "2022-02-03T18:10:00Z", "last_run": "2022-02-02T18:10:00.000226728Z", "last_run_status": "200", }] ``` And the error: ``` caller=collector.go:95 level=error msg="Failed to convert...
There should be a clear structure and separation of the two areas. As an example: - A module extends the functionality of the web interface. For example, the Director or...
Thank you for your advice. I will test it in the near future.