{"id":17241781,"url":"https://github.com/jacobian/personal-app-template","last_synced_at":"2025-08-27T13:23:03.717Z","repository":{"id":217733350,"uuid":"744663992","full_name":"jacobian/personal-app-template","owner":"jacobian","description":"A cookiecutter template for little personal apps.","archived":false,"fork":false,"pushed_at":"2024-01-23T19:21:24.000Z","size":43,"stargazers_count":32,"open_issues_count":6,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-23T10:37:22.892Z","etag":null,"topics":["cookiecutter-template","django","flyio","htmx","tailscale","tailwind"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacobian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-17T18:59:52.000Z","updated_at":"2025-07-17T16:46:19.000Z","dependencies_parsed_at":"2024-01-23T20:39:23.225Z","dependency_job_id":"f397613b-a197-418a-a522-1d0b26b7f596","html_url":"https://github.com/jacobian/personal-app-template","commit_stats":null,"previous_names":["jacobian/personal-app-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jacobian/personal-app-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobian%2Fpersonal-app-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobian%2Fpersonal-app-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobian%2Fpersonal-app-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobian%2Fpersonal-app-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobian","download_url":"https://codeload.github.com/jacobian/personal-app-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobian%2Fpersonal-app-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272335814,"owners_count":24916529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cookiecutter-template","django","flyio","htmx","tailscale","tailwind"],"created_at":"2024-10-15T06:11:19.273Z","updated_at":"2025-08-27T13:23:03.688Z","avatar_url":"https://github.com/jacobian.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Notes\n\nSometimes I have tiny little personal web apps I want to write but the overhead of starting a new project gets in the way. This [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/index.html) template is designed to help me get over that.\n\n- Django, Tailwind, HTMX\n- Deployed to Fly\n- Behind Tailscale, piggybacking on Tailscale auth\n\nThese end up being private apps -- no public interface, only accessible on my Tailnet. In other words this is sorta a replaecment for running things in a homelab or similar. A personal Intranet, if you will.\n\nSince this is pretty specific to _me_ and the way _I_ want to write things, I'm unlikely to accept PRs. Feel free to ask first by opening and issue or emailing me or something! I don't want you to waste your time with a PR that I won't accept.\n\nExcception: if there's something on my [TODO](#todo) list below, heck yeah I'll take a PR for it!\n\n### Deployment\n\nGenerate a [tailscale auth key](https://login.tailscale.com/admin/settings/keys) - ephemeral, reusable.\n\n```\nfly launch [--org jacobian-org]\nfly secrets set TAILNET_DOMAIN=clever-sushi.ts.net\nfly secrets set TAILSCALE_AUTHKEY=....\nfly deploy\n```\n\n### Admin access / permissions\n\nUsers are auto-created from Tailscale auth, but are created without perms. To add permissions:\n\n```\nfly console\n\u003e\u003e\u003e from django.contrib.auth.models import User\n\u003e\u003e\u003e User.objects.filter(username=\"jacob\").update(is_staff=True, is_superuser=True)\n```\n\n### Making an app public\n\nSee `fly.toml` - there are lines commented out at the bottom that make things public. Think about whether to remove `TailscaleAuthMiddleware` or nah.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobian%2Fpersonal-app-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobian%2Fpersonal-app-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobian%2Fpersonal-app-template/lists"}