No description
Find a file
Renovate dcb7edda54
All checks were successful
Lint / Lint (push) Successful in 1m35s
Nix check / check-nix (push) Successful in 2m33s
chore(deps): update dependency ed25519 to v1.4.4 (#11)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ed25519](https://hex.pm/packages/ed25519) ([source](https://github.com/mwmiller/ed25519_ex)) | prod | patch | `1.4.3` -> `1.4.4` |

---

### Configuration

📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #11
Co-authored-by: Renovate <renovate@foxden.network>
Co-committed-by: Renovate <renovate@foxden.network>
2025-12-17 13:42:51 -08:00
.forgejo/workflows stuff 2025-12-17 13:15:29 -08:00
.vscode Use MySQL socket (#111) 2025-11-12 17:29:29 +00:00
config Use MySQL socket (#111) 2025-11-12 17:29:29 +00:00
lib Set prod log level to warn, actually (#104) 2025-11-02 17:19:16 +00: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 lint step two 2019-10-04 11:58:33 -07: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 ed25519 to v1.4.4 (#11) 2025-12-17 13:42:51 -08: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 CORS 2025-10-13 15:10:13 -07:00
mix.lock chore(deps): update dependency ed25519 to v1.4.4 (#11) 2025-12-17 13:42:51 -08: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 CORS 2025-10-13 15:10:13 -07: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