Stefano Cudini

Results 176 comments of Stefano Cudini

try tu use: https://github.com/copleykj/socialize-server-presence/ suggested by @copleykj

discussion: https://forums.meteor.com/t/meteor-instance-id/49022/4

@kny5 if you are interested to contribute I can insert you in the organization do you have any PR to send?

> Something less complex would be probably better. Ideally something that can be used on a mobile screen to quickly annotate images taken with a camera. KeplerJs it can already...

> https://github.com/kasperkamperman/MobileCameraTemplate > Would be probably useful for quickly taking photos if I understand correctly this only deals with uploading image(no file but canvas raw data..) in KeplerJs the photos...

hi in fact it is not something documented in the Kepler project because you should find documentation of this in MetorJs: https://docs.meteor.com/packages/oauth-encryption.html anyway these are the back urls used in...

I advise you to make you own instance of kepler I to use the new official docker image: https://github.com/Keplerjs/Keplerjs-Docker

@weidi if you think it can be better indicated in the documentation I ask you if you can give a small contribution of a few lines, the same documentation is...

you need to fil this fields: https://github.com/Keplerjs/Kepler/blob/75a0416c04d0a2bff6a790c095f4afc83802c691/private/settings.sample.json#L93 or for diable google oauth se to false: https://github.com/Keplerjs/Kepler/blob/75a0416c04d0a2bff6a790c095f4afc83802c691/packages/core/config/Accounts.js#L34 like this minimal kepler configuration without oauth services: https://github.com/Keplerjs/Kepler/blob/master/private/settings.light-ui.json#L164

> This is what i did and it works from what i see as the environment variables inside the container are set correctly. ![image](https://user-images.githubusercontent.com/2188062/139733561-fbdffa5d-2c35-4faa-82bd-ecadbfdedd65.png) yes it's correct!