{"id":49225766,"url":"https://github.com/calesi19/journal-lite","last_synced_at":"2026-04-24T07:05:10.518Z","repository":{"id":274903174,"uuid":"911413950","full_name":"Calesi19/journal-lite","owner":"Calesi19","description":"A lightweight journaling app built with Go, HTMX, and SQLite. Full-stack deploy with one command.","archived":false,"fork":false,"pushed_at":"2025-03-10T00:33:12.000Z","size":8485,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-10T11:41:52.158Z","etag":null,"topics":["go","htmx","sqlite","turso"],"latest_commit_sha":null,"homepage":"https://journal-lite.fly.dev/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Calesi19.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-01-03T00:52:46.000Z","updated_at":"2025-03-10T00:33:16.000Z","dependencies_parsed_at":"2025-03-06T04:19:46.904Z","dependency_job_id":"e63fbbed-a462-462c-8b9f-0a859d05bb66","html_url":"https://github.com/Calesi19/journal-lite","commit_stats":null,"previous_names":["calesi19/journal-lite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Calesi19/journal-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calesi19%2Fjournal-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calesi19%2Fjournal-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calesi19%2Fjournal-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calesi19%2Fjournal-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Calesi19","download_url":"https://codeload.github.com/Calesi19/journal-lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calesi19%2Fjournal-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32212813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","htmx","sqlite","turso"],"created_at":"2026-04-24T07:04:33.003Z","updated_at":"2026-04-24T07:05:10.503Z","avatar_url":"https://github.com/Calesi19.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![journal-lite](docs/banner.webp)\n\n# journal-lite\n\nA simple journaling app that allows you to write and save journal entries. The goal was to build an entire full-stack, server-side rendered app with one executable.\n\nBuilt with:\n\n- SQLite / Turso\n- Go\n- HTMX\n- Pico CSS\n\n## Deploy as Container\n\nFor a quick deployment, you can run the Docker image from GitHub Container Registry. The container will create its own SQLite database.\n\n```bash\ndocker run -p 8080:8080 ghcr.io/calesi19/journal-lite:latest\n```\n\n## Installation\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/Calesi19/journal-lite.git\n```\n\n2. Build the app\n\n```bash\ngo build\n```\n\n3. Run the app\n\n```bash\n./journal-lite\n```\n\n## Turso\n\nThe app can be used with a Turso database. Setup the database url and authentication token in the environmnet variables.\n\n```bash\nexport TURSO_DATABASE_URL=\"libsql://example-database.turso.io\"\nexport TURSO_AUTHENTICATION_TOKEN=\"eyJdlfieale23C34eLSEa223ElaDfa....\"\n```\n\n## Deploy with Docker\n\n1. Build the Docker image\n\n```bash\ndocker build -t journal-lite .\n```\n\n2. Run the Docker container\n\n```bash\ndocker run -p 8080:8080 journal-lite\n```\n\nor run with docker container with Turso database\n\n```bash\ndocker run -p 8080:8080 -e TURSO_DATABASE_URL=\"libsql://example-database.turso.io\" -e TURSO_AUTHENTICATION=\"eyJdlfieale...\" journal-lite\n```\n\n3. Open the app in your browser\n\n```bash\nhttp://localhost:8080\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalesi19%2Fjournal-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalesi19%2Fjournal-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalesi19%2Fjournal-lite/lists"}