Skip to content

Beta 0.3.0

Pre-release
Pre-release

Choose a tag to compare

@anderspitman anderspitman released this 26 Aug 20:22
· 38 commits to main since this release
b3cfd62
  • Basic proxy integration
  • Experimental IndieAuth and FedCM support
  • Experimental custom domain support (mostly for IndieAuth currently)
  • Remove JSON storage and use sqlite DB for everything
  • Probably too many other things...

In order to update, the main change is that the JSON storage is no longer a thing. However, you can use your old storage as a config to bootstrap your new db. You might need to delete the old sqlite db, then do:

obligator -config old_obligator_storage.json

and it should populate the db with your oauth2 providers and smtp config. Note your JWKS will be lost. I need to implement JWKS rotation...