personal-app-template icon indicating copy to clipboard operation
personal-app-template copied to clipboard

A cookiecutter template for little personal apps.

Results 6 personal-app-template issues
Sort by recently updated
recently updated
newest added

I don't care about super solid coverage but the workflow of edit-template-generate-run-app is annoying and I want some automated tests. I want to use https://github.com/hackebrot/pytest-cookies, but installing it fails with...

Fly doesn't clean up old apps before deploying new ones (and doesn't offer a [deployment strategy](https://fly.io/docs/reference/configuration/#picking-a-deployment-strategy) that does), so when the new app bootstraps Tailscale sees it as a duplicate...

Eiuther upon creation, or perhaps with a justfile command. This might also be a quasi-solution to #3

This part: ``` fly launch [--org jacobian-org] fly secrets set TAILNET_DOMAIN=clever-sushi.ts.net fly secrets set TAILSCALE_AUTHKEY=.... fly deploy ``` Could happen automatically in the post-gen hook (by prompting for TAILNET_DOMAIN etc)

I don't really need replication but I don't 100% trust a sqlite db on a Fly volume to be the most durable storage option, too easy to fuck it up....

I'd like to be able to run `just promote jacob` and do the things it says in the README.