docs: update readme links
This commit is contained in:
parent
3421e7b9f4
commit
8bfe2d0c7f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# μpub
|
# μpub
|
||||||
> micro social network, federated
|
> [micro social network, federated](https://join.upub.social)
|
||||||
|
|
||||||
![screenshot of upub simple frontend](https://cdn.alemi.dev/proj/upub/fe/20240514.png)
|
![screenshot of upub simple frontend](https://cdn.alemi.dev/proj/upub/fe/20240514.png)
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ all interactions happen with ActivityPub's client-server methods (basically POST
|
||||||
|
|
||||||
development is still active, so expect more stuff to come! since most fediverse software uses Mastodon's API, μpub plans to implement it as an optional feature, becoming eventually compatible with most existing frontends and mobile applications, but focus right now is on producing something specific to μpub needs
|
development is still active, so expect more stuff to come! since most fediverse software uses Mastodon's API, μpub plans to implement it as an optional feature, becoming eventually compatible with most existing frontends and mobile applications, but focus right now is on producing something specific to μpub needs
|
||||||
|
|
||||||
a test instance is _usually_ available at [upub.alemi.dev](https://upub.alemi.dev)
|
a test instance is available at [dev.upub.social](https://dev.upub.social)
|
||||||
|
|
||||||
## about the database schema
|
## about the database schema
|
||||||
im going to be very real i tried to do migrations but its getting super messy so until further notice assume db to be volatile. next change may be a migration (easy!) or a whole db rebuild (aaaaaaaaaa...), so if you're not comfortable with either manually exporting/importing or dropping and starting from scratch, **you really shouldn't put upub in prod yet**!
|
im going to be very real i tried to do migrations but its getting super messy so until further notice assume db to be volatile. next change may be a migration (easy!) or a whole db rebuild (aaaaaaaaaa...), so if you're not comfortable with either manually exporting/importing or dropping and starting from scratch, **you really shouldn't put upub in prod yet**!
|
||||||
|
|
Loading…
Reference in a new issue