Commit Graph

8 Commits (6290850ff0353bdc7e1eb357188fe59ca78ae384)

Author SHA1 Message Date
Mike Lang 005ff9dac7 buscribe: Do database schema and user setup
Mike Lang 227be23cab postgres setup: split schema into its own file
This is more convenient for development since it's a standalone file that you can
apply without using the script, it also means we get syntax highlighting.
Mike Lang 30d5ccc483 Fix all old references to github.com/ekimekim/wubloader
Mike Lang a47c29fff4 Link images to github repo by adding a LABEL
When pushed, this tells github to associate the ghcr.io repo that was pushed to
with the github repo specified (the owner needs to match).

This does a few things.
Most importantly, this automatically gives github actions credentials to push to these
repositories when run in the context of the wubloader repo.
Mike Lang 8086c917fe Force correct postgres version
Christopher Usher 027c2900e2 fixes in response to ekim's comments
Christopher Usher 38801ea6d3 Replication working
Christopher Usher 37b0efb66a postgres now needs building