Petr Leo Compel
Petr Leo Compel
Easiest current fix for me is in `teamsService` replace `url` and `map` functions ```javascript const url = (host) => host + "workspaces/"; const map = ({ type, name, slug })...
Sadly I migrated to `Raycast` and I don't need this extension. Just leaving this here if anybody will fix it one day.
@tianzhich I'm using this for long years with CE and EE versions. Yes there is no difference.
I think these days having *proxy* is very common and "app" should not force to use specific proxy for example _nginx_ I use _Traefik_ with no problems. If example docker...
Added docs for docker compose and docker hub -> https://github.com/PckdHQ/Docs/pull/1
My tweaked yaml after that ```yaml version: "3" services: server: image: petrleocompel/pckd-server volumes: - ./logs:/home/node/app/logs environment: - DATABASE_URL=postgresql://postgres:postgres@db/pckd - DATABASE_TYPE=postgres - JWT_SECRET= verysecurestring - IPREGISTRY_API_KEY=f1ntkcjoqaazglj7 depends_on: - db frontend: image:...
Should not be that hard to fix this -> just go by this guide https://github.com/docker/login-action#docker-hub -> https://docs.docker.com/docker-hub/access-tokens/#create-an-access-token Create token on https://hub.docker.com/settings/security And define on https://github.com/PckdHQ/Pckd/settings/secrets/actions those secrets `DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN`....
I pushed a change to get more info from log. If you have chance please provide log after update. Otherwise I am going to add these detectors without more properties...
> a question but why do the Wireless PIR AM curtain detectors only display the temperature, not the presence? @wifi75 Currently I don't have this detector. So it is hard...
Yes. Sadly this reload should be done immediately after triggering (so on phone or with cooperation with somebody - if the trigger is just for few seconds). Currently I don't...