-
```
PIKU_INTERNAL_NGINX_CACHE_MAPPING = """
location ~* ^/($cache_prefixes) {
uwsgi_cache $APP;
uwsgi_cache_min_uses 1;
uwsgi_cache_key $host$uri;
uwsgi_cache…
-
I pushed a repo with Git LFS objects to my server and got this error:
```shell
$ git push piku master
Uploading LFS objects: 0% (0/3), 0 B | 0 B/s, done.
batch request: Usage: piku.py [OPTIONS…
-
tl;dr: we should probably mention in the docs that uwsgi doesn't support ranges (and check exactly what it does support).
### Discussed in https://github.com/piku/piku/discussions/330
Origin…
-
So after deploying gitea to my "just installed" piku setup using your awesome playbook. I looked at the logs:
```
🍺 $ ssh piku@mypiku.local logs gitea
web.1 | [uwsgi-daemons] respawning "GITEA_W…
-
For the documentation, we should put all documentation into the piku.github.io repo, no? Seems redundant to keep it in two places.
I think we just need to remove the local links in the README and…
-
Hi there,
I'm trying to deploy HAP-python (git master) on Python 3.5 and coming up against a strange error that seems to be related to coroutine handling.
I've trimmed down my code bit by bit by…
-
The `piku deploy` command fails on [MacroPad RP2040](https://www.adafruit.com/product/5128) boards. Tracing this out, I see that this is because `piku/commands/deploy.py` has a function, `has_correct_…
-
Hi there,
I think it would be great to be able to follow Lemmy communities via Takahe. I've already tried adding @3DPrinting@lemmy.world to my follows on my test instance, but it seems to blow up d…
-
I followed the [Jammy installation instructions](https://piku.github.io/install/INSTALL-ubuntu-22.04-jammy.html) on my Focal system (Ubuntu 20.04.6 LTS). It worked fine *except for* nginx auto-reloadi…
-
Does anybody have any recommendations for deployment? I have a simple game coded up and I want to be able to play test with another friend living in another state. I don't need to be able to scale the…