Commit graph

8 commits

Author SHA1 Message Date
daimond113
15ca642a19
chore: scale down registry memory
Previously, we reserved 1gb of memory for the
registry. This was too much, since the registry
didn't spike above 300mb, but we still paid for
the full 1gb. This commit changes that to the next
smaller value, which is 512mb.
2025-04-19 00:35:03 +02:00
daimond113
4eeced440d
chore: update urls to use pesde org 2024-11-27 21:08:33 +01:00
daimond113
901b450a6c
refactor: GITHUB_AUTH -> GITHUB_CLIENT_SECRET for GitHub auth in registry 2024-10-22 17:58:31 +02:00
daimond113
8aa41e7b73
fix(registry): prevent time desync 2024-10-20 13:37:29 +02:00
daimond113
fc123ee537
chore(release): prepare for v0.5.0-rc.1 2024-10-06 22:15:22 +02:00
daimond113
c481826d77
feat: implement registry 2024-07-30 12:37:54 +02:00
daimond113
317a94ac72
chore(registry): ✏️ correct env variable names 2024-03-24 14:32:02 +01:00
daimond113
ec1c6fcffa
feat: 🎉 initial commit 2024-03-04 21:18:49 +01:00