garrit-schroeder

Results 13 issues of garrit-schroeder

Hello and thanks in advance. Is it possible to use the token returned by getCallbackTokenAsync() for write operations in the ews api? My scenario is: I want to send the...

Hello, I neet help setting up my domain entries. Docker Container is running on 213.109.160.XX. $ nslookup garrit.dyndns.XX.de 213.109.160.XX Server: 213.109.160.XX Address: 213.109.160.XX#53 Name: XX.dyndns.XX.de Address: 1.2.3.5 (correct IP) But...

Fission Version client: fission/core: BuildDate: "2021-12-29T03:57:30Z" GitCommit: 327275d1 Version: v1.15.1 server: fission/core: BuildDate: "2021-12-29T03:57:30Z" GitCommit: 327275d1 Version: v1.15.1 K3S Kubernetes Version Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8",...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug chat.fetchMessages({limit: 100}); only returns a subset of the newest messages....

bug

Hello @coolacid, I have created this pull request to to allow the crontabs for MISP to be generated automatically based on configured Sync Servers in MISP. added dependencies: curl This...

Configure fpm php.ini to use redis for persisting sessions. This will allow to scale MISP horizontally.

I have adjusted the pull request and created a new one.

the ngix entrypoint iterates over every suitable misp settings variable and parses the relevant arguments. This pull quest allows the user to set every MISP config by environment variables. Every...

5 seconds after nginx start up MISP will update Taxonomies, WarningLists, NoticeLists, ObjectTemplates, Galaxies **only if INIT environment variable is set** To work across MISP versions the application first needs...

https://github.com/coolacid/docker-misp/blob/9ae653cd9cc3a387aa49b96d22c3ff9d65cb4391/server/files/entrypoint_cron.sh#L12 the command must take an additional parameter to work should be: `45 3 * * * www-data /var/www/MISP/app/Console/cake Admin updateObjectTemplates 1 >/tmp/cronlog 2>/tmp/cronlog` ```root@1c0ae4f96312:/var/www/MISP# /var/www/MISP/app/Console/cake Admin updateObjectTemplates Welcome to...