-
Hi,
I have a Procfile that looks like this:
`cron: 0 11 * * 7 python3 run_all.py`
(also tested cron: 0 11 * * 7 python run_all.py)
I get this error when pushing:
(...)
```
remote: Warning:…
-
Im quite new to piku but managed to deploy some simple nodejs Applications.
Now im trying to deploy a monorepo with an SvelteKit frontend and StrapiCMS backend.
Is that possible using piku?
-
As I was expanding the automated test ranges, I discovered that `incron` has been removed from Debian 11.
There is a possible workaround using [a custom `systemd.path` unit](https://www.freedeskto…
-
CI is currently failing as we're using Ubuntu 22 and that host version does not have ruby 3.6 support.
By bumping to the latest versions of actions/checkout and actions/setup-python, we [get the f…
-
On #195 and on #225 they mentioned this bug with first time nodejs deploys. For some reason the second time you deploy it works (I guess because the directory exists already).
```
sample-nodejs-ap…
-
```
2022-07-03 23:28:09 ReferenceError: AbortController is not defined
at fetch_with_timeout (/home/piku/.piku/apps/twiiit/server.js:133:22)
at /home/piku/.piku/apps/twiiit/server.js:154:7
…
-
Hey,
Im new to the project so there is a real possibility that im in the wrong here.
I tried installing piku using the bootstrap method, everything worked until
`python3 piku.py setup` was executed…
-
### What happened?
I upgraded from 1.22.2 to 1.27.2 and when running `zigbee2mqtt` it fails with the following messages:
```
web.1 | Zigbee2MQTT:error 2022-09-11 21:36:12: Failed to start zigbee…
-
It maybe benefical setting these to make nginx timeout 10 minutes. Currently it give gateway timeout 504 when a request takes too long. I fixed it on my machine locally by settings these on nginx.conf…
-
The login page states that the default password is "admin", but the field is actually blank and there are no instructions as to how to insert a properly salted password:
```bash
piku@piku-paas-242…