No description
  • Elixir 97.3%
  • Python 1.3%
  • Nix 1.2%
  • Shell 0.2%
Find a file
Renovate b29b58e81e
All checks were successful
Lint / Lint (push) Successful in 2m27s
Nix check / check-nix (push) Successful in 4m24s
chore(deps): update dependency plug_cowboy to v2.9.0 (#54)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [plug_cowboy](https://hex.pm/packages/plug_cowboy) ([source](https://github.com/elixir-plug/plug_cowboy)) | prod | minor | `2.8.1` → `2.9.0` |

---

### Release Notes

<details>
<summary>elixir-plug/plug_cowboy (plug_cowboy)</summary>

### [`v2.9.0`](https://github.com/elixir-plug/plug_cowboy/blob/HEAD/CHANGELOG.md#v290)

[Compare Source](https://github.com/elixir-plug/plug_cowboy/compare/v2.8.1...v2.9.0)

##### Enhancements

- Implement `get_sock_data` from Plug
- Require Plug v1.18+

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI0MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #54
2026-06-25 13:23:45 -07:00
.forgejo/workflows chore(reposyncer): update repo baseline (#53) 2026-06-18 14:42:14 -07:00
.vscode Use MySQL socket (#111) 2025-11-12 17:29:29 +00:00
config Stop using spaceage.mp 2026-01-26 12:46:50 -08:00
lib Stop using spaceage.mp 2026-01-26 12:46:50 -08:00
priv/repo Add prestige level to API 2025-04-21 15:39:36 -07:00
test lint step two 2019-10-04 11:58:33 -07:00
.credo.exs Disable moduledoc 2026-01-12 12:47:21 -08:00
.editorconfig lint step two 2019-10-04 11:58:33 -07:00
.formatter.exs initial 2019-10-02 23:25:42 -07:00
.gitignore flake 2025-10-13 12:12:27 -07:00
deps-hash.txt chore(deps): update dependency plug_cowboy to v2.9.0 (#54) 2026-06-25 13:23:45 -07:00
deps-hash.txt.doc chore(deps): lock file maintenance (#48) 2026-06-15 23:37:38 -07:00
flake.lock flake 2025-10-13 12:12:27 -07:00
flake.nix Fix CI 2025-11-24 14:36:50 -08:00
mix.exs chore(deps): update dependency hackney to v4 (#35) 2026-05-04 00:07:55 -07:00
mix.lock chore(deps): update dependency plug_cowboy to v2.9.0 (#54) 2026-06-25 13:23:45 -07:00
README.md initial 2019-10-02 23:25:42 -07:00
register_discord_command.py Fix wording, auto-delete outdated commands 2024-03-30 01:20:32 -07:00
renovate.json chore(reposyncer): update repo baseline (#1) 2025-11-24 14:35:31 -08:00
run.sh Remove sentry 2026-01-09 11:41:25 -08:00

SpaceAgeApi

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more