{"id":2531339,"url":"https://github.com/gleam-lang/packages","last_synced_at":"2025-06-11T00:37:45.675Z","repository":{"id":39902024,"uuid":"451198286","full_name":"gleam-lang/packages","owner":"gleam-lang","description":"📦 Search for Gleam packages","archived":false,"fork":false,"pushed_at":"2025-06-06T14:52:07.000Z","size":351,"stargazers_count":96,"open_issues_count":6,"forks_count":15,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-09T13:38:27.824Z","etag":null,"topics":["gleam","postgresql","webapp"],"latest_commit_sha":null,"homepage":"https://packages.gleam.run/","language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gleam-lang.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,"zenodo":null},"funding":{"github":["lpil","giacomocavalieri"],"liberapay":"gleam"}},"created_at":"2022-01-23T18:44:36.000Z","updated_at":"2025-06-06T14:52:10.000Z","dependencies_parsed_at":"2023-01-19T18:03:11.324Z","dependency_job_id":"45bce4e9-aa95-435f-9213-04dce0bec957","html_url":"https://github.com/gleam-lang/packages","commit_stats":null,"previous_names":["lpil/packages"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fpackages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fpackages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fpackages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fpackages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gleam-lang","download_url":"https://codeload.github.com/gleam-lang/packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fpackages/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259177169,"owners_count":22817325,"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","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":["gleam","postgresql","webapp"],"created_at":"2024-01-27T06:20:16.353Z","updated_at":"2025-06-11T00:37:45.667Z","avatar_url":"https://github.com/gleam-lang.png","language":"Gleam","funding_links":["https://github.com/sponsors/lpil","https://github.com/sponsors/giacomocavalieri","https://liberapay.com/gleam"],"categories":["Projects","Gleam"],"sub_categories":["Web applications"],"readme":"# Gleam Packages\n\n📦 Search for Gleam packages on [Hex](https://hex.pm).\n\nA Gleam application using the [Wisp](https://gleam-wisp.github.io/wisp) web framework,\nserved with the [Mist](https://github.com/rawhat/mist) web server, using a\n[Stóráil](https://github.com/lpil/storail) database.\n\n## Environment variables\n\nThe application is configured with a series of environment variables.\n\n- `HEX_API_KEY` - **Required**. A read-only API key for the Hex API. You can\n  generate one via [the Hex dashboard](https://hex.pm/dashboard/keys).\n- `DATABASE_PATH` - A path where the Stóráil database will be stored. Defaults\n  to `./storage`.\n\n## Local development\n\nInstall Gleam! See `./Dockerfile` for which version is used in production.\n\n```shell\ngleam test        # Run the tests\ngleam run server  # Run the server\n```\n\n## Deployment\n\n```ini\n[Unit]\nDescription=My Gleam web application\nAfter=local-fs.target\n\n[Container]\nImage=ghcr.io/gleam-lang/packages:main\n\n# Make podman-auto-update.service update it when there's a new image version\nAutoUpdate=registry\n\n# Expose the port the app is listening on\nPublishPort=3000:3000\n\n# Mount the storage\nVolume=/srv/packages-storage:/storage:rw,z\nEnvironment=DATABASE_PATH=/storage\n\n# Provide the secrets\nEnvironmentFile=/srv/packages-environment\n\n[Install]\nWantedBy=multi-user.target default.target\n```\n\nPodman will check for new image versions once and hour, and upgrade the\ncontainer if needed, so new commits to main will be auto-deployed within an\nhour.\n\nYou can `ssh linuxuser@packages.gleam.run` if you need to do something on the\nserver.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgleam-lang%2Fpackages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgleam-lang%2Fpackages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgleam-lang%2Fpackages/lists"}