summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* homeworld 0.2.0HEAD0.2.0masterCara Salter2022-07-10
|
* colonies: Fully support {meta, user}-dataCara Salter2022-07-10
| | | | | cloud-init should be able to use this as a seed to properly set up the Planet.
* colonies: List usersCara Salter2022-07-10
| | | | First work towards cloud-init data being stored in homeworld
* fmtCara Salter2022-07-09
|
* flake: Add firewall holeCara Salter2022-06-10
|
* Prepare for nix compilationCara Salter2022-06-10
|
* Add license. Be gay, do crimeCara Salter2022-06-02
|
* meta: Add Bearer authenticationCara Salter2022-05-30
| | | | Makes use of a pre-shared key. Do not expose this to the internet!
* dist: Initial nixos moduleCara Salter2022-05-30
|
* sql: Embed migrations within binaryCara Salter2022-05-30
| | | | Also runs on startup to make upgrading easier
* errors/handlers: Make 404 errors more clearCara Salter2022-05-30
| | | | | Instead of returning a 500 for every error, this should make it a little easier to return specific status codes for different errors
* handlers: Implement CRD handlersCara Salter2022-05-29
| | | | | | Update handler was removed for now. Also postgres!
* repo: Add dotenv to gitignoreCara Salter2022-05-27
|
* meta: API ScaffoldCara Salter2022-05-27
| | | | | | Initial implementation of a CRUD API for Ships. Should probably at some point support getting specific Ships based on something like shasum or an ID, so that solard can more easily pull it down
* initial axum scaffoldCara Salter2022-05-27
|
* Initial CommitCara Salter2022-05-27